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

Question regarding fields in json configuration #25

Closed
renadi opened this issue Jun 27, 2017 · 4 comments
Closed

Question regarding fields in json configuration #25

renadi opened this issue Jun 27, 2017 · 4 comments
Labels

Comments

@renadi
Copy link

renadi commented Jun 27, 2017

I'm looking for some clarification of what certain fields mean in the json configs.

Most importantly, what does the required field in the products do, because it has a chance(generally around 90%) but also a required field which obviously doesn't mean that result is required. as you can have multiple required and still only get one of the products.

What I'm specifically trying to do is add a .01% chance of seeds dropping as well as a 1% chance of Roots Verdant Sprigs.

on 1.10.2.

@CodesCubesAndCrashes
Copy link
Contributor

CodesCubesAndCrashes commented Jun 27, 2017

I think this it's a full answer, but I'm not an expert. The required field determines if this plant should be loaded even if that particular product is not valid in the current setup. For example, if Verdant Sprigs don't exist (maybe Roots isn't installed), and required is true, then this plant will be disabled. And if it's set to false, then the Sprigs will be removed as a drop but the plant will still loaded.

Also, please do mention which version of AgriCraft for 1.10.2 you are testing. Is it a17, a18, or a different one?

@renadi
Copy link
Author

renadi commented Jun 27, 2017 via email

@TokkenGmr
Copy link
Contributor

Here is an example of nether wart dropping infernal bulb not sure if this will help or not

@InfinityRaider
Copy link
Member

This seems to be answered correctly by @CodesCubesAndCrashes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants