Some more work
This commit is contained in:
parent
cc921dca0a
commit
a170177980
3 changed files with 31 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"nortmal": { "model": "techreborn:techreborn.distributor" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{ "parent": "block/thin_block",
|
||||
"textures": {
|
||||
"particle": "blocks/stone"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 1, 0, 1 ],
|
||||
"to": [ 15, 1, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "blocks/stone", "cullface": "down" },
|
||||
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "blocks/stone" },
|
||||
"north": { "uv": [ 1, 15, 15, 16 ], "texture": "blocks/stone" },
|
||||
"south": { "uv": [ 1, 15, 15, 16 ], "texture": "blocks/stone" },
|
||||
"west": { "uv": [ 1, 15, 15, 16 ], "texture": "blocks/stone" },
|
||||
"east": { "uv": [ 1, 15, 15, 16 ], "texture": "blocks/stone" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue