Create nograssgrow.js

This commit is contained in:
MollTheCoder 2024-01-20 11:09:04 -05:00 committed by GitHub
parent e488790a32
commit d3b5ad50b1
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"]
];