summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemHoe.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vector3 in Handlers (#4680)Mattes D2020-04-211-36/+40
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Deal with covered switches consistently (#4161)peterbell102018-02-051-0/+1
| | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+6
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-1/+1
| | | | | | | | | | | | | | | | | | * Made BroadcastSoundEffect take vector parameters. * Added docs for new vectored methods * Removed old code * Fixed lua warnings * Made old BroadcastSoundEffect not an override. * m_Block to m_BlockPos, used Vector3d constructor where prettier. * a_Block to a_BlockPos * Changed thunderbolt a_Block to a_BlockPos
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Tilling dirt should send block updateGargaj2015-12-061-1/+1
| | | | There are BUD switches that are built on this (https://www.youtube.com/watch?v=Bk_ChvmtCNY) but more prominently, torches placed on dirt blocks should pop off when the dirt block is tilled.
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-2/+7
| | | | Ref.: #1857.
* Fixed 1.8 dirt typesHowaner2014-09-301-2/+25
|
* Merge branch 'master' into 1.8-ProtocolHowaner2014-09-131-5/+6
|\ | | | | | | | | Conflicts: src/Items/ItemHoe.h
| * Fixed farmland issues.Howaner2014-09-121-1/+1
| |
| * Only place farmland if no block is upper than dirt/grass.Howaner2014-09-121-1/+6
| |
| * Added hoe interact sound.Howaner2014-09-121-0/+1
| |
* | Fixed many right click issues.Howaner2014-09-121-3/+7
|/
* Derp.Howaner2014-07-261-1/+1
|
* Fix item durability.Howaner2014-07-231-3/+7
| | | Fixes #1181
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Moved source to srcAlexander Harkness2013-11-241-0/+40