Skip to content

Commit 2d363c3

Browse files
committed
fix some models
1 parent 955e82d commit 2d363c3

File tree

10 files changed

+16
-19
lines changed

10 files changed

+16
-19
lines changed

.idea/inspectionProfiles/Create_Fabric.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "create:block/chain_conveyor/textures",
3-
"loader": "forge:obj",
3+
"loader": "porting_lib:obj",
44
"flip_v": true,
55
"model": "create:models/block/chain_conveyor/conveyor_ports.obj"
6-
}
6+
}

src/main/resources/assets/create/models/block/chain_conveyor/item.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "create:block/chain_conveyor/textures",
3-
"loader": "forge:obj",
3+
"loader": "porting_lib:obj",
44
"flip_v": true,
55
"model": "create:models/block/chain_conveyor/item.obj",
66
"display": {
@@ -15,4 +15,4 @@
1515
"scale":[ 0.375, 0.375, 0.375 ]
1616
}
1717
}
18-
}
18+
}

src/main/resources/assets/create/models/block/chain_conveyor/shaft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "create:block/chain_conveyor/textures",
3-
"loader": "forge:obj",
3+
"loader": "porting_lib:obj",
44
"flip_v": true,
55
"render_type": "minecraft:cutout",
66
"model": "create:models/block/chain_conveyor/conveyor_shaft.obj"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "create:block/chain_conveyor/textures",
3-
"loader": "forge:obj",
3+
"loader": "porting_lib:obj",
44
"flip_v": true,
55
"model": "create:models/block/chain_conveyor/conveyor_wheel.obj"
6-
}
6+
}

src/main/resources/assets/create/models/block/stock_link/block_horizontal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"credit": "Made with Blockbench",
3-
"loader": "forge:composite",
3+
"loader": "porting_lib:composite",
44
"parent": "block/block",
55
"ambientocclusion": false,
66
"textures": {
@@ -119,4 +119,4 @@
119119
]
120120
}
121121
}
122-
}
122+
}

src/main/resources/assets/create/models/block/stock_link/block_horizontal_powered.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"credit": "Made with Blockbench",
3-
"loader": "forge:composite",
3+
"loader": "porting_lib:composite",
44
"parent": "block/block",
55
"ambientocclusion": false,
66
"textures": {
@@ -119,4 +119,4 @@
119119
]
120120
}
121121
}
122-
}
122+
}

src/main/resources/assets/create/models/block/stock_link/block_vertical.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"credit": "Made with Blockbench",
3-
"loader": "forge:composite",
3+
"loader": "porting_lib:composite",
44
"parent": "block/block",
55
"ambientocclusion": false,
66
"textures": {
@@ -153,4 +153,4 @@
153153
"scale": [0.5, 0.5, 0.5]
154154
}
155155
}
156-
}
156+
}

src/main/resources/assets/create/models/block/stock_link/block_vertical_powered.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"credit": "Made with Blockbench",
3-
"loader": "forge:composite",
3+
"loader": "porting_lib:composite",
44
"parent": "block/block",
55
"ambientocclusion": false,
66
"textures": {
@@ -119,4 +119,4 @@
119119
]
120120
}
121121
}
122-
}
122+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "create:block/track/bogey/textures",
3-
"loader": "forge:obj",
3+
"loader": "porting_lib:obj",
44
"flip_v": true,
55
"model": "create:models/block/track/bogey/bogey_drive_belt.obj"
66
}

0 commit comments

Comments
 (0)