fixing floating glacian trees
This commit is contained in:
parent
686b689ef1
commit
7c4f416b00
14 changed files with 42 additions and 7 deletions
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_2.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_2.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_3.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_3.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_4.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_4.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_5.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_5.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_6.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_6.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_7.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_7.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_8.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_8.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_9.nbt
Normal file
BIN
kubejs/data/tfg/structures/trees/mossy_glowshroom_roots_9.nbt
Normal file
Binary file not shown.
|
|
@ -2,6 +2,21 @@
|
|||
"type": "afc:trunkless_stacked_tree",
|
||||
"config": {
|
||||
"layers": [
|
||||
{
|
||||
"templates": [
|
||||
"tfg:trees/mossy_glowshroom_roots_1",
|
||||
"tfg:trees/mossy_glowshroom_roots_2",
|
||||
"tfg:trees/mossy_glowshroom_roots_3",
|
||||
"tfg:trees/mossy_glowshroom_roots_4",
|
||||
"tfg:trees/mossy_glowshroom_roots_5",
|
||||
"tfg:trees/mossy_glowshroom_roots_6",
|
||||
"tfg:trees/mossy_glowshroom_roots_7",
|
||||
"tfg:trees/mossy_glowshroom_roots_8",
|
||||
"tfg:trees/mossy_glowshroom_roots_9"
|
||||
],
|
||||
"min_count": 1,
|
||||
"max_count": 1
|
||||
},
|
||||
{
|
||||
"templates": [
|
||||
"tfg:trees/mossy_glowshroom_stem_1",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,21 @@
|
|||
"type": "afc:trunkless_stacked_tree",
|
||||
"config": {
|
||||
"layers": [
|
||||
{
|
||||
"templates": [
|
||||
"tfg:trees/mossy_glowshroom_roots_1",
|
||||
"tfg:trees/mossy_glowshroom_roots_2",
|
||||
"tfg:trees/mossy_glowshroom_roots_3",
|
||||
"tfg:trees/mossy_glowshroom_roots_4",
|
||||
"tfg:trees/mossy_glowshroom_roots_5",
|
||||
"tfg:trees/mossy_glowshroom_roots_6",
|
||||
"tfg:trees/mossy_glowshroom_roots_7",
|
||||
"tfg:trees/mossy_glowshroom_roots_8",
|
||||
"tfg:trees/mossy_glowshroom_roots_9"
|
||||
],
|
||||
"min_count": 1,
|
||||
"max_count": 1
|
||||
},
|
||||
{
|
||||
"templates": [
|
||||
"tfg:trees/mossy_glowshroom_stem_1",
|
||||
|
|
@ -28,7 +43,7 @@
|
|||
},
|
||||
"placement": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"height": 10,
|
||||
"allow_submerged": true,
|
||||
"allow_deeply_submerged": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@
|
|||
"type": "tfc:flat_enough",
|
||||
"flatness": 0.8,
|
||||
"radius": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -7
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -5,6 +5,11 @@
|
|||
"type": "tfc:flat_enough",
|
||||
"flatness": 0.8,
|
||||
"radius": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -7
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue