Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Oct 9, 2024
1 parent b3ccf81 commit a80c79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void preInit(FMLPreInitializationEvent event) {
public void init(FMLInitializationEvent event) {
proxy.init(event);

ModFixs modFixer = FMLCommonHandler.instance().getDataFixer().init(ID, 1);
ModFixs modFixer = FMLCommonHandler.instance().getDataFixer().init(MODID, 1);
modFixer.registerFix(FixTypes.ITEM_INSTANCE, new ItemDataFixer());
}

Expand Down

0 comments on commit a80c79a

Please sign in to comment.