Posted April 1, 20214 yr Is it possible to make a furnace recipe with data generators? Sorta like this ShapedRecipeBuilder.shapedRecipe(ModBlocks.CHISELED_BRICKS.get()) .key('#', Blocks.BRICK_SLAB) .patternLine("#") .patternLine("#") .addCriterion("has item", hasItem(Blocks.BRICK_SLAB)) .build(consumer); But for furnaces.
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.