Skip to content

Commit

Permalink
Merge pull request #663 from SverhRazum-Nah/patch-7
Browse files Browse the repository at this point in the history
precision mech in assembler
  • Loading branch information
Exzept1on authored Jan 6, 2025
2 parents f46202e + 3d8b3e7 commit 705db91
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion kubejs/server_scripts/create/recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,15 @@ const registerCreateRecipes = (event) => {
})

//#endregion
}

//#region Механизм точности

e.recipes.gtceu.assembler('tfg:create/precision_mechanism')
.itemInputs('#forge:sheets/gold','3x create:cogwheel', '3x create:large_cogwheel', '3x #forge:nuggets/iron')
.itemOutputs('create:precision_mechanism')
.duration(2000)
.EUt(20)

//#endregion

}

0 comments on commit 705db91

Please sign in to comment.