mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-09-19 02:40:36 +02:00
Add HTML documentation for dropper
This commit is contained in:
@@ -38,7 +38,8 @@
|
|||||||
"Red" : "mesecons_lightstone/doc/lightstone_red",
|
"Red" : "mesecons_lightstone/doc/lightstone_red",
|
||||||
"Blue" : "mesecons_lightstone/doc/lightstone_blue",
|
"Blue" : "mesecons_lightstone/doc/lightstone_blue",
|
||||||
"Yellow" : "mesecons_lightstone/doc/lightstone_yellow"
|
"Yellow" : "mesecons_lightstone/doc/lightstone_yellow"
|
||||||
}
|
},
|
||||||
|
"Droppers" : "mesecons_dropper/doc/dropper"
|
||||||
},
|
},
|
||||||
"Logic" : {
|
"Logic" : {
|
||||||
"Luacontroller" : "mesecons_luacontroller/doc/luacontroller",
|
"Luacontroller" : "mesecons_luacontroller/doc/luacontroller",
|
||||||
|
1
mesecons_dropper/doc/dropper/description.html
Normal file
1
mesecons_dropper/doc/dropper/description.html
Normal file
@@ -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.
|
Reference in New Issue
Block a user