Skip to content

Commit

Permalink
Fix Stormyx Shield texture location, bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <[email protected]>
  • Loading branch information
Noaaan committed Mar 13, 2023
1 parent 0dd945b commit 67a3efa
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.19.2+build.1
loader_version=0.14.9

# Mod Properties
mod_version = 0.17.2+1.19.2
mod_version = 0.17.3+1.19.2
maven_group = nourl.mythicmetals
archives_base_name = mythicmetals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"credit": "Copied from vanilla by Noaaan via Blockbench. Since this is a vanilla copy, feel free to use",
"texture_size": [32, 32],
"textures": {
"1": "mythicmetals:block/model/stormyx_shield",
"particle": "mythicmetals:block/stormyx_block"
"1": "mythicmetals:models/stormyx_shield",
"particle": "mythicmetals:blocks/stormyx_block"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"credit": "Copied from vanilla by Noaaan via Blockbench. Since this is a vanilla copy, feel free to use",
"texture_size": [32, 32],
"textures": {
"1": "mythicmetals:block/model/stormyx_shield",
"particle": "mythicmetals:block/stormyx_block"
"1": "mythicmetals:models/stormyx_shield",
"particle": "mythicmetals:blocks/stormyx_block"
},
"elements": [
{
Expand Down

0 comments on commit 67a3efa

Please sign in to comment.