Jump to content
  • Posts

    4
  • Joined

  • Last visited

Everything posted by [email protected]

  1. I am using Intellij Idea for Minecraft 1.12.2 (I will update that later). The file does appear in Intellij's package explorer and the resource folder is marked as a resource folder.
  2. This is the location of the model files. ..\SpellBinder\src\main\resources\assets\spellbinder\models\item\ingot_brass.json which as far as I am aware equals spellbinder:models/item/ingot_brass.json You are looking at the texture file. After looking at examples on Github. I believe that folders in the 'models' folder are singular and folders in the 'textures' folder are plural. Please correct me if I am wrong.
  3. I am working on a Minecraft mod and I have run into a problem. I am trying to create a simple item with a model and texture file to ensure everything is working properly. I placed the files at the following paths. An exception is thrown stating the files can't be found. It appears as though Forge is not recognizing the resource folder. What am I missing? All code can be found at: https://github.com/rustylocks79/SpellBinder.git
×
×
  • Create New...

Important Information

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