write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
36
mods/ethereal/schematics/volcanom.lua
Normal file
36
mods/ethereal/schematics/volcanom.lua
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
local _ = {name = "air", prob = 0}
|
||||
local l = {name = "default:lava_source", prob = 225, force_place = true}
|
||||
local s = {name = "default:cobble", prob = 255}
|
||||
local d = {name = "ethereal:fiery_dirt", prob = 255}
|
||||
|
||||
ethereal.volcanom = {
|
||||
|
||||
size = {x = 6, y = 2, z = 6},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 0, prob = 127}
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
_,_,s,_,_,_,
|
||||
_,_,_,_,_,_,
|
||||
|
||||
_,s,l,s,_,_,
|
||||
_,_,s,d,_,_,
|
||||
|
||||
_,s,l,l,s,_,
|
||||
_,s,_,_,s,_,
|
||||
|
||||
s,l,l,l,s,_,
|
||||
_,s,_,_,d,_,
|
||||
|
||||
_,d,l,l,d,d,
|
||||
_,_,s,d,_,_,
|
||||
|
||||
_,_,d,d,d,_,
|
||||
_,_,_,_,_,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue