Page 1 of 1

[1.9.75] Ground decals

Posted: 01 Apr 2021, 10:58
by Lobby
Hi, since version 1.9.75 it is possible to define "level 2" ground. This is basically an overlay for ground and can be used for decals. These will be unchanged if a building it built on them :img
image.png
In contrast to other ground plugins all we need is to specify "level":1 (that is the second level considering level 0 as default) and a frame :json

Code: Select all    Reset

[ { "id":"$ground2test00", "type":"ground", "level":1, "frames":[{"bmp":"ground.png"}] } ]
JSON checker
Check
ground.png
ground.png (206 Bytes) Viewed 1177 times
No, there are no other levels than 0 and 1 as of right now :jb: