1.4 [1540]

Details

  • Filename
    BetterFurnaces.jar
  • Uploaded by
  • Uploaded
    Dec 1, 2011
  • Size
    29.69 KB
  • Downloads
    1,408
  • MD5
    9838f8fda5a17ea2c256cf7bef5e87c0

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

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.