Path blocks
This commit is contained in:
parent
e0cf41db63
commit
ffd76ecad8
15 changed files with 183 additions and 8 deletions
|
@ -0,0 +1,7 @@
|
|||
{ "parent": "betterend:block/path",
|
||||
"textures": {
|
||||
"top": "betterend:block/end_moss_path_top",
|
||||
"side": "betterend:block/end_moss_side",
|
||||
"bottom": "block/end_stone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{ "parent": "betterend:block/path",
|
||||
"textures": {
|
||||
"top": "betterend:block/end_mycelium_path_top",
|
||||
"side": "betterend:block/end_mycelium_side",
|
||||
"bottom": "block/end_stone"
|
||||
}
|
||||
}
|
18
src/main/resources/assets/betterend/models/block/path.json
Normal file
18
src/main/resources/assets/betterend/models/block/path.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ "parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "#side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 15, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
||||
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/end_moss_path"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/end_mycelium_path"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue