File tree 5 files changed +47
-18
lines changed
resources/assets/logisticspipes
5 files changed +47
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "variants" : {
3
- "normal" : { "model" : " logisticspipes:pipe" }
4
- }
2
+ "variants" : {
3
+ "normal" : [
4
+ {
5
+ "model" : " logisticspipes:pipe"
6
+ }
7
+ ]
8
+ }
5
9
}
Original file line number Diff line number Diff line change 1
1
{
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
+ }
10
25
}
Original file line number Diff line number Diff line change 1
1
{
2
- "variants" : {
3
- "normal" : { "model" : " logisticspipes:sub_multiblock" }
4
- }
2
+ "variants" : {
3
+ "normal" : [
4
+ {
5
+ "model" : " logisticspipes:sub_multiblock"
6
+ }
7
+ ]
8
+ }
5
9
}
Original file line number Diff line number Diff line change 1
1
{
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
+ }
6
6
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "parent" : " item/generated" ,
3
+ "textures" : {
4
+ "layer0" : " minecraft:missingno"
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments