Jump to content

DefenderVex

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DefenderVex

  1. I can't, IntelliJ fails to resolve it if I do and when I auto-resolve it replaces it back to @Mod.EventHandler. I know, still can't work out why the item isn't rendering though.
  2. I'm returning to modding Minecraft after a very long time and i'm having issues getting a item model to render. I've uploaded the source to this github for viewing. Any assistance in why it's not working will be greatly appreciated. Main Class: https://github.com/DefenderVex/futurearmory/blob/master/src/main/java/com/defendervex/futurearmory/FutureArmory.java Item Class: https://github.com/DefenderVex/futurearmory/blob/master/src/main/java/com/defendervex/futurearmory/items/ItemPlate.java ModItems Class: https://github.com/DefenderVex/futurearmory/blob/master/src/main/java/com/defendervex/futurearmory/items/ModItems.java Client Proxy Class: https://github.com/DefenderVex/futurearmory/blob/master/src/main/java/com/defendervex/futurearmory/proxy/ClientProxy.java
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.