Skip to content

Commit 658ab38

Browse files
committed
Fix texture and model errors
Fix #1129
1 parent 7db9c4b commit 658ab38

File tree

5 files changed

+47
-18
lines changed

5 files changed

+47
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"variants": {
3-
"normal": { "model": "logisticspipes:pipe" }
4-
}
2+
"variants": {
3+
"normal": [
4+
{
5+
"model": "logisticspipes:pipe"
6+
}
7+
]
8+
}
59
}
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
{
2-
"forge_marker": 1,
3-
"defaults": {
4-
"custom": { "flip-v": true },
5-
"model": "logisticspipes:solidblock.internal"
6-
},
7-
"variants": {
8-
"normal": {}
9-
}
2+
"forge_marker": 1,
3+
"defaults": {
4+
"custom": {
5+
"flip-v": true
6+
},
7+
"model": "logisticspipes:solid_block"
8+
},
9+
"variants": {
10+
"block_sub_type": {
11+
"0": {},
12+
"1": {},
13+
"2": {},
14+
"3": {},
15+
"4": {},
16+
"5": {},
17+
"6": {},
18+
"7": {},
19+
"8": {},
20+
"9": {},
21+
"10": {},
22+
"11": {}
23+
}
24+
}
1025
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"variants": {
3-
"normal": { "model": "logisticspipes:sub_multiblock" }
4-
}
2+
"variants": {
3+
"normal": [
4+
{
5+
"model": "logisticspipes:sub_multiblock"
6+
}
7+
]
8+
}
59
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"parent": "block/cube_all",
3-
"textures": {
4-
"all": "logisticspipes:blocks/solid_block"
5-
}
2+
"parent": "block/cube_all",
3+
"textures": {
4+
"all": "logisticspipes:solid_block/frame"
5+
}
66
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/generated",
3+
"textures": {
4+
"layer0": "minecraft:missingno"
5+
}
6+
}

0 commit comments

Comments
 (0)