Posted November 20, 20195 yr The recipes themselves work, but their output does not work under conditions, although the code seems to be correct. { "parent": "fleshprocessing:recipes/root", "rewards": { "recipes": [ "fleshprocessing:rags" ] }, "criteria": { "has_rotten_flesh": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:rotten_flesh" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "fleshprocessing:rags" } } }, "requirements": [ [ "has_rotten_flesh", "has_the_recipe" ] ] }
November 20, 20195 yr That's the advancement that grants the recipe, not the recipe. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 20, 20195 yr Author 5 hours ago, Draco18s said: That's the advancement that grants the recipe, not the recipe. But it's not working! Why?
November 20, 20195 yr Author UP: I fix it, but I have new error: [13:42:27] [Server thread/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement fleshprocessing:recipes/misc/rags: Unknown item tag 'minecraft:rotten_flesh' [13:42:27] [Server thread/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement fleshprocessing:recipes/misc/leather: Unknown item tag 'fleshprocessing:rags' I only trying 1.14.4 modding, what is Tags? How to I can add tag for my items or blocks?
November 20, 20195 yr 3 hours ago, WantaSanchez said: I only trying 1.14.4 modding, what is Tags? How to I can add tag for my items or blocks? https://minecraft.gamepedia.com/Tag 3 hours ago, WantaSanchez said: [13:42:27] [Server thread/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement fleshprocessing:recipes/misc/rags: Unknown item tag 'minecraft:rotten_flesh' [13:42:27] [Server thread/ERROR] [minecraft/AdvancementManager]: Parsing error loading custom advancement fleshprocessing:recipes/misc/leather: Unknown item tag 'fleshprocessing:rags' Those are items, not tags. If you want to use items, you need to use "item". If you want to use tags, you need to pass a valid tag. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.