Update 'mods/ethereal/schematics/volcanol.lua'

This commit is contained in:
thunderdog1138 2020-05-18 00:07:52 +00:00
parent 675d469a8e
commit 0fb59784c1
1 changed files with 1 additions and 1 deletions

View File

@ -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}