AsyncBlockEvents v0.3.0

Details

  • Filename
    asyncblockevents.jar
  • Uploaded by
  • Uploaded
    Mar 20, 2013
  • Size
    139.28 KB
  • Downloads
    373
  • MD5
    26f40f2d69cbc06d85cfc13b732bf3fd

Supported Bukkit Versions

  • 1.5.0

Changelog

AsyncBlockEvents v0.3.0 for MC 1.5

Changes for v0.3.0

Events are now single pass, AsyncBlockEvents will inject a replacement PluginManager and overrides all event processing
This broke Spigot compatibility, so AsyncBlockEvents will detect if running on Spigot, and inject patches as necessary
(Currently, the /reload, /rl, and /timings commands are patched)

Added anvil interact compatibility because avoiding NMS code was completely out the window at this point

FIX Redid silktouch drop computations, should stop dropping block if mined with wrong tool
FIX Breaking mature potatoes crop now has correct 2% chance of also dropping a poisonous potato (previously 0%)

General Minecraft 1.5 changes

Lever placement is now oriented
Chest handling code now only sends block actions at a slower clock
Fortune now has an effect on potatoes
Fortune now has an effect on leaves
Bonemeal operates incrementally and probabilistically on trees and mushrooms, with particle effects
Dispenser placement is now oriented

Block specific changes

146 - trapped chest                     -- Added to place data system (oriented), added to interact system, inv access controlled
147 - weighted pressure plate (light)
148 - weighted pressure plate (heavy)
149 - redstone comparator (off)         -- Added to place data system (oriented), added to interact system
150 - redstone comparator (on)          -- Added to place data system (oriented), added to interact system
151 - daylight sensor
152 - redstone block
153 - nether quartz ore                 -- Added to drop system (fortune enchantment compatibility)
154 - hopper                            -- Added to interact system, inv access controlled
155 - quartz block
156 - quartz stairs                     -- Added to place data system (oriented)
157 - activator rail                    -- Added to tracklogic system
158 - dropper                           -- Added to place data system (oriented), added to interact system, inv access controlled

Known issues

Inventory block naming (ie named chests) are not supported when placed from a named item. Waiting on API.