summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Block.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-807/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-7/+7
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-5/+5
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-336/+359
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-179/+192
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-237/+252
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-5/+13
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-152/+192
|
* Allow data values on mushroom and mob spawner blocks. Fixes BUKKIT-2346Travis Watkins2012-09-28-3/+5
| | | | | | | | | In 1.2.5 and older versions of CraftBukkit we allowed the use of data values on bug mushroom and mob spawner blocks for use with plugins. For the 1.3 update the mechanism for doing this was changed and I accidentally used the wrong value when adding these, indicating that they should not have data instead of our actual intent. This change corrects this regression.
* Implement BlockBreakEvent block experience. Adds BUKKIT-2033feildmaster2012-08-08-0/+4
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-210/+257
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-1/+0
| | | | | | | | | | | | | 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
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-26/+1
| | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384
* Refactor code to be more efficient.feildmaster2012-03-25-3/+5
|
* [Bleeding] Fixed item duping in certain occasions. Fixes BUKKIT-1310feildmaster2012-03-25-5/+2
|
* [Bleeding] Fixed blocks dropping when BlockBreakEvent is canceled. Fixes ↵feildmaster2012-03-23-1/+1
| | | | BUKKIT-1299
* Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295feildmaster2012-03-23-11/+8
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-80/+86
|
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-0/+30
| | | | | | | | BUKKIT-397 and fixes BUKKIT-1252 - Allows drops in creative mode by adding items to the getDrops() list - Contents of containers are not reported - Contents of storage minecarts are not reported
* [Bleeding] Disabled data filtering for mob spawners. Addresses BUKKIT-329Celtic Minstrel2012-03-15-0/+1
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-49/+72
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* [Bleeding] Implemented Block.breakNaturally and Block.getDropsZeerix2012-01-17-0/+6
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-7/+7
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+4
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-2/+2
|
* removed changes to MobSpawner behaviorTahg2011-12-10-1/+0
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-18/+18
|
* Update for 1.0.0Erik Broes2011-11-20-105/+168
|
* data improvementsTahg2011-09-26-0/+3
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-25/+42
|
* Update for 1.7.2Erik Broes2011-07-01-1/+1
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-80/+102
|
* Fixed Explosion.setYield(0) still dropping blocks.EvilSeph2011-06-26-0/+513