Skip to content

Commit

Permalink
Oc transistor achievement fix (#17604)
Browse files Browse the repository at this point in the history
* Update Tier1-AAAAAAAAAAAAAAAAAAAG3w==.json

Added OC Transistor as reward to be able to compleate the OC Transistor achievement.

* Update gtnh.recipes

Enabled OC Transistors but without adding any recipe.
OC Transistor will be given as a quest reward to be able to complete it's affected achievement.

* Update gtnh.recipes

Give the OC transistor an exchange recipe for an GT Transistor

* Update Tier1-AAAAAAAAAAAAAAAAAAAG3w==.json

removed obsolet hint since OC Transistor can be aquired by simply putting a GT ones into your crafting grid
  • Loading branch information
Chaoschaot232 authored Oct 13, 2024
1 parent 975e92e commit 8fe1505
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,14 @@
"Count:3": 1,
"Damage:2": 46,
"OreDict:8": ""
},
"1:10": {
"id:8": "OpenComputers:item",
"Count:3": 1,
"Damage:2": 23,
"OreDict:8": ""
}
}
}
}
}
}
5 changes: 4 additions & 1 deletion config/opencomputers/gtnh.recipes
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ arrowKeys = false

numPad = false

transistor = false
transistor = {
type: shapeless
input: [{item="gt.metaitem.01", subID=32717}]
}

chip1 = true

Expand Down

0 comments on commit 8fe1505

Please sign in to comment.