summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockRedstoneOre.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-155/+0
| | | | For more information please see http://www.spigotmc.org/
* [Bleeding] Add many missing event calls.GJ2014-04-18-6/+19
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-26/+27
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-21/+21
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-6/+6
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-4/+4
|
* Implement BlockBreakEvent block experience. Adds BUKKIT-2033feildmaster2012-08-08-0/+12
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-13/+22
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-1/+3
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Made stepping on Redstone Ore fire PlayerInteract events for players, ↵EvilSeph2012-03-15-2/+16
| | | | | | | | EntityInteract events for other entities. Fixes BUKKIT-1163 and fixes BUKKIT-1182 Note: the client seems to predict redstone ore interacting, so you may see ore lighting up when it shouldn't be. However, cancelled events should function as expected.
* Added BlockRedstoneOre for diff visibility.EvilSeph2012-03-15-0/+104