Skip to content

Commit

Permalink
- material atlas fixes for 500+ materials
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartin committed Nov 27, 2023
1 parent c1282c1 commit 37b95dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions common/src/main/java/smartin/armory/Armory.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ public class Armory
public static final String MOD_ID = "armory";

public static void init() {
LifecycleEvent.SETUP.register(()->{
new GenerateArmorModularConverter();
});
LifecycleEvent.SETUP.register(()-> new GenerateArmorModularConverter());
}
}
6 changes: 5 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"icon": "icon.png",

"environment": "*",
"entrypoints": {},
"entrypoints": {
"main": [
"smartin.armory.fabric.ArmoryFabric"
]
},
"mixins": [
"armory.mixins.json",
"armory-common.mixins.json"
Expand Down

0 comments on commit 37b95dc

Please sign in to comment.