low chance of igloo having something handy inside
This commit is contained in:
parent
8dc704b001
commit
5dc9e071dd
@ -1,6 +1,8 @@
|
||||
|
||||
local _ = {name = "air", prob = 0}
|
||||
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 = {
|
||||
|
||||
@ -27,7 +29,7 @@ ethereal.igloo = {
|
||||
_,_,_,_,_,_,_,
|
||||
|
||||
S,S,S,S,S,S,S,
|
||||
S,_,_,_,_,_,S,
|
||||
S,P,_,_,_,C,S,
|
||||
S,_,_,_,_,_,S,
|
||||
_,S,_,_,_,S,_,
|
||||
_,_,S,S,S,_,_,
|
||||
|
Loading…
Reference in New Issue
Block a user