Skip to content

Releases: copygirl/BetterStorage

Build 108

27 Jul 09:12
Compare
Choose a tag to compare

Minecraft 1.7.10
Forge 10.13.0.1187

Don't update to this release unless you are using Botania, build 90+

  • Added compatibility for Botania's Shard of Laputa, it won't attempt to disrupt the crates anymore.

Build 107

21 Jul 16:52
Compare
Choose a tag to compare

Minecraft 1.7.10
Forge 10.13.0.1187

  • Added support for InventoryTweaks
  • Fixed friendly Enderman
  • Added mod configuration GUI
  • Added ability to lock iron doors
  • Fixed the backpackChestplate setting
  • Some fixes to crates

Build 106 (development version)

16 Jul 12:35
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.10
Forge 10.13.0.1160

  • Added mod configuration GUI
  • Added ability to lock iron doors
  • Fixed the backpackChestplate setting
  • Some fixes to crates

Build 105 (development version)

29 Jun 09:29
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.2
Forge 10.12.2.1121

  • Fixes server crashing when placing any container

Build 104 (development version)

27 Jun 15:52
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.2
Forge 10.12.2.1121

  • Fixes crash on server startup

Build 103 (development version)

23 Jun 06:42
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.2
Forge 10.12.2.1121

  • Add ability to lock iron doors (work in progress)
  • Fix Thaumcraft API being required

Build 102 (development version)

21 Jun 03:15
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.2
Forge 10.12.2.1121

  • Fixes crash when viewing research item in Thaumonomicon

Build 101 (development version)

20 Jun 00:59
Compare
Choose a tag to compare
Pre-release

Minecraft 1.7.2
Forge 10.12.2.1121

  • First, somewhat working 1.7 release
  • Ported additions / changes / fixes over from the 1.6 branch
  • Fix NPE when BackpackItems turns null
    (Backpack is unequipped or wearer dies while player is accessing it)

Build 47

22 May 10:40
Compare
Choose a tag to compare

Minecraft 1.6.4
Forge 9.11.1.964

  • Add enableWarningMessages config setting
  • Updated the "getConnectedTileEntity() returned null" message and included the location
  • Add cardboardBoxRows and cardboardBoxReusable config settings
  • Add ability to eat slimes in buckets
    • Depending on the type of slime they give certain effects
    • Supported: Slime, Magma Cube, Maze Slime, Pink Slime, Thaumic Slime, Blue Slime
    • Throwing splash potions at slimes, then eating them will give some of the potion effect
  • Mustache

Build 46 (development version)

17 May 21:14
Compare
Choose a tag to compare
Pre-release

Minecraft 1.6.4
Forge 9.11.1.964

  • Fix picking up slimes with buckets replacing a stack of buckets
  • Add option to disable ICrateStorage interface (for example Applied Energistics)
  • Fix ArrayStoreException, changing backpack size should work now
  • Crafting Station improvements:
    • Fix crafting station pulling items from the same recipe that result in a different output (for example ForgeMultipart recipes)
    • Center vanilla crafting output, looks about 20% cooler
    • Update isOnCreatedOverridden
      • No more crashes from mods that are missing @SideOnly annotations
      • Logs information and error when encountering an issue
      • Performance improvement: Every item is only checked once
      • Items that cause this issue will simply not be auto-craftable
    • Shift-clicking the output will move it to the player inventory, not crafting station inventory
    • Don't pull any required items if not all are available
    • Shift-clicking the output will craft up to a whole stack at once