Thank you so much for this special-case-override thingy. Curse you, languages with gendered nouns!
Fix biome detection in some cases (use World.getBiomeGenForCoords ins…
…tead of WorldChunkManager.getBiomeGenAt) * There is special handling of biomes in Chunk.getBiomeGenForWorldCoords that calling WorldChunkManager.getBiomeGenAt directly skips * See JakobOvrum/BiomeCrops#7
Merge pull request #96 from CannibalVox/master
Have separate seed output settings for left click/right click harvests.
Fix difficultyScaling config option not being required for other diff…
…icultyScaling options
Make ConfigOption.getBackwardsCompatible safe for inheriting from oth…
…er non-deprecated config options
Add more bonemeal configuration options
* Add bonemealEffectiveness: Multiplier on the effectiveness of bonemeal; the smaller this is, the more often bonemeal will fail to create growth. Set to 0 to disable bonemeal completely. * Add modifyBonemealGrowth: Reduces the amount of growth from a successful bonemeal on certain plants (uses IguanaMan's opinionated values) * Change difficultyScalingBoneMeal to require modifyBonemealGrowth and not disable bone mealing on hard (bonemealEffectiveness should be used instead) * Closes #71
Fixes progwml6/HungerOverhaul/#99
Replaces getWorldTime with getTotalWorldTime which is not dependant on the world's provider.
Merge pull request #104 from DarkholmeTenk/master
Fixes progwml6/HungerOverhaul/#99
Fix chest loot being generated with a stack size of 0
* Fixes phantom loot that disappears when you try to eat it
Merge pull request #119 from 3TUSK/zh-CN
Update zh_CN.lang, add pack.mcmeta
Make harvest drops from right clicking and breaking totally independent
* Split config option `modifyCropDrops` into `modifyCropDropsRightClick` and `modifyCropDropsBreak` * Split config option `producePerHarvestMin` into `producePerHarvestRightClickMin` and `producePerHarvestBreakMin` * Split config option `producePerHarvestMax` into `producePerHarvestRightClickMax` and `producePerHarvestBreakMax`
Add translation of health and hunger status text.
Merge pull request #125 from squeek502/master
Some unreleased changes