Jump to content

Monroth

Members
  • Posts

    4
  • Joined

  • Last visited

Monroth's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Somewhere between posting first time and creating github i tried to change modname\modId from arcanapp\arcpp to master_of_magic\mom, and it seems that there was some unchanged parts left ) ok, i fixed that. However, i thought that folder in /assets/ is not necessary named as modId, as otherwise how did it found en_us.json in /lang/? Name of item was shown correctly. Anyway, that solved problem only partially. After fixing name of folder in assets, model started to register, but texture [03:07:52] [Server-Worker-4/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load mom:textures/items/sun_crystal.png : java.io.FileNotFoundException: mom:textures/items/sun_crystal.png is still missing, for unclear reasons
  2. well, smth like this https://github.com/monroth/Master-of-Magic
  3. Latest forge version, I'll try to post on github tommorrow.
  4. Hello, i only started to learn Forge modding. I followed to guide here www.youtube.com/watch?v=qX-nyprSDAM to create item (for instance, sun_crystal). I created item, gave it name, created .json files in .../lang, .../models and .../textures. For some reason, when i compile and run project in intellij, it says [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to load model: 'mom:sun_crystal#inventory' referenced from: mom:sun_crystal#inventory: java.io.FileNotFoundException: mom:models/item/sun_crystal.json , and so it does not register model for sun crystal and does not register texture fore it, despite I clearly see sun_crystal.json in .../models/item/ main.zip
×
×
  • Create New...

Important Information

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