Skip to content

Commit

Permalink
change sand block to sand smelt glass tag to allow red sand in arc fu…
Browse files Browse the repository at this point in the history
…rnace
  • Loading branch information
YoungOnionMC committed Dec 31, 2024
1 parent 4f4cb8b commit 1811890
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 1811890

Please sign in to comment.