Posted January 21, 20205 yr I'm trying to make a shapeless recipe where the input is one item with 3 nbt tags. If the first tag is 1 or less, it outputs the itemStack stored as the second tag. If the first tag is 2 or more, it outputs the more of the same item, but the first tag is 1 less. How would I go about making such a recipe?
January 21, 20205 yr You will need your own IRecipe impelementation, as the existing ones do not care about nbt data. You can check Choonster's test mod for reference. https://github.com/Choonster-Minecraft-Mods/TestMod3/blob/1.12.2/src/main/java/choonster/testmod3/crafting/ingredient/IngredientNBTTestMod3.java 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.
January 22, 20205 yr Author Seems like a lot has changed since 1.12, so I'm a bit confused and still can't get it to work, but this has still helped me, thanks I'll keep trying and send updates Edited January 22, 20205 yr by Villfuk02
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.