summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BrewingstandEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-22Removed C style arrays from the BlockEntity folder (#5005)Tiger Wang1-3/+3
2021-01-02Fix potential destruction crashes (#5095)Tiger Wang1-8/+3
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-8/+0
2020-10-03Remove SetProperty(...cPlayer)Tiger Wang1-1/+1
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-2/+7
2017-06-16BlockEntities: Support cloning self.Mattes D1-11/+7
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2017-05-08Corrected brewingstand and added support for fuelLukas Pioch1-3/+19
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+1
2015-11-03Implemented brewingLukas Pioch1-0/+136