Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

Bonsai Pots

Daniel Orr edited this page Jan 19, 2019 · 5 revisions

Details

A bonsai pot can be used to grow small trees. To activate one, drop it onto the ground and place any block that holds a sapling two blocks above the machine. Then, place a sapling of your choice on top of that block. The drops generated depend on the type of sapling used. If you would like to collect the drops automatically, place a hopper on top of that sapling. You will also need to place two dirt blocks in the first slot of the bonsai pot's inventory. All other slots are 'disabled'. Click here for a visual representation of the above explanation.

Bonsai Pots Recipe

Technical Summary

Bonsai pots run on two seperate randomisers - the first one tells the bonsai pot whether to run or not, the second one tells it what it drops. If a bonsai pot's VADS_Random3 (because VADS_Random runs on another score, VADS_Random2) score generates a number between 1 and 5, it will trigger the bonsai pot to check whether its current VADS_Random score matches anywhere between 1 and 64, with other specified values relating to different drops in between those two specified numbers These ranges can generate numbers all the way from 1 to 100. Even though the bonsai pot check tick range is so small (1..5), they still run pretty frequently.

Newsboard

Clone this wiki locally