Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Jun 1, 2024
1 parent 690695b commit 62e1a3f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ public Collection<String> getMaterialNameCollection() {
* List of Plants.
*/
public static final ItemLists PLANTS = newBuilder()
.addItemList(FLOWERS)
.addItemList(CROPS)
.addItemList(PLANTABLES)
.includeList(FLOWERS)
.includeList(CROPS)
.includeList(PLANTABLES)
.add("TALL_GRASS","LARGE_FERN","VINE","TWISTING_VINES_PLANT","WEEPING_VINES_PLANT","NETHER_WART_BLOCK","CRIMSON_ROOTS","WARPED_ROOTS","NETHER_SPROUTS","BIG_DRIPLEAF","SMALL_DRIPLEAF").build();

public static final ItemLists FALLING_BLOCKS = newBuilder()
Expand Down

0 comments on commit 62e1a3f

Please sign in to comment.