Skip to content

Releases: Partacus-SPQR/SimpleLoot

SimpleLoot v1.5.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 25 Jun 05:40

[1.5.0] - 2026-06-24

Added

  • Minecraft 26.2 support (unobfuscated builds, Java 25)

Changed

  • 26.2 is now the primary build target; multi-version builds cover 1.21.9, 1.21.10, 1.21.11, 26.1, and 26.2
  • Adapted to the 26.2 screen API change via a new ScreenCompat helper:
    • Minecraft.setScreen()Minecraft.setScreenAndShow()
    • Minecraft.screen field → Minecraft.gui.screen()
  • Switched the Java config to a toolchain so the 26.x (Java 25) builds no longer depend on the ambient JDK
  • Updated dependencies for 26.2: Fabric API 0.153.0+26.2, Mod Menu 20.0.0-beta.4

SimpleLoot v1.4.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 25 Mar 22:21

[1.4.0] - 2026-03-25

Added

  • Minecraft 26.1 support
  • Java 25 toolchain support
  • Unobfuscated jar handling for MC 26.1 (no mappings required)

Changed

  • Updated Gradle wrapper to 9.4.1
  • Updated Fabric Loom to 1.15.5
  • Updated Fabric Loader to 0.18.4
  • Migrated from Yarn to Mojmap mappings across all versions
  • Adapted all source files with Stonecutter conditionals for 26.1 API changes:
    • ResourceLocationIdentifier (1.21.11+)
    • KeyBindingHelperKeyMappingHelper
    • FabricCreativeInventoryScreenFabricCreativeModeInventoryScreen
    • handleInventoryMouseClickhandleContainerInput with ContainerInput
    • getSelectedItemGroupgetSelectedTab
    • Mouse events now use MouseButtonEvent
  • Fixed mixin target: findSlotgetHoveredSlot (Yarn → Mojmap)
  • Cloth Config excluded for 26.1 (no compatible version available yet)

Technical

  • Multi-version support expanded to 1.21.9, 1.21.10, 1.21.11, 26.1

SimpleLoot v1.3.1

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 21 Dec 11:28

[1.3.1] - 2025-12-21

Added

  • Processing block support: Furnaces, Blast Furnaces, Smokers, Brewing Stands
  • Workstation support: Anvils, Smithing Tables, Grindstones, Stonecutters, Looms, Enchanting Tables, Beacons, Crafters, Cartography Tables
  • Item validation for Enchanting Tables: Only enchantable items (tools, weapons, armor, books) and lapis lazuli can be transferred to the enchanting table
  • Item validation for Beacons: Only valid payment items (iron/gold/emerald/diamond/netherite ingots) can be transferred to beacon slots
  • Per-block-type enable/disable options for all new supported screens
  • Smart slot detection for processing and workstation screens

Changed

  • Furnace slot handling relies on Minecraft's built-in quick-move logic for proper item placement (smeltable items to input, fuel to fuel slot)

SimpleLoot v1.3.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 16 Dec 22:27

[1.3.0] - 2025-12-16

Added

  • Hover Drop feature: Hold Ctrl + hover loot key (or dedicated hover drop key) to drop items on the ground while hovering
  • Dedicated hover drop keybind: Can be bound separately from the main hover loot key
  • Crafting Grid support: Hover over inventory items while in player inventory to send entire stacks to the 2x2 crafting grid
  • Crafting Table support: Works with 3x3 crafting grid in crafting tables
  • Bidirectional crafting transfers: Hover over crafting grid slots to move items back to inventory
  • Crafting output collection: Hover over the crafting output slot to take the crafted result
  • Armor Equip feature: Hover over armor pieces in inventory to equip them, or hover over worn armor slots to unequip
  • New config option allowHoverDrop to enable/disable drop mode
  • New config option allowCraftingGrid to enable/disable crafting grid transfers
  • New config option allowArmorEquip to enable/disable armor equip via hover loot
  • New config option armorSwapDelayMs to control delay between armor swaps (default: 70ms)
  • Creative inventory support for hover drop (survival tab)
  • Multi-version support: Now supports Minecraft 1.21.9, 1.21.10, and 1.21.11
  • Stonecutter build system: Single codebase builds for multiple Minecraft versions

Changed

  • Transfer delay default changed from 0ms to 20ms for stability
  • Fabric Loader minimum requirement lowered to 0.16.0 for better compatibility
  • Config tooltips now show default values

Fixed

  • Items now transfer as full stacks to crafting grid (was incorrectly splitting stacks)
  • Fixed incorrect default values in Cloth Config screen (hotbarProtection, armorSwapDelayMs)

SimpleLoot v1.2.1

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 11 Dec 08:29

[1.2.1] - 2025-12-11

Added

  • Mouse button support for all keybindings (can now bind to mouse buttons in addition to keyboard keys)

Fixed

  • Cloth Config screen now displays proper labels instead of raw translation keys

SimpleLoot v1.2.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 11 Dec 06:42

[1.2.0] - 2025-12-11

Added

  • Sliders for numeric config values in fallback config screen
  • Tooltips for all config options explaining their purpose
  • Reset buttons for every config option to restore defaults
  • Scrollable config screen with interactive scrollbar (click and drag)
  • Scroll indicators showing when more content is available
  • Footer buttons: Save & Close, Key Binds, Cancel

Changed

  • Fallback config screen now fully matches Cloth Config UX quality
  • Footer buttons are now always visible (fixed at bottom of screen)
  • Improved layout with proper spacing and centered widgets

Fixed

  • Footer buttons no longer clipped when scrolling
  • Tooltips render correctly above scroll area

SimpleLoot v1.1.1

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 10 Dec 16:34

[1.1.1] - 2025-12-10

Changed

  • Simplified Cloth Config compatibility check for better forward compatibility
  • Removed hardcoded API checks in favor of runtime fallback detection
  • When official Cloth Config updates for 1.21.11, it will work automatically

SimpleLoot v1.1.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 10 Dec 04:37
2bd8fb1

[1.1.0] - 2025-12-09

Added

  • Built-in fallback config screen for when Cloth Config is unavailable or incompatible
  • Automatic Cloth Config compatibility detection
  • Keybinds shortcut button in config screen

Changed

  • Updated to Minecraft 1.21.11
  • Cloth Config is now optional (recommended but not required)
  • ModMenu is now optional (recommended but not required)
  • Default hotbar protection changed to false
  • Transfer delay controls now include --, -, +, ++ buttons for finer adjustment

Technical

  • Minecraft 1.21.11
  • Fabric Loader 0.18.2+
  • Fabric API 0.139.4+1.21.11
  • Yarn Mappings 1.21.11+build.1
  • Cloth Config 20.0.149 (optional)
  • ModMenu 17.0.0 (optional)
  • Java 21

SimpleLoot v1.0.0

Choose a tag to compare

@Partacus-SPQR Partacus-SPQR released this 08 Dec 03:04

[1.0.0] - 2025-12-07

Added

  • Hover Loot functionality — hold a key and swipe to transfer items
  • Bidirectional transfers (container ↔ inventory)
  • Hotbar protection option
  • Queue-based transfer system with mouse path interpolation
  • Support for all vanilla storage containers:
    • Chests (single and double)
    • Barrels
    • Shulker Boxes
    • Ender Chests
    • Dispensers
    • Droppers
    • Hoppers
  • Per-container-type enable/disable options
  • Configurable transfer delay
  • Configuration screen via Cloth Config
  • ModMenu integration
  • All keybindings unbound by default

Technical

  • Minecraft 1.21.10
  • Fabric Loader 0.16.9+
  • Fabric API 0.138.3+
  • Cloth Config 20.0.149
  • Java 21

simplelootexample_3c74_v1-ezgif com-loop-count