mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Change the nodenames for dirt -> grass and sapling -> tree abms to match the mapgen aliases
This commit is contained in:
parent
8493979d86
commit
5a13c49492
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
virtual std::set<std::string> getTriggerContents()
|
||||
{
|
||||
std::set<std::string> s;
|
||||
s.insert("dirt");
|
||||
s.insert("mapgen_dirt");
|
||||
return s;
|
||||
}
|
||||
virtual float getTriggerInterval()
|
||||
|
@ -67,7 +67,7 @@ public:
|
|||
virtual std::set<std::string> getTriggerContents()
|
||||
{
|
||||
std::set<std::string> s;
|
||||
s.insert("dirt_with_grass");
|
||||
s.insert("mapgen_dirt_with_grass");
|
||||
return s;
|
||||
}
|
||||
virtual float getTriggerInterval()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue