Skip to content

Commit

Permalink
Red Sand Arc Furnace (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Jan 4, 2025
1 parent ecdf0b0 commit 1a0f457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private static void glassRecipes(Consumer<FinishedRecipe> provider) {
.save(provider);

ARC_FURNACE_RECIPES.recipeBuilder("glass_from_sand").duration(20).EUt(VA[LV])
.inputItems(new ItemStack(Blocks.SAND))
.inputItems(ItemTags.SMELTS_TO_GLASS)
.outputItems(new ItemStack(Blocks.GLASS, 2))
.save(provider);

Expand Down

0 comments on commit 1a0f457

Please sign in to comment.