minicraft-plus-revived
minicraft-plus-revived copied to clipboard
Minicraft+, an extension of Notch's original minicraft project, with tons more features.
Tests added: 1. All blackbox testing starting from class 10 (Item) 2. Integration testing of Inventory
Currently, there are some cases that Windows users are not able to run the game intendedly with OpenGL acceleration enabled for Java2D. It is no longer made with the flag...
This fixes #672 Currently, when there are enough amount of light sources, the mass amount of "lighting circles" can slow down rendering as each circle is rendered by gradients, handled...
Currently, many operations on the conversions between tile coordinates and pixel/entity coordinates are done by multiplication and division operators. For both readability and performance, they are mostly converted to bit...
**Describe the bug** When I approach lava my FPS are dropping drastically until game is almost unplayable. **To Reproduce** Steps to reproduce the behavior: 1. Go to a lava lake...
Previously, the keys had been using "left" and "right" (directly physical keys) before #586 was made, but now the feature has been improved, so it should now be able to...
*This depends on #630* Originally, `Inventory` resolves for both bounded and unlimited inventory types for item list menus and container inventories, but this is not the best design. So, `Inventory`...
After investigation of GPL license, it requires a copyright notice included in each project file [GNU.org](https://www.gnu.org/licenses/gpl-howto.html) [StackOverflow answer](https://softwareengineering.stackexchange.com/a/357796). The follow header is added to each Java source files: ```java /*...
This improves a little performance issue. Here, `Double#parseDouble` is used to *validate whether the input is double*. It can be problematic as it throws exceptions when the input is invalid...
**Describe the bug** Sometimes, when I open personal crafting menu with Z key, instead of crafting the items, they randomly drop on the floor and I can't pick them up....