master
IIIullaIII 2020-05-16 20:53:58 +02:00
parent 300376a7f8
commit 7cf3ddee9e
3 changed files with 14 additions and 27 deletions

View File

@ -88,29 +88,7 @@ minetest.register_abm({
})
--___________________________________________________________
if minetest.get_modpath("default") then
--[[minetest.register_biome({
name = "canapa_swampr",
--node_dust = "",
node_top ={"default:desert_sand",
"default:sand",
"default:silver_sand"},
depth_top = 1,
node_filler = "default:desert_sand",
depth_filler = 1,
--node_stone = "",
--node_water_top = "",
--depth_water_top = ,
--node_water = "",
--node_river_water = "",
node_riverbed = "default:sand",
depth_riverbed = 2,
y_min = 1,
y_max =31000,
--heat_point = 0,
-- humidity_point = 1,
})
]]
minetest.register_decoration({
deco_type = "simple",

View File

@ -23,12 +23,21 @@ dofile(path.."/tools.lua")
dofile(path.."/canapa.lua")
dofile(path.."/node_ingot.lua")
dofile(path.."/craftitem.lua")
dofile(path.."/armor.lua")
--dofile(path.."/armor.lua")
dofile(path.."/joint.lua")
dofile(path.."/canapa_red.lua")
dofile(path.."/craftred.lua")
dofile(path.."/rope.lua")
dofile(path.."/wool.lua")
dofile(path.."/bag.lua")
--dofile(path.."/bag.lua")
dofile(path.."/canapa_ice.lua")
dofile(path.."/craftice.lua")
if minetest.get_modpath("3d_armor") then
dofile(path.."/armor.lua")
end
if minetest.get_modpath("unified_inventory") then
dofile(path.."/bag.lua")
end

View File

@ -1,3 +1,3 @@
name = cannabis
depends = default, fire
optional_default = 3d_armor, maptools
depends = default
optional_default = 3d_armor,fire,ropes,unified_inventory,wool