comment out ore generation for now

This commit is contained in:
cora 2022-04-29 12:26:49 +02:00
parent 8a181661a5
commit 49cb60f2e5
1 changed files with 2 additions and 1 deletions

View File

@ -605,6 +605,7 @@ minetest.register_decoration({
decoration = "mcl_mushroom:warped_fungus",
})
]]
--[[ No Ore gen for now
minetest.register_ore({
ore_type = "sheet",
ore = "mcl_mushroom:warped_checknode",
@ -646,7 +647,7 @@ minetest.register_ore({
persist = 0.0
},
})
--]]
minetest.register_decoration({
deco_type = "simple",