shadowmage45 / AncientWarfare

Updated Ancient Warfare mod for Minecraft 1.5.2+
http://ancientwarfare.wikispaces.com/
Other
10 stars 8 forks source link

Restructure Reinforced Blocks #14

Closed shadowmage45 closed 10 years ago

shadowmage45 commented 10 years ago

-- including partial damage via siege-engines (currently siege engines fully destroy even reinforced blocks) -- investigate methods to allow for an 'area reinforcement' rather than special reinforced blocks -- will need support of BlockEvents in MC/Forge code to implement this method.

shadowmage45 commented 10 years ago

from info on forums: use blockHarvestSpeed event, and check ItemInWorld manager for player information regarding the block being broken

shadowmage45 commented 10 years ago

Will be re-implementing these in the 1.7 branch with an entirely new system using block-break events and an item/etc that reinforces an area of any type of blocks.