CrumbleWorks / aTFC

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add Utility for Mod-Resourcelocations #90

Open dotSp0T opened 3 years ago

dotSp0T commented 3 years ago

Add Utility function and replace all usages of new ResourceLocation(Main.MOD_ID, <mykey>) with it, to prevent accidental usage of new ResourceLocation(<mykey>), which will create a minecraft resourcelocation instead..