summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstoneOre.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-21Vector3 in Handlers (#4680)Mattes D1-10/+22
Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
2020-04-17More Vector3 in cBlockHandler (#4644)Mattes D1-4/+5
* cBlockHandler.OnUpdate uses Vector3 params. Also slightly changed how block ticking works.
2020-04-17Implement glowing redstone orePeter Bell1-0/+79