low chance of igloo having something handy inside

This commit is contained in:
tenplus1 2020-12-14 14:22:26 +00:00
parent 8dc704b001
commit 5dc9e071dd

View File

@ -1,6 +1,8 @@
local _ = {name = "air", prob = 0} local _ = {name = "air", prob = 0}
local S = {name = "default:snowblock", prob = 255} local S = {name = "default:snowblock", prob = 255}
local P = {name = "default:pine_bush_stem", prob = 50}
local C = {name = "ethereal:coconut", prob = 50}
ethereal.igloo = { ethereal.igloo = {
@ -27,7 +29,7 @@ ethereal.igloo = {
_,_,_,_,_,_,_, _,_,_,_,_,_,_,
S,S,S,S,S,S,S, S,S,S,S,S,S,S,
S,_,_,_,_,_,S, S,P,_,_,_,C,S,
S,_,_,_,_,_,S, S,_,_,_,_,_,S,
_,S,_,_,_,S,_, _,S,_,_,_,S,_,
_,_,S,S,S,_,_, _,_,S,S,S,_,_,