Skip to content

Commit

Permalink
Fix crossbow lowing NBT on upgrade baileyholl#1195
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyholl committed Dec 24, 2023
1 parent 82c32b3 commit dc4adee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-12-01T18:42:41.6667756 Apparatus
// 1.19.2 2023-12-24T09:57:52.0861617 Apparatus
47c673376b4ffc5874674165c030f4e7213c87cb data/ars_nouveau/recipes/alchemists_crown.json
9de96693a6f1f8acf98ddedc408117537e390b95 data/ars_nouveau/recipes/amulet_of_mana_boost.json
9336968ca3afbcbcdcb1dfd5c8bbe859975835a0 data/ars_nouveau/recipes/amulet_of_mana_regen.json
Expand Down Expand Up @@ -129,7 +129,7 @@ a7011d4d9d9a9c66e18db75b1aef7a1cc53ac4ef data/ars_nouveau/recipes/silk_touch_1.j
7876348940944b886b73151ccb12441300b477d3 data/ars_nouveau/recipes/smite_4.json
b54053da88c7b6b44c077001a3b426c7681c1d65 data/ars_nouveau/recipes/smite_5.json
20e34e9f8d44a12a23216c0533b5b1b683bba807 data/ars_nouveau/recipes/spell_bow.json
bfce956c01aba633bbd43d0393c8e936dfbfbd83 data/ars_nouveau/recipes/spell_crossbow.json
cd1e42846a8fc8b83bc0d97a7ed011a56f72c500 data/ars_nouveau/recipes/spell_crossbow.json
91df45176d5e117853887c4b0edb8ace32e1abe7 data/ars_nouveau/recipes/spell_sensor.json
a5cd53eea13b4dae5249694a701608a630d19817 data/ars_nouveau/recipes/spell_turret.json
d838045b9e960e29b0ee40bc8ca504efe2c37510 data/ars_nouveau/recipes/spell_write.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "ars_nouveau:enchanting_apparatus",
"keepNbtOfReagent": false,
"keepNbtOfReagent": true,
"output": {
"item": "ars_nouveau:spell_crossbow"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ public void addEntries() {
.build());

addRecipe(builder().withResult(ItemsRegistry.SPELL_CROSSBOW)
.keepNbtOfReagent(true)
.withReagent(Items.CROSSBOW)
.withPedestalItem(Ingredient.of(Tags.Items.STORAGE_BLOCKS_GOLD))
.withPedestalItem(ItemsRegistry.MANIPULATION_ESSENCE)
Expand Down

0 comments on commit dc4adee

Please sign in to comment.