Skip to content

Commit

Permalink
fix some models
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Mar 2, 2025
1 parent 955e82d commit 2d363c3
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .idea/inspectionProfiles/Create_Fabric.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "create:block/chain_conveyor/textures",
"loader": "forge:obj",
"loader": "porting_lib:obj",
"flip_v": true,
"model": "create:models/block/chain_conveyor/conveyor_ports.obj"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "create:block/chain_conveyor/textures",
"loader": "forge:obj",
"loader": "porting_lib:obj",
"flip_v": true,
"model": "create:models/block/chain_conveyor/item.obj",
"display": {
Expand All @@ -15,4 +15,4 @@
"scale":[ 0.375, 0.375, 0.375 ]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "create:block/chain_conveyor/textures",
"loader": "forge:obj",
"loader": "porting_lib:obj",
"flip_v": true,
"render_type": "minecraft:cutout",
"model": "create:models/block/chain_conveyor/conveyor_shaft.obj"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "create:block/chain_conveyor/textures",
"loader": "forge:obj",
"loader": "porting_lib:obj",
"flip_v": true,
"model": "create:models/block/chain_conveyor/conveyor_wheel.obj"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "Made with Blockbench",
"loader": "forge:composite",
"loader": "porting_lib:composite",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
Expand Down Expand Up @@ -119,4 +119,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "Made with Blockbench",
"loader": "forge:composite",
"loader": "porting_lib:composite",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
Expand Down Expand Up @@ -119,4 +119,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "Made with Blockbench",
"loader": "forge:composite",
"loader": "porting_lib:composite",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
Expand Down Expand Up @@ -153,4 +153,4 @@
"scale": [0.5, 0.5, 0.5]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"credit": "Made with Blockbench",
"loader": "forge:composite",
"loader": "porting_lib:composite",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
Expand Down Expand Up @@ -119,4 +119,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "create:block/track/bogey/textures",
"loader": "forge:obj",
"loader": "porting_lib:obj",
"flip_v": true,
"model": "create:models/block/track/bogey/bogey_drive_belt.obj"
}

0 comments on commit 2d363c3

Please sign in to comment.