Merge pull request #287 from mollthecoder/patch-11

Create nograssgrow.js
This commit is contained in:
slweeb 2024-01-20 14:48:50 -05:00 committed by GitHub
commit 287361613f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
mods/nograssgrow.js Normal file
View File

@ -0,0 +1,6 @@
elements.grass.tick = null;
elements.grass.behavior = [
["XX", "XX", "XX"],
["XX", "XX", "XX"],
["XX", "M1", "XX"]
];