Drop attached chorus plant nodes if detached
This commit is contained in:
parent
29c12439c4
commit
022f627fd0
3 changed files with 71 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
mcl_end = {}
|
||||
|
||||
local basepath = minetest.get_modpath(minetest.get_current_modname())
|
||||
dofile(basepath.."/building.lua")
|
||||
dofile(basepath.."/chorus_plant.lua")
|
||||
dofile(basepath.."/building.lua")
|
||||
dofile(basepath.."/eye_of_ender.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue