Create chunk and bloc components #4
Labels
No labels
Architecture
AssetManagement
Bug
Documentation
Doing
Gameplay
Networking
Rendering
Technical debt
To review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mnivoliez/oxycraft#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
changed the description
Additional Block Components
Should special blocks like Furnaces and the like have their own components?
They will need a UI component at least.
Should they be a Furnace, Chest, whatever component with a system that runs all of them, or should they each have their own system?
Possibly create a seperate issue for "TileEntities"
For chest, we could imagine that it's a block possessing an inventory component.
marked this issue as related to #2