add dead trees

This commit is contained in:
RedSparr0w
2019-10-23 14:56:02 +13:00
parent 44b7d7cc65
commit 5464508013
2 changed files with 2 additions and 6 deletions
@@ -5,7 +5,7 @@ import java.util.Arrays;
import java.util.List;
public enum Trees {
NORMAL("Normal", new int[]{1276, 1278, 1279}, 25),
NORMAL("Normal", new int[]{1276, 1278, 1279, 1286}, 25),
OAK("Oak", new int[]{1281}, 37.5),
WILLOW ("Willow", new int[]{5551, 1308, 5553, 5552}, 47.5),
MAPLE("Maple", new int[]{1307}, 100);