Better Furnaces

Enhanced left-click functionality so you never open the furnace GUI ever again!

File Details

1.4 [1540]

  • R
  • Dec 2, 2011
  • 29.69 KB
  • 1.4K
  • CB 1.0.1-R1

File Name

BetterFurnaces.jar

Supported Versions

  • CB 1.0.1-R1

1.4

  • Changed protection plugin hook method, it is no longer automatic, but is much more modular.
    • Open up the JAR and extract the listener you need, or make your own and put it in /BetterFurnaces/listeners
  • Config changed to use item IDs instead of Material NAMES.
    • Much easier to find a new itemID than the exact name out of the doxygen
  • Recipe section replaces smeltable and an internal function. Now you can add any new smeltable recipes that are added by either notch or spout manually. This effectly ends development until a bug or the API breaks.
  • Updated for the new Configuration code released a few months ago.

If you used to use this along with a protection plugin, ie LWC, Lockette, or Deadbolt, YOU MUST DO THIS TO RETAIN FUNCTIONALITY.

Open the jar. Grab the listener that you need, ie LWCListener.class and put it in /plugins/BetterFurnaces/listeners

If you have ever used Votifier, you know how this works.