write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
62
mods/ethereal/schematics/igloo.lua
Normal file
62
mods/ethereal/schematics/igloo.lua
Normal file
|
@ -0,0 +1,62 @@
|
|||
|
||||
local _ = {name = "air", prob = 255, force_place = true}
|
||||
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 = {
|
||||
|
||||
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,P,_,_,_,C,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…
Add table
Add a link
Reference in a new issue