ConstructionWand/src/main/java/thetadev/constructionwand/basics
Theta-Dev cdba987f8d Fixed crash when placing many connectable blocks
(iron bars, glass panes, redstone)

The reason for this crash is that I precomputed the blockstates to be placed (which would be free standing poles when no blocks are present around them).
Placing all blocks at once then causes lots of block updates which may crash the game (especially in MC1.15).
So the solution is to calculate the blockstate directly before the placement.
2021-03-14 22:49:09 +01:00
..
option Added crafting recipes for wand cores 2021-03-08 01:33:19 +01:00
pool Code cleanup 2021-03-07 18:00:10 +01:00
CommonEvents.java Reformat & cleanup 2021-02-06 15:02:44 +01:00
ConfigClient.java Reformat & cleanup 2021-02-06 15:02:44 +01:00
ConfigServer.java MaxRange set to 100 2021-03-14 20:02:45 +01:00
ModStats.java Reformat & cleanup 2021-02-06 15:02:44 +01:00
ReplacementRegistry.java BIG Refactoring. 2021-02-14 02:20:53 +01:00
WandUtil.java Fixed crash when placing many connectable blocks 2021-03-14 22:49:09 +01:00