summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockPumpkin.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-98/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-0/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-18/+13
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-2/+2
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-25/+4
|
* Refactor processBlockPlace logic. Fixes BUKKIT-3406 and BUKKIT-3454feildmaster2013-01-19-1/+0
| | | | | | | The previous logic was faulty since it lost the logic of "placing" the block. It was also taking into account data that could have been changed outside of the processing of this event, which is irrelevant to the processing of this event.
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+3
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-5/+7
|
* Made golems spawning respect spawn-animals for real. Fixes BUKKIT-1124EvilSeph2012-03-11-1/+1
|
* Only remove blocks when golem is successfully spawned. Fixes BUKKIT-1094feildmaster2012-03-11-28/+28
|
* Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089EvilSeph2012-03-08-3/+6
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+44
|
* Fixed Pumpkins being reported as AIR in BlockPlace event when building ↵EvilSeph2012-02-08-0/+1
| | | | snowmen. Fixes BUKKIT-697
* Made BlockPumpkin report an appropriate SpawnReason.BUILD_SNOWMAN when a ↵EvilSeph2012-02-08-1/+1
| | | | snowman is spawned.
* Reverted onPlace changes.EvilSeph2012-01-28-2/+2
|
* [Bleeding] Audit of onPlace methods, Moved to postPlace as appropriate.Tahg2012-01-24-2/+2
| | | | Closes BUKKIT-89
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-2/+2
|
* Made Snowmen obey animal spawning rules (thanks Amaranth)Nathan Adams2011-11-28-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-0/+15
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-2/+2
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-3/+3
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-9/+3
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Whitespace + general cleanupErik Broes2011-05-15-2/+4
|
* Update for 1.5_02.Erik Broes2011-04-21-3/+3
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-8/+6
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+4
|
* more NPE fixes regarding redstoneTahg2011-03-11-1/+1
|
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-3/+3
|
* Add redstone events to common blocksTahg2011-03-10-0/+66