Fixes
This commit is contained in:
parent
2a0c3ee1e0
commit
77ce5a80a0
7 changed files with 63 additions and 9 deletions
|
@ -6,8 +6,8 @@
|
|||
{ "model": "betterend:block/hydralux_flower_big_3_bottom" }
|
||||
],
|
||||
"shape=flower_big_top": { "model": "betterend:block/hydralux_flower_big_top" },
|
||||
"shape=flower_small_bottom": { "model": "betterend:block/hydrothermal_vent" },
|
||||
"shape=flower_small_top": { "model": "betterend:block/hydralux_flower_small_bottom" },
|
||||
"shape=flower_small_bottom": { "model": "betterend:block/hydralux_flower_small_bottom" },
|
||||
"shape=flower_small_top": { "model": "betterend:block/hydralux_flower_small_top" },
|
||||
"shape=vine": { "model": "betterend:block/hydralux_vine" },
|
||||
"shape=roots": { "model": "betterend:block/hydralux_roots" }
|
||||
}
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_top" },
|
||||
"north": { "uv": [ 3, 8, 13, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 3, 8, 13, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 13, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 13, 16 ], "texture": "#texture" }
|
||||
"north": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/hydralux_spore"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue