diff --git a/documentation.json b/documentation.json index f318501..1ceb42b 100644 --- a/documentation.json +++ b/documentation.json @@ -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", diff --git a/mesecons_dropper/doc/dropper/description.html b/mesecons_dropper/doc/dropper/description.html new file mode 100644 index 0000000..b50e3c3 --- /dev/null +++ b/mesecons_dropper/doc/dropper/description.html @@ -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.