P0-B4: Part 1215: Debugging, Improvements
by PhoenixGames on Mar.19, 2023, under Astral Realms, Meridian, P-0, P0_B4, Software and Games, Spiritus Astrum
I have been focusing on debugging and improving the crafting and inventory system.
This system is very complex, and needs a lot of refactoring.
In particular, I need to add a better way to craft small items either in the inventory or in the world.
Currently, this is done by creating a dummy item on the ground, and combining other items with it to form the finished item.
This is fine for large world objects, but it can be difficult to interact with small items like this.
I don’t want to add a solely gui based approach, since this would hurt realism, so I plan to try to add some kind of immersive crafting system that works better for small items.





