mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-07 02:30:36 +02:00
granite, marble and marble bricks compat with underch mod
This commit is contained in:
@ -189,7 +189,8 @@ minetest.register_on_generated(function(minp, maxp)
|
||||
vm:write_to_map(data)
|
||||
end)
|
||||
|
||||
|
||||
if not minetest.get_modpath("underch") then
|
||||
|
||||
if technic.config:get_bool("enable_marble_generation") then
|
||||
minetest.register_ore({
|
||||
ore_type = "sheet",
|
||||
@ -225,3 +226,5 @@ if technic.config:get_bool("enable_granite_generation") then
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user