Posted January 27, 20214 yr Is there a way to generate stonecutter recipes using data generators like this? ShapelessRecipeBuilder.shapelessRecipe(ModItems.WHITE_BRICK.get()) .addIngredient(Tags.Items.INGOTS_BRICK) .addIngredient(Tags.Items.DYES_WHITE) .addCriterion("has item", hasItem(Tags.Items.INGOTS_BRICK)) .build(consumer); I've looked around but can't seem to find one
January 27, 20214 yr SingleItemRecipeBuilder::stonecuttingRecipe Edited January 27, 20214 yr by ChampionAsh5357
January 28, 20214 yr Author On 1/26/2021 at 9:11 PM, ChampionAsh5357 said: SingleItemRecipeBuilder::stonecuttingRecipe Tysm! I was able to get it working
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.