Skip to content

Commit

Permalink
Kind of fixed gems & crystals
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWind22 committed Dec 1, 2023
1 parent 2ec7505 commit 2f3c2ec
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public RubyModule(boolean alwaysLoad, String...ids) {
public void registerContent() {

//Tag
ruby_tag = TagKey.of(RegistryKeys.ITEM, new Identifier("c", "ruby"));
ruby_tag = TagKey.of(RegistryKeys.ITEM, new Identifier("c", "rubies"));

//Item
ruby_shield = new ModShieldItem(this,"ruby_shield",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public SapphireModule(boolean alwaysLoad, String...ids) {
public void registerContent() {

//Tag
sapphire_tag = TagKey.of(RegistryKeys.ITEM, new Identifier("c", "sapphire"));
sapphire_tag = TagKey.of(RegistryKeys.ITEM, new Identifier("c", "sapphires"));

//Item
sapphire_shield = new ModShieldItem(this,"sapphire_shield",
Expand Down
48 changes: 48 additions & 0 deletions src/main/resources/assets/minecraft/atlases/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,54 @@
{
"type": "single",
"resource": "basicshields:entity/vibranium_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/sapphire_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/sapphire_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/ruby_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/ruby_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/topaz_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/topaz_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/amethyst_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/amethyst_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/emerald_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/emerald_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/quartz_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/quartz_shield_base_nopattern"
}
]
}

0 comments on commit 2f3c2ec

Please sign in to comment.