This commit is contained in:
Pyritie 2025-08-10 21:32:06 +01:00
commit 47ea14cd40
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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)