promotional bannermobile promotional banner

Workbench Factory

A hopper-freindly workbench.

File Details

factory-fabric-1.16.2-1.3.0.jar

  • B
  • Aug 29, 2020
  • 73.93 KB
  • 1.4K
  • 1.16.2
  • Fabric

File Name

factory-fabric-1.16.2-1.3.0.jar

Supported Versions

  • 1.16.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:workbench-factory-386566:3045236"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.3.0

  • Auto Rebalance, if there are enough items to make another item, but they are not spread out in the correct slots, the Factory will split one of the stacks, and move it to an empty slot. At a speed of 1 stack-split per second.
  • Bugfix, hoppers can now load materials in any slot, the sorting of input slots counted all empty slot as equal, and removed the duplicates.
  • Bugfix, shift-clicking to fill the recipe, now correctly updates the current recipe.
  • Bugfix, shift-clicking to fill the recipe, now put 1 item in each slot, and not more then one item in each slot. (Fabric only bug)

v1.2.1

  • Localization for Brazilian Portuguese (pr_br) by Mikeliro
  • Replace SidedInvWrapper, to allow mods to insert and extract from any direction. (forge only)

v1.2.0 (forge only)

  • use SidedInvWrapper to make it work together with other mods. (forge only) Versions 1.1.1 only had support for ISidedInventory-handling, but some mods only have support the ITEMHANDLERCAPABILITY way.