write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
87
mods/ethereal/schematics/bamboo_tree.lua
Normal file
87
mods/ethereal/schematics/bamboo_tree.lua
Normal file
|
@ -0,0 +1,87 @@
|
|||
|
||||
local _ = {name = "air", param1 = 000}
|
||||
local b = {name = "ethereal:bamboo", param1 = 255}
|
||||
local B = {name = "ethereal:bamboo", param1 = 255, force_place = true}
|
||||
local L = {name = "ethereal:bamboo_leaves", param1 = 255}
|
||||
local l = {name = "ethereal:bamboo_leaves", param1 = 100}
|
||||
|
||||
ethereal.bambootree = {
|
||||
|
||||
size = {x = 3, y = 18, z = 3},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 2, prob = 127},
|
||||
{ypos = 3, prob = 127},
|
||||
{ypos = 4, prob = 127},
|
||||
{ypos = 5, prob = 127}
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
l,L,l,
|
||||
_,L,_,
|
||||
_,_,_,
|
||||
|
||||
_,B,_,
|
||||
_,B,_,
|
||||
_,B,_,
|
||||
_,B,_,
|
||||
_,B,_,
|
||||
_,B,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
_,b,_,
|
||||
l,b,l,
|
||||
_,L,_,
|
||||
_,l,_,
|
||||
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
_,_,_,
|
||||
l,L,l,
|
||||
_,L,_,
|
||||
_,_,_,
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if ethereal.papyruswalk == true then
|
||||
|
||||
minetest.override_item("default:papyrus", {
|
||||
walkable = true,
|
||||
sunlight_propagates = true
|
||||
})
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue