mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-11 10:13:49 +01:00
6c0525f00e
[Michieal] 83bc60722d Begin: make bamboo dig-able by Pistons for Farm Creation. [Michieal] 449cbdb330 Make Bamboo & Bamboo items not sticky for pistons. [Michieal] a44566f863 hijack the ABM to check for orphaned bamboo nodes. [Michieal] 5dff9e1994 Fixed the ABM situation so that now bamboo "breaks" when pushed by pistons. Probably not the most elegant, but hey. It works. [Michieal] 76507025d9 Cleaned up the global function to match the current ABM. [Michieal] dfa849e19a Merge branch 'master' into Bamboo-Piston-Dig [Michieal] a5bdc8a166 fix bamboo mosaic recipe. [Michieal] 14383d6c6f update mod.conf to use optional depends mesecons_mvps [Michieal] f81d530912 Update init.lua to register dropper callback. |
||
---|---|---|
.. | ||
mcl_comparators | ||
mcl_dispensers | ||
mcl_droppers | ||
mcl_observers | ||
mcl_target | ||
mesecons | ||
mesecons_alias | ||
mesecons_button | ||
mesecons_commandblock | ||
mesecons_delayer | ||
mesecons_lightstone | ||
mesecons_mvps | ||
mesecons_noteblock | ||
mesecons_pistons | ||
mesecons_pressureplates | ||
mesecons_solarpanel | ||
mesecons_torch | ||
mesecons_walllever | ||
mesecons_wires | ||
modpack.conf | ||
README |
-- |\ /| ____ ____ ____ _____ ____ _____ -- | \ / | | | | | | | |\ | | -- | \/ | |___ ____ |___ | | | | \ | |____ -- | | | | | | | | | \ | | -- | | |___ ____| |___ |____ |____| | \| ____| -- by Jeija and contributors Credits: Jeija: main developer VanessaE: Awesome textures & design, coding sfan5: coding, textures temperest: coding, textures Jordach: Sounds for the noteblock minerd247: Some textures suzenako: Piston sounds ...other contributors This is a mod for minetest-c55. Copy the minetest-mod-mesecons directory into you game's mod folder (e.g. games/minetest_game/mods/minetest-mod-mesecons) You can remove modules of this mod by deleting the mesecons_* folders in the minetest-mod-mesecons directory. Mod dependencies: none Code license: LGPLv3 or later Media license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>