Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Greatly reduced cost of the Rings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJake222 committed Feb 10, 2021
1 parent 8b7a134 commit e9958bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"key": {
"O": {
"item": "aunis:naquadah_block"
"item": "aunis:naquadah_alloy"
},

"F": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"NNN",
"BIE",
"BIR",
"NNN"
],

Expand All @@ -19,13 +19,13 @@
"item": "aunis:crystal_blue"
},

"E": {
"item": "aunis:crystal_ender"
}
"R": {
"item": "aunis:crystal_red"
}
},

"result": {
"item": "aunis:transportrings_ring_fragment",
"count": 1
"count": 2
}
}

0 comments on commit e9958bb

Please sign in to comment.