Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 23, 2019
1 parent e6b9f4f commit 11eb589
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -544,7 +544,7 @@ public static void registerTags() {
// @group properties
// @description
// Returns whether the material is a bamboo material.
// When this returns true, <@link tag LocationTag.leaf_size>,
// When this returns true, <@link tag MaterialTag.leaf_size>,
// and <@link mechanism MaterialTag.leaf_size> are accessible.
// -->
registerTag("is_bamboo", (attribute, object) -> {
Expand Down Expand Up @@ -599,7 +599,7 @@ public static void registerTags() {
// Returns whether the material is a slab.
// When this returns true, <@link tag MaterialTag.pickle_count>,
// <@link tag MaterialTag.pickle_max>, <@link tag MaterialTag.pickle_min>,
// and <@link mechanism MaterialTag.pickle_max> are accessible.
// and <@link mechanism MaterialTag.pickle_count> are accessible.
// -->
registerTag("is_pickle", (attribute, object) -> {
return new ElementTag(MaterialPickle.describes(object));
Expand Down

0 comments on commit 11eb589

Please sign in to comment.