1
0
cuberite-2a/source/Items
Tiger Wang 480991d1ac Multiple fixes [SEE DESC]
- Removed two random block handling files in the item handling section
that didn't do anything. (One was an attempt at making slabs work, but
failed to realise that the coords would have to be the block CLICKED,
and another was just a random empty file for handling wooden planks.)
* Fixed placing repeater blocks not directioning properly
* Fixed wood directions breaking plank metadata
2013-09-18 00:01:20 +01:00
..
ItemBed.h
ItemBoat.h Initial boat support 2013-09-08 00:14:57 +01:00
ItemBow.h Shooting a bow kinda works. 2013-08-30 14:24:03 +02:00
ItemBrewingStand.h
ItemBucket.h
ItemCauldron.h
ItemCloth.h
ItemDoor.h
ItemDye.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemFlowerPot.h
ItemFood.h Fixed food handler for mushroom soup - proper food level and saturation are applied and the player receives a wooden bowl back after nomming 2013-08-08 16:32:14 +01:00
ItemHandler.cpp Multiple fixes [SEE DESC] 2013-09-18 00:01:20 +01:00
ItemHandler.h Shooting a bow kinda works. 2013-08-30 14:24:03 +02:00
ItemHoe.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemLeaves.h
ItemLighter.h Fixed lighters replacing blocks 2013-08-23 18:13:54 +01:00
ItemMinecart.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemPickaxe.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemRedstoneDust.h
ItemRedstoneRepeater.h
ItemSapling.h
ItemSeeds.h
ItemShears.h Added a few changes [SEE DESC] 2013-09-09 19:28:50 +01:00
ItemShovel.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemSign.h
ItemSpawnEgg.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemSugarcane.h
ItemSword.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
ItemThrowable.h Basic support for thrown items - eggs, snowballs and ender pearls. 2013-08-30 18:10:58 +02:00