Skip to content

Commit

Permalink
Merge pull request #3620 from Kukagres/master
Browse files Browse the repository at this point in the history
Fixed typo on default unlocks
  • Loading branch information
sayterdarkwynd authored Jan 5, 2025
2 parents c217831 + 429f975 commit 02585fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions player.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
//244 stationtram
//243 compositerailplatform
//242 rustyrailplatform
//241 railtrampstop
//241 railtramstop
//240 railstop
//239 railswitch
//238 railsensor
Expand Down Expand Up @@ -193,7 +193,7 @@
//212 lightsensor
//211 secrettrapdoor
//210 secretdoor
[{"op":"test","path":"/defaultBlueprints/tier1/209"},{"op":"remove","path":"/defaultBlueprints/tier1/209"}], //209 standingturret
[{"op":"test","path":"/defaultBlueprints/tier1/209"},{"op":"remove","path":"/defaultBlueprints/tier1/209"}], //209 standingturret
//208 drain
//207 bulb
//206 alarm
Expand Down Expand Up @@ -612,7 +612,7 @@
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "swtjc_wp_masterlogic" } } ],

//Sensors
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "advancedlightsensor" } } ],
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "swtjc_wp_advancedlightsensor" } } ],
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "swtjc_wp_advancedliquidsensor" } } ],
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "swtjc_wp_emitter" } } ],
[ { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "swtjc_wp_brokenemitter" } } ],
Expand Down

0 comments on commit 02585fe

Please sign in to comment.