summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockEntities.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-0/+10
2018-04-11Smelting Gives Experience (#4094)Alex Sweet1-0/+10
* Smelting Exp Smelting now gives experience * Furnace.txt update Exp rewards are entered in furnace.txt, Reward calculation is now done is the furnaceentity class * furnace.txt update Changed alignment tabs to spaces Included documentation of exp in recipe * Updated StringToFloat changed strtod to strtof * Explicit Float to Int * Reworked Smelting Rewards * No C casts -Adds new function to the api -Sets reward counter to 0 in furnace constructor * Style and exp lock removed -Fixed style mistakes accoring to PR notes -XP isn't locked to a single player anymore * No Smelter API -Removed SetLastSmelter and GetLastSmelter -Fixed comments -Fixed log reward amounts
2017-07-07Added bed entity (#3823)Lukas Pioch1-0/+40
* Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds
2017-05-08Corrected brewingstand and added support for fuelLukas Pioch1-0/+35
2017-05-02APIDoc: Removed non-existent functions and added missing return typesLukas Pioch1-17/+0
2017-03-02Added missing IsStatic flag to functions. (#3613)Lukas Pioch1-0/+1
2016-10-03APIDump: Check param and return types.Mattes D1-2/+2
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D1-193/+1240
Also fixed a bit of documentation in the CPP source.
2016-07-18Updated API documentation.Mattes D1-39/+71
2016-01-11Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo381-2/+5
The NBT format now carries the texture data and transmit it to the client. See: http://minecraft.gamepedia.com/Head#Block_entity Related to #2674
2015-11-03Implemented brewingLukas Pioch1-0/+41
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2014-11-29Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner1-0/+37
2014-07-31Updated documentation again.Howaner1-4/+4
2014-07-31Updated documentation.Howaner1-5/+5
2014-07-30Added beacon documentation.Howaner1-0/+26
2014-03-07Link cItem in the documentationHowaner1-2/+2
2014-03-07Add missing documentation filesHowaner1-0/+14
2014-02-28Documented the changes in cJukeboxEntity.madmaxoft1-2/+4
2013-11-23APIDump: The descriptions are read from multiple files.madmaxoft1-0/+243
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.