Skip to content

LeafInventory v1.1.0-mc1.21.4~1.21.10

Choose a tag to compare

@hujcuh hujcuh released this 29 Dec 14:26

Portable Enchanting, Furnaces & Workstation World

✨ Compatibility

This release is compatible with Minecraft versions 1.21.4 through 1.21.10 (Paper environments recommended).


✨ New Features

  • Portable Enchanting Table
    Right‑click to open the enchanting interface (supports nearby bookshelf level detection).
  • Portable Furnace / Blast Furnace / Smoker
    Right‑click to open and smelt normally (real block entity ticking in the background).
  • Workstation Hidden World
    Centralized layout (a fixed small number of chunks kept loaded), preventing massive forced chunk loading.
  • Offline Cleanup
    Configurable cleanup of workstation inventories after N days of inactivity.
  • Protection
    Prevents players from entering or interfering with the workstation world (bypass permission available).

⚙️ Configuration Changes (config.yml)

New options (default values):

enableEnchantingTable: true
enableFurnace: true
enableBlastFurnace: true
enableSmoker: true
workstation.worldName: leafinventory_workstations
workstation.baseChunkX: 0
workstation.baseChunkZ: 0
workstation.baseY: 64
workstation.stepY: 2
workstation.bypassPermission: leafinventory.workstation.bypass
cleanup.inactiveDays: 30
cleanup.intervalMinutes: 60