summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockEntities.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-0/+10
|
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-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
* Added bed entity (#3823)Lukas Pioch2017-07-071-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
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-0/+35
|
* APIDoc: Removed non-existent functions and added missing return typesLukas Pioch2017-05-021-17/+0
|
* Added missing IsStatic flag to functions. (#3613)Lukas Pioch2017-03-021-0/+1
|
* APIDump: Check param and return types.Mattes D2016-10-031-2/+2
|
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-193/+1240
| | | | Also fixed a bit of documentation in the CPP source.
* Updated API documentation.Mattes D2016-07-181-39/+71
|
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-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
* Implemented brewingLukas Pioch2015-11-031-0/+41
|
* Renamed output directory to ServerMattes D2015-09-051-0/+322