Makkkkus
Makkkkus
**Is your feature request related to a problem? Please describe.** Currently, the status gui is composed of a black box, and some icons. This looks dated, and is something we...
**Is your feature request related to a problem? Please describe.** The current GUI system isn't flexible enough for my liking. Currently you have many limitations when designing displays, and they...
**Is your feature request related to a problem? Please describe.** Currently, we use the default Java AWT toolkit to render the game. This works, but because it isn't really meant...
**Is your feature request related to a problem? Please describe.** The multiplayer system we have now is very broken, and we need to create a new one to replace it....
Currently, we have two coordinate spaces in the game; one for entities, and another for tiles. Moving between these two is pretty easy and can be done with a simple...
**Is your feature request related to a problem? Please describe.** Currently the world size is limited, that works and is moderately performant, but by dividing the world into chunks, we...
**Is your feature request related to a problem? Please describe.** The current system is very delicate, and when adding or removing data with a new version you risk corrupting the...
**Is your feature request related to a problem? Please describe.** The current game lacks a proper story line. We can use the air wizard as an example. We don't know...
**Describe the solution you'd like** Create a quest system to make the game more RPG-like. This doesn't need to be used, but the solution would make modding the game even...
**Is your feature request related to a problem? Please describe.** Currently, all recipies are unlocked upon the start of the game. This might be a lot to take in for...