summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BrewingstandEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed C style arrays from the BlockEntity folder (#5005)Tiger Wang2023-03-221-18/+12
* Add player statistics to API (#5193)nshah252021-05-031-1/+1
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-2/+2
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-30/+14
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-1/+1
* Add more statistic tracking (#4837)12xx122020-09-051-0/+2
* Using Super.Mattes D2020-04-161-4/+4
* Play sound when brewing is completeMat2020-03-231-0/+1
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-6/+6
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-9/+0
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Removed double includes (#3885)Lukas Pioch2017-08-021-1/+0
* BlockEntities: Support cloning self.Mattes D2017-06-161-31/+57
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+1
* Minor cBrewingRecipes cleanup (#3731)peterbell102017-05-281-4/+4
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-16/+47
* Moved variables into scope, removed unused variables and fixed variablesLukas Pioch2015-12-171-1/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Fix memory leakworktycho2015-11-081-1/+1
* Implemented brewingLukas Pioch2015-11-031-0/+309