Infusion Pedestal
This commit is contained in:
parent
ff0f9f18a9
commit
e96d06337e
5 changed files with 60 additions and 11 deletions
|
@ -168,6 +168,7 @@
|
|||
"block.betterend.granite_pedestal": "Granite Pedestal",
|
||||
"block.betterend.purpur_pedestal": "Purpur Pedestal",
|
||||
"block.betterend.quartz_pedestal": "Quartz Pedestal",
|
||||
"block.betterend.infusion_pedestal": "Infusion Pedestal",
|
||||
|
||||
"block.betterend.end_lotus_seed": "End Lotus Seed",
|
||||
"block.betterend.end_lotus_stem": "End Lotus Stem",
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
"block.betterend.granite_pedestal": "Пьедестал из гранита",
|
||||
"block.betterend.purpur_pedestal": "Пьедестал из пурпура",
|
||||
"block.betterend.quartz_pedestal": "Пьедестал из кварца",
|
||||
"block.betterend.infusion_pedestal": "Пьедестал Наполнения",
|
||||
|
||||
"block.betterend.end_lotus_seed": "Семя лотоса края",
|
||||
"block.betterend.end_lotus_stem": "Стебель лотоса края",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"elements": [
|
||||
{
|
||||
"__comment": "eye",
|
||||
"from": [ 4, 10, 4 ],
|
||||
"to": [ 12, 11, 12 ],
|
||||
"from": [ 4, 11, 4 ],
|
||||
"to": [ 12, 12, 12 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"north": { "uv": [ 4, 4, 12, 5 ], "texture": "#top" },
|
||||
|
@ -22,18 +22,18 @@
|
|||
{
|
||||
"__comment": "pillar",
|
||||
"from": [ 3, 0, 3 ],
|
||||
"to": [ 13, 8, 13 ],
|
||||
"to": [ 13, 9, 13 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
|
||||
"south": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
|
||||
"west": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" },
|
||||
"east": { "uv": [ 3, 0, 13, 8 ], "texture": "#pillar" }
|
||||
"north": { "uv": [ 3, 0, 13, 9 ], "texture": "#pillar" },
|
||||
"south": { "uv": [ 3, 0, 13, 9 ], "texture": "#pillar" },
|
||||
"west": { "uv": [ 3, 0, 13, 9 ], "texture": "#pillar" },
|
||||
"east": { "uv": [ 3, 0, 13, 9 ], "texture": "#pillar" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "top",
|
||||
"from": [ 1, 8, 1 ],
|
||||
"to": [ 15, 10, 15 ],
|
||||
"from": [ 1, 9, 1 ],
|
||||
"to": [ 15, 11, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base" },
|
||||
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue