Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Dynamic Trees crops #156

Open
SenilePenguin opened this issue Aug 16, 2018 · 0 comments
Open

Support for Dynamic Trees crops #156

SenilePenguin opened this issue Aug 16, 2018 · 0 comments

Comments

@SenilePenguin
Copy link

Steve's Carts appears to harvest the Dynamic Trees 'trunks', but it does not check for them to be fully grown. As a result, it will harvest 'infant' trees, which provide no yields. Additionally, branches with a radius of 1-4 should drop sticks, and radius of 5-8 should drop wood (this is based on in-game testing; I have not verified anything from source code).
The leaves should drop acorns, seeds, cones, pods, etc based on the tree types. Carts appear to harvest the leaves and get these sometimes, but are unable to plant them, though they appear to follow the same placement rules as vanilla saplings.

I haven't looked into your source to see how you are handling the planting, but it may be as simple as adding some registryNames to a whitelist somewhere. As for the drops from the woods based on the radii, it would depend on how you manage the breaking of the tree segments in your code. Possibly could add a check to see if the wood has a "radius" NBT tag and modify it's drops accordingly?

@SenilePenguin SenilePenguin changed the title Support for Dynamic Trees crops (acorns) Support for Dynamic Trees crops Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant