diff --git a/mods/ethereal/schematics/volcanol.lua b/mods/ethereal/schematics/volcanol.lua index 78da28e4..80b38b77 100644 --- a/mods/ethereal/schematics/volcanol.lua +++ b/mods/ethereal/schematics/volcanol.lua @@ -1,6 +1,6 @@ local _ = {name = "air", prob = 0} -local d = {name = "ethereal:fiery_dirt", prob = 245} +local d = {name = "default:charred_dirt", prob = 245} local s = {name = "default:stone", prob = 255} local l = {name = "default:lava_source", prob = 255} local f = {name = "default:lava_flowing", prob = 255}