[1.9.75] Ground decals

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

[1.9.75] Ground decals

#1

Post 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 1120 times
No, there are no other levels than 0 and 1 as of right now :jb:

Return to “Tutorials and Documentation”