Jump to content

N00bcak

Members
  • Posts

    7
  • Joined

  • Last visited

N00bcak's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. No. I'm still very much trying to get the hang of what I am writing(especially JSON). 1.10 with its new methods of operating are very confusing to me.
  2. Ok the repository is up, the url is: https://github.com/N00bcak/Forge-1.10 hopefully this helps
  3. Here is my pastebin(https://pastebin.com/GD50P6VR). No errors
  4. I solved the problem by including an item and block json for the object, but the tutorial i follow(https://shadowfacts.net/tutorials/forge-modding-1102/) does not use these two JSON files. How does Shadow accomplish the rendering by using one JSON blockstate instead of my three? Or is something wrong with my project? If so, I'm going to upload my project onto github soon and when I do I will notify this thread. Edit:I was following his tutorial today(quite literally after this post) about Crops. My other items seemed fine but when i planted my seed, the texture is just not there again...
  5. So I did the changes said by @Draco18s. It seems that a models folder will not allow them to read it properly, despite it working well for the items jsons. Also, it seems that i need an items json file for the model??? I think its new and it just popped up everywhere. Really wish it was like back in 1.7.10 when making defaults was so much simpler
  6. Yes, i have tried everything. I put the json in the blockstates file, the renamed it to blocks, and i even tried to put it in items. Doesn't work. I even removed the folder and put everything together but it does not work. Is there supposed to be another json file in the items alongside the blockstates?
  7. I can't seem to get a block model to work, and in all reality i don't understand the new JSON models at all. Any help is appreciated and i learn pretty fast :D. JSON model code down there, error here:https://pastebin.com/a2N5TG0QoreCopper.json
×
×
  • Create New...

Important Information

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