[1.21.1] New Growth Update#241
Merged
thedarkcolour merged 168 commits intothedarkcolour:1.20.1from Feb 4, 2026
Merged
Conversation
Owner
There was a problem hiding this comment.
New fruits:
- Pear
- Orange
- Coconut
- Feijoa
- Olive
| public static final ResourceLocation PADAUK = forestry("tree_padauk"); | ||
| public static final ResourceLocation BALSA = forestry("tree_balsa"); | ||
| public static final ResourceLocation COCOBOLO = forestry("tree_cocobolo"); | ||
| public static final ResourceLocation WENGE = forestry("tree_wenge"); | ||
| public static final ResourceLocation BAOBAB = forestry("tree_baobab"); | ||
| public static final ResourceLocation MAHOE = forestry("tree_mahoe"); | ||
| public static final ResourceLocation WILLOW = forestry("tree_willow"); | ||
| public static final ResourceLocation SIPIRI = forestry("tree_sipiri"); |
Owner
There was a problem hiding this comment.
Did you mean to rename "Sipiri" to "Sipiri"?
Contributor
Author
There was a problem hiding this comment.
Sipiri wasn't renamed in this version - in 1.21.1 there are some trees that need to be renamed internally.
Hill Cherry -> Sour Cherry
Citrus -> Lemon
Zebrawood -> Zebrano
Yellow Meranti -> Mahogany
Desert Acacia -> Camelthorn
and of course, Sipiri -> Greenheart
Owner
There was a problem hiding this comment.
New species:
- Elm
- Fir
- Coconut
- Beech
- Feijoa
- Dogwood
- Ginkgo
- Jacaranda
- Monkey Puzzle
- Macrocarpa
- Olive
- Orange
- Pear
- Kauri
| @@ -135,8 +135,8 @@ public boolean workCycle() { | |||
| } | |||
|
|
|||
| // We are done, add products to queue | |||
| Collection<ItemStack> products = this.currentRecipe.getProducts(this.level.random); | |||
| this.pendingProducts.addAll(products); | |||
| Collection<ItemStack> products = currentRecipe.getProducts(level.random, outputMultiplier); | |||
Owner
There was a problem hiding this comment.
Qualify instance fields with this.
Owner
7ba99e5 to
cb6161b
Compare
It's a lot harder than it seems
Sour Cherry + Camelthorn to Sour Cherry + Wenge
- Rename Sipiri to Greenheart, Zebrawood to Zebrano, Monkey Puzzle to Pewen - Formatting fixes for most of the tree features
cb6161b to
cee6ff2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

NOTE: These changes are intended to go live alongside the 1.21.1 update.
The New Growth Update is here! After many years, a HUGE update to Forestry's tree related content. A bunch of new tree species, lots of changes to old ones, and a bunch of other changes inbetween. An overview of the changes can be found below.
Additions:
Content Changes:
Technical Changes:
Fixes:
Hopefully this brings some new life into the tree side of things, and encourages players to get involved in tree breeding, because I think it's fun!