Skip to content

Commit

Permalink
Fix adabranium mod
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWind22 committed Dec 1, 2023
1 parent f53b3e6 commit 2ec7505
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void onInitialize() {
* Information on what mods use what materials mostly comes from here https://www.fabricmc.net/wiki/tutorial:tags
*/
vanilla = new VanillaModule();
adabranium = new AdabraniumModule( CONFIG.always_load_adabranium, "adabraniummod");
adabranium = new AdabraniumModule( CONFIG.always_load_adabranium, "adabranium");
gobber = new GobberModule( CONFIG.always_load_gobber, "gobber2");
alexandrite = new AlexandriteModule( CONFIG.always_load_alexandrite, "more_gems");
amethyst = new AmethystModule( CONFIG.always_load_amethyst, true, "emerald_tools", "gemsandcrystals", "amethystequipment");
Expand Down
24 changes: 24 additions & 0 deletions src/main/resources/assets/minecraft/atlases/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@
{
"type": "single",
"resource": "basicshields:entity/netherite_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/nether_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/nether_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/adamantium_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/adamantium_shield_base_nopattern"
},
{
"type": "single",
"resource": "basicshields:entity/vibranium_shield_base"
},
{
"type": "single",
"resource": "basicshields:entity/vibranium_shield_base_nopattern"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"replace": false,
"values": [
{
"id": "adabraniummod:adamantium_ingot",
"id": "adabranium:adamantium_ingot",
"required": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/c/tags/items/vibranium_ingots.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"replace": false,
"values": [
{
"id": "adabraniummod:vibranium_ingot",
"id": "adabranium:vibranium_ingot",
"required": false
}
]
Expand Down

0 comments on commit 2ec7505

Please sign in to comment.