Drop attached chorus plant nodes if detached

This commit is contained in:
Wuzzy 2019-03-10 02:58:53 +01:00
parent 29c12439c4
commit 022f627fd0
3 changed files with 71 additions and 6 deletions

View file

@ -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")