Skip to content

Commit

Permalink
Merge pull request #645 from Pyritie/patch-7
Browse files Browse the repository at this point in the history
Fixed red alloy crucible recipe
  • Loading branch information
Exzept1on authored Dec 29, 2024
2 parents 1b79284 + 386dd79 commit 5829e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/server_scripts/tfc/recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,8 @@ const registerTFCRecipes = (event) => {
//#region Рецепты для новых сплавов

event.recipes.tfc.alloy('tfg:red_alloy', [
TFC.alloyPart('tfg:redstone', 0.15, 0.25),
TFC.alloyPart('tfc:copper', 0.75, 0.85)
TFC.alloyPart('tfg:redstone', 0.75, 0.85),
TFC.alloyPart('tfc:copper', 0.15, 0.25)
]).id('tfg:alloy/red_alloy')

event.recipes.tfc.alloy('tfg:tin_alloy', [
Expand Down

0 comments on commit 5829e67

Please sign in to comment.