Merge pull request #8 from Columbus240/patch-1

Make lava cooling compatible with bedrock mod
master
Casimir 2017-06-04 21:09:35 +02:00 committed by GitHub
commit 552df3a2ea
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ end
-- Lava cooling
-- Exclude coal and diamond from being generated
additional_stuff.not_an_ore = {"default:stone_with_coal", "default:stone_with_diamond"}
-- Exclude bedrock, coal and diamond from being generated
additional_stuff.not_an_ore = {"default:stone_with_coal", "default:stone_with_diamond", "bedrock:deepstone", "bedrock:bedrock"}
local function is_not_an_ore(ore_name)
for _,no_ore in ipairs(additional_stuff.not_an_ore) do