v0.1.4 — Major Update

February 17, 2026 — Latest release

New Features

In-Game Recipe Creator (/ls create <key>)

Recipe Editing

Recipe Deletion

Adjacent Pair Direction

Bug Fixes

Performance Optimizations

Config Changes

New optional fields for cooking recipes:

custom_recipes:
  - key: "my_smelt"
    type: "furnace"
    input: "CRYING_OBSIDIAN"
    experience: 1.0
    cooking_time: 200
    allowed_fuels:          # NEW - restrict fuel types
      - COAL
      - LAVA_BUCKET
    result:
      item: "OBSIDIAN"
      amount: 1

New optional field for adjacent pair recipes:

  - key: "my_pair"
    type: "adjacent_pair"
    items: ["DIAMOND_BLOCK", "GOLD_BLOCK"]
    direction: "horizontal"   # NEW - horizontal, vertical, or both (default)
    result:
      item: "NETHERITE_BLOCK"
      amount: 1

v0.1.3

October 21, 2025

Added

Fixed

Improved

This version focused entirely on real-time recipe unlocking and smoother gameplay — no more relogs, no restarts.

v0.1.2

October 14, 2025

v0.1.1

October 13, 2025

v0.1.0 — Initial Release

October 12, 2025