forked from VoxeLibre/VoxeLibre
Fix the removal of bamboo extras.
This commit is contained in:
parent
742a625c42
commit
e0d48400a7
|
@ -738,9 +738,6 @@ dofile(minetest.get_modpath(modname) .. "/mapgen.lua")
|
||||||
-- BAMBOO_TOO (Bamboo two)
|
-- BAMBOO_TOO (Bamboo two)
|
||||||
dofile(minetest.get_modpath(modname) .. "/bambootoo.lua")
|
dofile(minetest.get_modpath(modname) .. "/bambootoo.lua")
|
||||||
|
|
||||||
-- BAMBOO EXTRAS
|
|
||||||
dofile(minetest.get_modpath(modname) .. "/extras.lua")
|
|
||||||
|
|
||||||
local BAMBOO_MAX_HEIGHT_CHECK = -16
|
local BAMBOO_MAX_HEIGHT_CHECK = -16
|
||||||
|
|
||||||
--ABMs
|
--ABMs
|
||||||
|
|
Loading…
Reference in New Issue