Skip to content

Commit

Permalink
Add more grass types for Timber
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo56958 committed Dec 14, 2024
1 parent 6cc4929 commit d5fdfae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ public void reload() {

this.grasses.clear();
this.grasses.addAll(Arrays.asList(Material.GRASS_BLOCK, Material.DIRT, Material.PODZOL, Material.COARSE_DIRT,
Material.NETHERRACK, Material.CRIMSON_NYLIUM, Material.WARPED_NYLIUM, Material.MUD));
Material.NETHERRACK, Material.CRIMSON_NYLIUM, Material.WARPED_NYLIUM, Material.MUD,
// world generation edge cases
Material.SAND, Material.RED_SAND, Material.GRAVEL));
}

@EventHandler(ignoreCancelled = true)
Expand Down

0 comments on commit d5fdfae

Please sign in to comment.