Skip to content

Commit

Permalink
use nugget tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Nov 11, 2023
1 parent 9a25b22 commit 6e51281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tag": "forge:gems/emerald"
},
"P": {
"item": "enderio:vibrant_alloy_nugget"
"tag": "forge:nuggets/vibrant_alloy"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private void addCrystals(Consumer<FinishedRecipe> recipeConsumer) {
.pattern("PPP")
.pattern("PDP")
.pattern("PPP")
.define('P', EIOItems.VIBRANT_ALLOY_NUGGET)
.define('P', EIOTags.Items.NUGGETS_VIBRANT_ALLOY)
.define('D', Tags.Items.GEMS_EMERALD)
.unlockedBy("has_ingredient", InventoryChangeTrigger.TriggerInstance.hasItems(EIOItems.VIBRANT_ALLOY_NUGGET.get()))
.save(recipeConsumer);
Expand Down

0 comments on commit 6e51281

Please sign in to comment.