Apple Trees: Difference between revisions
m (Epyon moved page Apple Trees to Fruiting Trees/Apple Trees: Apple Trees is an expansions of Fruiting Trees) |
m (Fix-up) |
||
Line 3: | Line 3: | ||
|icon=apple_trees.png | |icon=apple_trees.png | ||
|creator=Bloo___, BluePsychoRanger, SpecialBuilder | |creator=Bloo___, BluePsychoRanger, SpecialBuilder | ||
|type= | |type=Expansion | ||
|complementary=[[Orbis]] | |complementary=[[Orbis]], [[Podzol Rooting Soil]] | ||
|versions=1.16+}} | |versions=1.16+}} | ||
Line 25: | Line 24: | ||
|+ | |+ | ||
| | | | ||
{| class="mw-collapsible" | {| class="mw-collapsible" id="mw-customcollapsible-VA" | ||
|- | |- | ||
|{{Slot|gm4:Apple Tree Sapling}} | |{{Slot|gm4:Apple Tree Sapling}} | ||
Line 44: | Line 43: | ||
Apple trees generated by Orbis are seed-random, while apple trees grown through saplings are completely random. | Apple trees generated by Orbis are seed-random, while apple trees grown through saplings are completely random. | ||
The included base (Fruiting Trees) provides a simple interface for seed extraction and structure generation. Fruiting trees provides support for 16 bit seeds and n-layer layered structure generation. | The included base ([[../|Fruiting Trees]]) provides a simple interface for seed extraction and structure generation. Fruiting trees provides support for 16 bit seeds and n-layer layered structure generation. | ||
Seed interpretation and structure generation have to be implemented by expansions. | Seed interpretation and structure generation have to be implemented by expansions. | ||
Line 57: | Line 56: | ||
!Change | !Change | ||
|- | |- | ||
|1.16 | | rowspan="2" |1.16 | ||
|26 Jan 2021 | |26 Jan 2021 | ||
|Released Apple Trees | |Released Apple Trees | ||
|- | |- | ||
|22 Feb 2021 | |22 Feb 2021 | ||
|Added Wandering Trader Trades for Saplings | |Added Wandering Trader Trades for Saplings | ||
Line 67: | Line 65: | ||
[[Category:All Modules]] | [[Category:All Modules]] | ||
[[Category: | [[Category:Expansion Modules]] |
Revision as of 16:29, 22 February 2021
Module Type | Expansion |
---|---|
Created by | Bloo, BluePsychoRanger and SpecialBuilder |
Complementary Modules | Orbis, Podzol Rooting Soil |
Compatible MC Versions | 1.16+ |
This modules adds proper apple trees to world generation!
Features
Apple trees will spawn naturally in the world once the module is installed along with Orbis. Apple trees will have between 0 and 5 apple bearing leaves. Oak leaves and dark oak leaves will no longer drop apples.
Apple Growth Stages
Apples on an apple tree will grow one stage every MC day. This means each apple bearing leaf produces an apple every 3 MC days (1 IRL hour).
There are 3 growth stages: unripe, ripe, and fallen. In the "unripe" stage, the apples on the tree are small and cannot be picked. In the "ripe" stage, the apple is large and can be picked by right clicking on the apple with an empty hand. In the "fallen" stage, the apple will drop as an item and the leaf will no longer have an apple until it reaches the "unripe" stage again.
When an apple bearing leaf is broken during the "ripe" stage, the apple will fall.
Apple Tree Saplings
Apple bearing leaves have a 75% chance of dropping an apple tree sapling upon breaking it. Apple tree saplings can be placed and grown just like normal trees, given proper clearance. New apple trees will always spawn with ripe apples, ready to be picked.
|
Toggle Resource Pack |
Compatibility
Apple tree saplings can be rooted with Podzol Rooting Soil
Technical Details
An apple tree sapling requires a 5x5 area around (extending at least 5 blocks above) the sapling to be clear in order to grow.
Apple trees generated by Orbis are seed-random, while apple trees grown through saplings are completely random.
The included base ([[../|Fruiting Trees]]) provides a simple interface for seed extraction and structure generation. Fruiting trees provides support for 16 bit seeds and n-layer layered structure generation. Seed interpretation and structure generation have to be implemented by expansions.
Learn More and Download
History
Version | Date | Change |
---|---|---|
1.16 | 26 Jan 2021 | Released Apple Trees |
22 Feb 2021 | Added Wandering Trader Trades for Saplings |