Skip to content

Commit

Permalink
Update new quest requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Jul 25, 2024
1 parent 1114b71 commit 35a156d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions config/betterquesting/DefaultQuests.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -32996,8 +32996,11 @@
}
},
"503:10": {
"preRequisiteTypes:7": [
2
],
"preRequisites:11": [
143
248
],
"properties:10": {
"betterquesting:10": {
Expand Down Expand Up @@ -33102,8 +33105,11 @@
}
},
"505:10": {
"preRequisiteTypes:7": [
2
],
"preRequisites:11": [
51
113
],
"properties:10": {
"betterquesting:10": {
Expand Down
6 changes: 3 additions & 3 deletions groovy/postInit/nae2.groovy
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ crafting.shapedBuilder().name('pattern_multitool')
// ME Storage Exposer
crafting.remove('nae2:block/exposer')
recipemap('assembler').recipeBuilder()
.inputs(metaitem('hull.iv'))
.inputs(metaitem('hull.ev'))
.inputs(item('appliedenergistics2:interface'))
.inputs(metaitem('sensor.iv'))
.inputs(metaitem('sensor.ev'))
.inputs(item('appliedenergistics2:material:30') * 4)
.outputs(item('nae2:exposer'))
.duration(200).EUt(7680).buildAndRegister()
.duration(200).EUt(1920).buildAndRegister()

// Void Storage Component
crafting.remove('nae2:item/material/storage/cell_part_void')
Expand Down

0 comments on commit 35a156d

Please sign in to comment.