Skip to content

Commit

Permalink
fixed mod id
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandit-bytes committed Aug 2, 2024
1 parent 341d3bf commit 67872f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class ModItemGroups {
entries.accept(ModItems.BLACK_IRON_BOOTS);
}).build());


public static void registerItemGroups() {
BlackIronMod.LOGGER.info("Registering Item Groups for " + BlackIronMod.MOD_ID);
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"id": "black-iron",
"version": "${version}",
"name": "Black Iron",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "Black Iron is a simple weapons and armor mod to give some diversity",
"authors": [
"Me!"
"Bandit-Bytes"
],
"contact": {
"homepage": "https://fabricmc.net/",
Expand Down

0 comments on commit 67872f8

Please sign in to comment.