forked from thunderdog1138/star_wars
Delete 'mods/ethereal/schematics/igloo.lua'
This commit is contained in:
parent
9747dcac69
commit
32a1c16637
|
@ -1,60 +0,0 @@
|
||||||
|
|
||||||
local _ = {name = "air", prob = 0}
|
|
||||||
local S = {name = "default:snowblock", prob = 255}
|
|
||||||
|
|
||||||
ethereal.igloo = {
|
|
||||||
|
|
||||||
size = {x = 7, y = 5, z = 8},
|
|
||||||
|
|
||||||
data = {
|
|
||||||
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,S,_,S,_,_,
|
|
||||||
_,_,S,_,S,_,_,
|
|
||||||
_,_,_,S,_,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,S,_,S,_,_,
|
|
||||||
_,_,S,_,S,_,_,
|
|
||||||
_,_,_,S,_,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
|
|
||||||
_,S,S,S,S,S,_,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
|
|
||||||
S,S,S,S,S,S,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
|
|
||||||
S,S,S,S,S,S,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
|
|
||||||
S,S,S,S,S,S,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
S,_,_,_,_,_,S,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
|
|
||||||
_,S,S,S,S,S,_,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,S,_,_,_,S,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,S,S,S,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
_,_,_,_,_,_,_,
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue