Tube worms, floating block fixes
This commit is contained in:
parent
08e31b8743
commit
e3769bb20b
17 changed files with 413 additions and 9 deletions
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": [
|
||||
{ "model": "betterend:block/tube_worm_01", "y": 180 },
|
||||
{ "model": "betterend:block/tube_worm_02", "y": 180 },
|
||||
{ "model": "betterend:block/tube_worm_03", "y": 180 }
|
||||
],
|
||||
"facing=south": [
|
||||
{ "model": "betterend:block/tube_worm_01" },
|
||||
{ "model": "betterend:block/tube_worm_02" },
|
||||
{ "model": "betterend:block/tube_worm_03" }
|
||||
],
|
||||
"facing=east": [
|
||||
{ "model": "betterend:block/tube_worm_01", "y": 270 },
|
||||
{ "model": "betterend:block/tube_worm_02", "y": 270 },
|
||||
{ "model": "betterend:block/tube_worm_03", "y": 270 }
|
||||
],
|
||||
"facing=west": [
|
||||
{ "model": "betterend:block/tube_worm_01", "y": 90 },
|
||||
{ "model": "betterend:block/tube_worm_02", "y": 90 },
|
||||
{ "model": "betterend:block/tube_worm_03", "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue