Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Leomelonseeds

  1. Nonononon. in your models.items, set the parent to your block model.
  2. Post your json files then (blockstates, models)
  3. Is there any errors in you IDE or in the console? Post the whole class please
  4. Wait so when you drop the item and it is in the inventory, it renders as a 2d thing?
  5. Well post your block code, and if it isint already 3d i will try to fix it.
  6. Can I do this to a tileentity too? Im planning to make a security camera.
  7. Wait how do you rename. EDIT: Nevermind I got it...
  8. What do you mean. As for renaming, hmmmmmm..... I cant see to find it..
  9. Good. Any more help needed? If not rename your post to solved.
  10. excuse me? Oh, I get it, no it should still be items in the textures.
  11. OH i found something. YOur package is called assets.tut.models.items while its looking for assets.tut.models.item
  12. use ModelLoader.setCustomResourceLocation instead of modelmesher
  13. Looks like your item model is not named "tut_item.json"
  14. Post model 4 json code please
  15. Read the error. The thing was tring to find a class called "com.clowcadia.tutorial.proxy.ClientProxy. And what is yours called? com.clowcadia.tut.proxy.ClientProxy
  16. Give me a screenshot of your entire screen, with all the packages and refrenced liberaries open.
  17. Do you have an error ingame?
  18. Post you other classes as well (clientproxy, item, names)
  19. You could use the onArmorTick method.
×
×
  • Create New...

Important Information

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