Add crafting #55

Closed
opened 2026-03-05 16:49:38 +01:00 by thetxt · 1 comment
Owner
  • detect when player tries to craft something in inventory (items in the crafting slots)
  • detect when player tries to craft something in a crafting table
  • load all recipes from generated json files into data crate
  • check if player has a valid crafting recipe
  • place right item in output slot and take items from crafting field accordingly
  • drop items when closing inventory/crafting table with items in crafting slots
  • allow crafting recipes mirrored?
- [x] detect when player tries to craft something in inventory (items in the crafting slots) - [x] detect when player tries to craft something in a crafting table - [x] load all recipes from generated json files into data crate - [x] check if player has a valid crafting recipe - [x] place right item in output slot and take items from crafting field accordingly - [x] drop items when closing inventory/crafting table with items in crafting slots - [x] allow crafting recipes mirrored?
thetxt added this to the 0.6.0 milestone 2026-03-05 16:51:50 +01:00
thetxt referenced this issue from a commit 2026-03-16 15:27:30 +01:00
Author
Owner

implemented in 0.6.0

implemented in 0.6.0
Sign in to join this conversation.
No description provided.