diff options
author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-05-26 21:42:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 21:42:16 +0200 |
commit | 39dde9870cf0e86204143f461a30123223c5c17c (patch) | |
tree | 10a89a11e62ea04237da25c4379f16b060530c7e /items/BURSTSTOPPER_ARTIFACT.json | |
parent | 17c4a154977e7ddb63849338e586c6a2a4958aca (diff) | |
download | NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.tar.gz NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.tar.bz2 NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.zip |
Hypixeling (#745)
* flaming fist not craftable
* Burststopper artifact recipe + parents
* misc.json
* recipe
Diffstat (limited to 'items/BURSTSTOPPER_ARTIFACT.json')
-rw-r--r-- | items/BURSTSTOPPER_ARTIFACT.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/BURSTSTOPPER_ARTIFACT.json b/items/BURSTSTOPPER_ARTIFACT.json index 83ba823a..517b8bf6 100644 --- a/items/BURSTSTOPPER_ARTIFACT.json +++ b/items/BURSTSTOPPER_ARTIFACT.json @@ -16,13 +16,13 @@ ], "recipe": { "A1": "MOLTEN_POWDER:32", - "A2": "COMPACT_OOZE:20", + "A2": "WHIPPED_MAGMA_CREAM:20", "A3": "MOLTEN_POWDER:32", - "B1": "COMPACT_OOZE:20", - "B2": "REFINED_TITANIUM:64", - "B3": "COMPACT_OOZE:20", + "B1": "WHIPPED_MAGMA_CREAM:20", + "B2": "BURSTSTOPPER_TALISMAN:1", + "B3": "WHIPPED_MAGMA_CREAM:20", "C1": "MOLTEN_POWDER:32", - "C2": "COMPACT_OOZE:20", + "C2": "WHIPPED_MAGMA_CREAM:20", "C3": "MOLTEN_POWDER:32" }, "internalname": "BURSTSTOPPER_ARTIFACT", |