mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +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.
4 lines
No EOL
215 B
Text
4 lines
No EOL
215 B
Text
name = mcl_bamboo
|
|
depends = mcl_core, mcl_sounds, mcl_tools
|
|
optional_depends = mcl_flowerpots, mclx_stairs, mcl_doors, mcl_signs, mesecons_pressureplates, mcl_fences, mesecons_button, mesecons_mvps
|
|
author = Michieal |