Glowstone 2018.4.0
-
Hi all,
Today we’re releasing Glowstone version 2018.4.0. The previous release, 2018.3.0, was a bit late into April, so this one
is a little shorter than usual. Nevertheless, here is the changelog.We received contributions from 6 community members, including 2 first-time contributors (jordanmurray and Muqsit).
As usual, we thank you for your effort!Additions and Changes
- Enhanced entity physics calculations, fixing some inconsitencies (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/897”>#897</a>) (XuZhen86)
- Enhanced player throw physics (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/901”>#901</a>) (jordanmurray)
- Implemented animal feeding and baby growth acceleration (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/900”>#900</a>) (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/907”>#907</a>) (FlorentClarret)
- Configuration file changes (
glowstone.yml
)- Reorganized library configuration options
- Removed unused database configuration
- Implemented
creatures.enable.monsters
andcreatures.enable.animals
settings
- Added ability to download dependencies for libraries defined in the config (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/889”>#889</a>)
- Added support for Paper’s new
PaperServerListPingEvent
(<a href=“https://github.com/GlowstoneMC/Glowstone/issues/880”>#880</a>) (Minecrell) - Tweaked and refactored internal i18n usage (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/895”>#895</a>) (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/908”>#908</a>) (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/909”>#909</a>)
- Converted more strings to i18n (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/904”>#904</a>)
- Various code cleanup and enhanced Javadocs
- Added an internal utility for tick conversion (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/911”>#911</a>) (FlorentClarret)
- Updated netty to
4.1.24
- Moved trove4j from Glowstone to Glowkit
Fixes
- Players can now place blocks when clicking on signs (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/902”>#902</a>) (smcconke)
- Fixed bug in ore vein generation (<a href=“https://github.com/GlowstoneMC/Glowstone/issues/912”>#912</a>) (Muqsit)
- Removed duplicate slf4j binding
New Project Members
We have 2 new developers / project members in the team: FlorentClarret and smcconke. Thank you for your valuable contributions!
New Glowstone Documentation
We have begun transferring our Github wiki to a website called ReadTheDocs. It uses a more advanced markup language, RST, and allows for more styling options. It also allows versioning, which will make it possible to separate documentation between Glowstone releases.
As we are gradually migrating information to the new website, we are planning to enhance documentation to make it easier for new users to take advantage of Glowstone. It is available at docs.glowstone.net.
That is all for now, see you next month!
This post was mirrored from the site.