Posted April 23, 20205 yr Hey all, So, I have added shapeless crafting recipes for a Mod Gem Block as well as recipes for a set of trusty Mod Gem tools. Problem is, none of the shaped crafting recipes are loading in Minecraft when I run it, only the shapeless one. I can't see the shaped recipes in the recipe book, nor can they be crafted. Any idea why this is? My recipes are all .json files, located in src/main/resources/data.thorneislearningmods.recipes.
April 23, 20205 yr Can you show one of your shaped crafting json files? My only two guesses with low information is that your type is not "minecraft:crafting_shaped" or you need to refresh your file tree inside your ide. I'm assuming those dots represent folders as well in your path.
April 23, 20205 yr Also, post logs. (for the reason below) I created some json recipe files from the commandline using echo, and for some reason it put an invisible character in the very beginning of my file, even though everything looked right, they didn't work, and there were errors in the log. Creating a new file and then pasting the json in fixed it. Of course, this can all be avoided by using data generators (which I haven't looked at yet lol)
April 24, 20205 yr Author Okay, here's the log: https://github.com/TheThorneCorporation/ThorneCraft/blob/master/2020-04-22-4.log
April 24, 20205 yr Quote Unterminated object at line 3 column 6 path $.type...Unknown item 'thorneislearningmods:item' I feel like that answers your question.
April 24, 20205 yr Author 18 minutes ago, ChampionAsh5357 said: I feel like that answers your question. Yep, that fixes things. Thanks!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.