From dd6016441dda3f0738ea9343747bbf6bb7274f42 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Mon, 21 Sep 2020 16:53:19 +0000 Subject: [PATCH] Update 'mods/ethereal/schematics/volcanol.lua' --- mods/ethereal/schematics/volcanol.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ethereal/schematics/volcanol.lua b/mods/ethereal/schematics/volcanol.lua index 78da28e4..f729608d 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 = "ethereal: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}