Skip to content

Commit

Permalink
Fix Example Upgrade Transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 5, 2024
1 parent 8245620 commit 559bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy-tests/customRecipeClassTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nbtClearingRecipe(item('forge:bucketfilled'), item('minecraft:bucket'))
nbtClearingRecipe(item('storagedrawers:basicdrawers'), {
var tag = transferSubTags(it, 'material') // Transfer material, saved generated tag
transferTagAtPath(it, tag, "tile", "Mat") // Transfer other stored material
transferTagAtPath(it, tag, "tile", "upgrades") // Transfer upgrades as well
transferTagAtPath(it, tag, "tile", "Upgrades") // Transfer upgrades as well
it.tagCompound = tag // Remember to Save!
})

Expand Down

0 comments on commit 559bac3

Please sign in to comment.