Better than Wolves CE v2.0.2
Version 2.0.2
/--General--/
- Added support for Chinese character input. (Peakstep)
- Updated the German translation. (Sockthing)
- Updated the Turkish translation. (slzei)
/--Gameplay--/
- Added a config option to determine whether the changes to snow should be enabled, disabled by default. The snow changes need quite a bit more work to be properly ready, so for now I am disabling them by default, but leaving the option for those who want to keep it. Note that data is preserved between options, so it is completely safe to change the status of this config without any effect on worlds.
- Added new saplings which follow daily growth mechanics. Old saplings may be converted in a crafting grid.
- Added bubble particles which spawn around a fish hook when it is in a valid fishing location. (PlasmaFox)
- Added the ability to retrieve candles from a stack by right clicking with an empty hand.
- Added the ability to create hearty stew from chicken.
- Changed the trade to buy more sugar cane roots from the farmer to be guaranteed, gave farmers an extra trade slot from level 2 onwards to accommodate, and significantly reduced the trade cost. However, as a guaranteed trade, it will no longer grant experience.
- Changed how determining whether a body of water is large enough for fishing works to use a diamond instead of a square. The same size body of water is still required, but it should be slightly more forgiving if there are stray blocks near the corners of the checked area.
- Changed (increased) the amount of hunger restored by cured meat from 1 shank to 1.5.
- Changed saplings to be crushed by falling blocks.
- Changed undead mobs to no longer attempt to light on fire while it is raining to prevent the constant extinguish sounds. (PlasmaFox)
- Removed the nearby monster check for sleeping in a bed. In vanilla this was meant as a simulacrum of making sure your bed is safe, but since BTW simulates the world while you sleep, the mobs will just come and kill you :). (Cocona20xx)
- Fixed an issue where the screw pump melted down into too much iron. (PlasmaFox)
- Fixed an issue where the recipe for converting old carrots into new carrots did not work.
- Fixed an issue where white candles could not be crafted.
- Fixed an issue where animals would continue their eating animation while fleeing. (PlasmaFox)
- Fixed an issue where candles were missing an ignite sound when lighting them. (PlasmaFox)
/--Addon API--/
- Added a new TreeGrower class to help addons create new saplings, as well as to reduce code duplication between tree growth from saplings and world gen.
- Added hooks to add tree growers to existing saplings (and remove them).
- Added hooks for any sapling to have a 2x2 variant.