1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-07-10 03:20:20 +02:00

Add HTML documentation for dropper

This commit is contained in:
Wuzzy
2020-03-30 15:05:21 +02:00
parent 68eb67dd1b
commit 176608f487
2 changed files with 3 additions and 1 deletions
documentation.json
mesecons_dropper/doc/dropper

@ -38,7 +38,8 @@
"Red" : "mesecons_lightstone/doc/lightstone_red",
"Blue" : "mesecons_lightstone/doc/lightstone_blue",
"Yellow" : "mesecons_lightstone/doc/lightstone_yellow"
}
},
"Droppers" : "mesecons_dropper/doc/dropper"
},
"Logic" : {
"Luacontroller" : "mesecons_luacontroller/doc/luacontroller",

@ -0,0 +1 @@
This effector has an inventory with 9 slots which can be opened like a chest. When it's powered, it will drop a random item (as long there is no solid block in front of it). Droppers can face sidewars, upwards or downwards.