unfortunately I didn't make a github repo for this project as I only intended for it to be a little test but I can send you all the code that I think would be relevant on here. Sorry if it's messy and thanks again for your help so far. You've already got the registry handler and my entity class so I'll just send the rest: @Mod("my_mod") public class MyMod { private static final Logger LOGGER = LogManager.getLogger(); public static final String MOD_ID = "my_mod"; public Obamium()