Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
47ea14cd40
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
## [Unreleased]
|
||||
### Changes
|
||||
### Bug fixes
|
||||
- Fixed kubejs errors on Linux machines. @Pyritie
|
||||
- Fixed recipe conflict with conductor whistle and clockwork sniper. @Redeix
|
||||
|
||||
## [0.10.8] - 10-08-2025
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ const registerRailWaysRecipes = (event) => {
|
|||
|
||||
event.recipes.gtceu.assembler('tfg:railways/conductor_whistle')
|
||||
.itemInputs('#forge:plates/brass')
|
||||
.circuit(4)
|
||||
.circuit(30)
|
||||
.itemOutputs('railways:conductor_whistle')
|
||||
.duration(200)
|
||||
.EUt(28)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue