Adding More Tile Functions (Non-building commit).

This commit is contained in:
2025-03-28 01:26:31 -04:00
parent 6e9224ead6
commit 5cd84258d8
5 changed files with 100 additions and 34 deletions

View File

@@ -100,6 +100,8 @@
"mnemonic-id" : "grass",
"display-name" : "Grass",
"solid": true,
"forced-ticc-func": "grass-forced",
"random-ticc-func": "grass-random",
"color": [124, 252, 0],
"pallet": [[126, 252, 5], [122, 238, 0], [124, 248, 12]]
},
@@ -113,7 +115,9 @@
"mnemonic-id" : "vine",
"display-name" : "Vine",
"solid": false,
"color": [32, 139, 34]
"color": [32, 139, 34],
"forced-ticc-func": "vine-forced",
"random-ticc-func": "vine-random"
},
{
"mnemonic-id" : "sand",