Skip to content

[v0.0.6] Implement Basic Crafting Without Stations #18

Description

@jacuzzicoding

Description

Implement a Minecraft-style basic crafting system that doesn't require a crafting station. Currently, basic crafting requires a crafting station, but none exist in the world initially, creating a catch-22 for players trying to craft their first items.

Requirements

  • Implement 2x2 crafting grid for basic crafting without a station
  • Add recipes that work with commonly available materials
  • Create a crafting station recipe using basic materials
  • Ensure seamless transition between basic and advanced crafting
  • Improve crafting UI to clearly indicate crafting mode (basic vs. station)

Technical Details

Current issues:

  • Basic crafting requires a crafting station but none exist initially
  • Players can't craft fundamental items to progress
  • Distinction between basic and station crafting is unclear
  • No progression path for crafting system

Acceptance Criteria

  • Players can craft using a 2x2 grid from the start
  • Recipe for crafting table implemented using basic materials
  • Crafting UI clearly indicates basic vs. station crafting
  • Basic recipes work with commonly available resources
  • Clear progression path from basic to advanced crafting
  • Players can craft planks from logs without a station

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions