Skip to content

Commit

Permalink
fix inventory size copypasta bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 9, 2019
1 parent f0ea2eb commit 1bdd321
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public static void registerTags() {
// @description
// Return the number of slots in the inventory.
// -->
PropertyParser.<InventoryTag>registerTag("script_name", (attribute, inventory) -> {
PropertyParser.<InventoryTag>registerTag("size", (attribute, inventory) -> {
return new ElementTag(getFrom(inventory).getSize());
});
}
Expand Down

0 comments on commit 1bdd321

Please sign in to comment.