Skip to content

Commit

Permalink
Update Alloys_Recipes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed Jun 7, 2024
1 parent 86e99eb commit 28250f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/gregtech/Alloys_Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ServerEvents.recipes(event => {
alloySmeltingVariant(
['#forge:ingots/dark_steel', '#forge:dusts/dark_steel'],
['minecraft:end_stone', '#forge:dusts/endstone'], // apparently we have dusts/end_stone (doesnt work)
'gtceu:end_steel_ingot', 15, 120);
'gtceu:end_steel_ingot', 15, 2000);

alloySmeltingVariant(
['#forge:ingots/steel', '#forge:dusts/steel'],
Expand Down

0 comments on commit 28250f7

Please sign in to comment.