AgriCraft

AgriCraft

30M Downloads

Mutation Spread Bug/Mystical Agriculture Bug

StanTheMann opened this issue · 8 comments

commented

Hey I am having a couple issues with agricraft right now. I currently have the latest version installed 2.0.0-0.10.0-a17.
 
Current Bugs

  • Wheat crops do not mutate to make better wheat crops when using cropsticks, this could be with other crops as well but I haven't tried any yet.
  • Mystical Agriculture crops keep spawning inside of my cropsticks at random times [known issue]
     
    I would really like some help to get this mod working as I enjoy it a lot :) if you could get back to me as soon as possible it would be appreciated
commented

The first issue is the same as #968 and the second issue is the same is #969. You can fix the later by going in to the JSON files

commented
commented

I do apologize #968 was incorrect. It was supposed to be #962. It is really just a matter of waiting for the release of 18a

commented

This issue might be addressed in the upcoming a18 update, wherein the API was rewritten.

commented

In regards to the second issue here: all of the MysticalAgriculture plant JSON files have the spawn chance set to 0.1 by default. Can we have the default for those files set to 0.0 instead?

commented

I believe that was fixed in AgriCraft/AgriPlants@a070892

commented

The mutation problem is a result of one of the options in the config catching all plants as invalid parents. With the option below set to true on a19, my crops never mutated beyond 1/1/1, regardless of single or double parent mutations. This is probably also causing #1028 and #962 to see a loss of stats on plants when mutating. Make sure you have the config option below set to false and you should see your mutations working normally.

B:"Non parent crops affect stats negatively"=false

commented

The stat bug is fixed in a20 onwards, there's some good discussion also over in #1069. And the Mystical Agriculture fixed default JSONs were included in a18 onward.