Skip to content

Commit

Permalink
fix: 🐛 Fix packed barrel models.
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Jul 13, 2023
1 parent 13cfa4e commit 1d539bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
minecraft_version=1.20.1
forge_version=47.0.16
mod_version=0.8.42
mod_version=0.8.43
jei_mc_version=1.20.1-forge
jei_version=15.1.0.19
rubidium_cf_file_id=4573226
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "sophisticatedstorage:/block/barrel_part/base",
"parent": "sophisticatedstorage:block/barrel_part/base",
"textures": {
"top": "sophisticatedstorage:block/barrel_top_packed",
"side": "sophisticatedstorage:block/barrel_side_packed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"packed": {
"model": "sophisticatedstorage:/block/barrel_part/limited_2_base",
"model": "sophisticatedstorage:block/barrel_part/limited_2_base",
"textures": {
"top": "sophisticatedstorage:block/barrel_top_packed",
"side": "sophisticatedstorage:block/barrel_side_packed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"packed": {
"model": "sophisticatedstorage:/block/barrel_part/limited_3_base",
"model": "sophisticatedstorage:block/barrel_part/limited_3_base",
"textures": {
"top": "sophisticatedstorage:block/barrel_top_packed",
"side": "sophisticatedstorage:block/barrel_side_packed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"packed": {
"model": "sophisticatedstorage:/block/barrel_part/limited_4_base",
"model": "sophisticatedstorage:block/barrel_part/limited_4_base",
"textures": {
"top": "sophisticatedstorage:block/barrel_top_packed",
"side": "sophisticatedstorage:block/barrel_side_packed",
Expand Down

0 comments on commit 1d539bd

Please sign in to comment.