Merge pull request #960 from AirRice/bugfix/rubber_softlock

FIX: Rubber softlock
This commit is contained in:
Redeix 2025-05-06 14:15:02 -05:00 committed by GitHub
commit 1ff39403c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -23,8 +23,10 @@
{ {
id: "23A27702FF816291" id: "23A27702FF816291"
linked_quest: "6903C72A254A7B08" linked_quest: "6903C72A254A7B08"
shape: "octagon"
size: 2.0d
x: -13.5d x: -13.5d
y: 7.5d y: 14.5d
} }
{ {
id: "1F1E7097C015BE33" id: "1F1E7097C015BE33"
@ -1336,7 +1338,6 @@
dependencies: [ dependencies: [
"69BDD31A69062B6C" "69BDD31A69062B6C"
"43D0B4F2ACB9931B" "43D0B4F2ACB9931B"
"6903C72A254A7B08"
"2C35D4E01AEC02AA" "2C35D4E01AEC02AA"
] ]
description: ["{quests.steam_age.lv_circuit.desc}"] description: ["{quests.steam_age.lv_circuit.desc}"]

View file

@ -1116,7 +1116,7 @@
} }
{ {
dependencies: [ dependencies: [
"1DF4DBE41BB0B6FD" "5F3063C539C9CBBF"
"4891E995D3EC2BD1" "4891E995D3EC2BD1"
] ]
description: ["{quests.tfg_tips.create_rubber_ingot.desc}"] description: ["{quests.tfg_tips.create_rubber_ingot.desc}"]

View file

@ -24,7 +24,7 @@ function registerVintageImprovementsRecipes(event) {
'DAG', 'DAG',
'FCF' 'FCF'
], { ], {
A: 'gtceu:ulv_machine_hull', A: 'gtceu:ulv_machine_casing',
B: 'greate:steel_mechanical_pump', B: 'greate:steel_mechanical_pump',
C: 'create:mechanical_piston', C: 'create:mechanical_piston',
D: '#forge:springs/wrought_iron', D: '#forge:springs/wrought_iron',