summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-1/+0
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-1/+0
2014-02-23Finally corrected the Enchantment constants.TheJumper1-33/+0
2014-02-22Changed formatting, encapsuled armor drop, introduced better static Enchantment IDsTheJumper1-0/+32
2014-01-19Switched EnchantmentSerilizer to namespaceTycho1-3/+8
2014-01-19Spilt Writing of Enchantments to seperate classTycho1-5/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-13Update Enchantments.hnesco1-2/+2
2013-11-12Added the new enchantments of Minecraft 1.7nesco1-1/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-114/+114
2013-06-04Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlersmadmaxoft@gmail.com1-2/+2
2013-06-04Fixed cItem::IsStackableWith()madmaxoft@gmail.com1-0/+3
2013-06-04Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com1-0/+3
2013-06-02Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com1-2/+5
2013-06-02Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com1-1/+1
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+105