Item patterns fix

This commit is contained in:
Aleksey 2021-06-08 09:55:24 +03:00
parent 0dca63cfcc
commit 9b0303f1d7
8 changed files with 199 additions and 9 deletions

View file

@ -0,0 +1,190 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"elements": [
{
"__comment": "Box1",
"faces": {
"down": {
"rotation": 180,
"texture": "#texture",
"uv": [
3.5,
4.75,
7,
8.25
]
},
"east": {
"texture": "#texture",
"uv": [
3.5,
10.75,
7,
8.25
]
},
"north": {
"texture": "#texture",
"uv": [
10.5,
10.75,
14,
8.25
]
},
"south": {
"texture": "#texture",
"uv": [
0,
10.75,
3.5,
8.25
]
},
"west": {
"texture": "#texture",
"uv": [
7,
10.75,
10.5,
8.25
]
}
},
"from": [
1,
0,
1
],
"to": [
15,
10,
15
]
},
{
"__comment": "Box1",
"faces": {
"east": {
"texture": "#texture",
"uv": [
3.5,
4.75,
7,
3.75
]
},
"north": {
"texture": "#texture",
"uv": [
10.5,
4.75,
14,
3.75
]
},
"south": {
"texture": "#texture",
"uv": [
0,
4.75,
3.5,
3.75
]
},
"up": {
"rotation": 180,
"texture": "#texture",
"uv": [
7,
0,
10.5,
3.5
]
},
"west": {
"texture": "#texture",
"uv": [
7,
4.75,
10.5,
3.75
]
}
},
"from": [
1,
10,
1
],
"to": [
15,
14,
15
]
},
{
"__comment": "Box1",
"faces": {
"down": {
"rotation": 180,
"texture": "#texture",
"uv": [
0.25,
0,
0.75,
0.25
]
},
"east": {
"texture": "#texture",
"uv": [
0,
1.25,
0.25,
0.25
]
},
"north": {
"texture": "#texture",
"uv": [
0.5,
1.25,
1,
0.25
]
},
"up": {
"rotation": 180,
"texture": "#texture",
"uv": [
0.75,
0,
1.25,
0.25
]
},
"west": {
"texture": "#texture",
"uv": [
0,
1.25,
0.25,
0.25
]
}
},
"from": [
7,
7,
0
],
"to": [
9,
11,
1
]
}
]
}

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "betterend:block/%texture%" "layer0": "%modid%:block/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "block/button_inventory", "parent": "block/button_inventory",
"textures": { "textures": {
"texture": "betterend:block/%texture%" "texture": "%modid%:block/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "betterend:block/chest_item", "parent": "bclib:block/chest_item",
"textures": { "textures": {
"texture": "betterend:entity/chest/%texture%" "texture": "%modid%:entity/chest/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "block/fence_inventory", "parent": "block/fence_inventory",
"textures": { "textures": {
"texture": "betterend:block/%texture%" "texture": "%modid%:block/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "betterend:item/%texture%" "layer0": "%modid%:item/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/handheld", "parent": "item/handheld",
"textures": { "textures": {
"layer0": "betterend:item/%texture%" "layer0": "%modid%:item/%texture%"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/wall_inventory", "parent": "block/wall_inventory",
"textures": { "textures": {
"wall": "betterend:block/%texture%" "wall": "%modid%:block/%texture%"
} }
} }