Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
changed candle recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed May 16, 2024
1 parent 51fac88 commit 03671bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ private static void loadOverrides(Consumer<FinishedRecipe> consumer, AntimatterR
addBeeswaxRecipe(consumer, provider, prefix + "cut_copper_stairs");
addBeeswaxRecipe(consumer, provider, prefix + "cut_copper_slab");
}
provider.addItemRecipe(consumer, "misc", Items.CANDLE, of('S', Items.STRING, 'W', DUST.getMaterialTag(Beeswax)), "S", "W");
}
if (!GTCoreConfig.VANILLA_OVERRIDES.get()) return;
provider.addStackRecipe(consumer, "minecraft", "", "misc", new ItemStack(Items.IRON_BARS, 8), of('R', ROD.getMaterialTag(Iron)), "RRR", "RRR");
Expand Down

0 comments on commit 03671bc

Please sign in to comment.