summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldGenTreeProvider.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/WorldGenTreeProvider.patch')
-rw-r--r--nms-patches/WorldGenTreeProvider.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/nms-patches/WorldGenTreeProvider.patch b/nms-patches/WorldGenTreeProvider.patch
index c8da90ac..41d9998c 100644
--- a/nms-patches/WorldGenTreeProvider.patch
+++ b/nms-patches/WorldGenTreeProvider.patch
@@ -8,7 +8,7 @@
public abstract class WorldGenTreeProvider {
-@@ -16,6 +17,29 @@
+@@ -16,6 +17,25 @@
if (worldgentreeabstract == null) {
return false;
} else {
@@ -21,10 +21,6 @@
+ BlockSapling.treeType = TreeType.BIRCH;
+ } else if (worldgentreeabstract instanceof WorldGenForestTree) {
+ BlockSapling.treeType = TreeType.DARK_OAK;
-+ } else if (worldgentreeabstract instanceof WorldGenJungleTree) {
-+ BlockSapling.treeType = TreeType.JUNGLE;
-+ } else if (worldgentreeabstract instanceof WorldGenMegaTree) {
-+ BlockSapling.treeType = TreeType.MEGA_REDWOOD;
+ } else if (worldgentreeabstract instanceof WorldGenTaiga1) {
+ BlockSapling.treeType = TreeType.REDWOOD;
+ } else if (worldgentreeabstract instanceof WorldGenTaiga2) {