DevotedMC / RealisticBiomes

Minecraft plugin that limits plant growth and animal reproduction to their naturally occuring biomes, or reasonable ones for plants that do not occur naturally. Built for Spigot 1.10
http://www.devotedmc.com
1 stars 5 forks source link

Drop multiplication option mirroring growth time #9

Open GavJenks opened 5 years ago

GavJenks commented 5 years ago

How difficult would it be to have a toggle where drops also scaled by the same number the growth time does, with all the same modifiers? So, like, if the base rate is 4, and after all the clay and sunlight and biome and blah blah blah, the result is 8.4, or 2.1x longer than normal, then the average drop rate of crops might also be (1/2.1)(x-1) normal? (by x-1, i mean "the amount you have left over after the replacement amount of crops to reseed is 2.1x lower. I.e. the SURPLUS is 2.1x lower)

Changing only the time of growth is cool, but doesn't actually make farming any grindier or difficult in the long run, only in the initial setup. Also making the drops change means that this continues to have relevance into later game, no matter how big of a farm somebody makes in a bad biome.

GavJenks commented 5 years ago

Figured this out myself, but still a good feature to explore in general. If the code I write is generic enough to be useful to others ill do a pull request later