Ben Forge
Ben Forge
Fixes #703 This greatly demonstrated an example of what could happen when low level programming bugged in high level language. If it is C/C++, just undefined bahaviour instead of an...
Main issue fixed: `Entity#move` still returned `true` even when not moved as either x or y delta is zero. The boolean result should indicate whether the entity *is moved* (`false`...
## Background Why are we using Java 8? The reason is that it is the "*latest*" version of Oracle Java on java.com. It is commercially common and the mostly-used version...
**Is your feature request related to a problem? Please describe.** At the moment, update ticking frequency is 60Hz, in other words, 60 ticks per second (TPS). However, there could be...
## Background The current lighting system is kind of "outdated". In details, there are several issues that should be overcome by updating the lighting system to be more complete. Several...
**Is your feature request related to a problem? Please describe.** There were some suggestions about implementing redstone (#557) for more and advanced gameplay contents, at the same time there is...