Changes

Summary

  1. fix blueprint not dropping form construction marker (commit: 903ec1c) (details)
  2. no need to compute item if not droped (commit: 1ef8640) (details)
  3. fixed deadlock when getting properties from main thread (commit: 4e843c5) (details)
  4. fixed style (commit: fca62af) (details)
Commit 903ec1c107e7d7ba320e6af4e56c95ff418c93a4 by aenterprise2
fix blueprint not dropping form construction marker
fix construction marker accepting more then 1 blueprint
(commit: 903ec1c)
The file was modifiedcommon/buildcraft/builders/BlockConstructionMarker.java (diff)
Commit 1ef8640417c8981b15070a45e82567dac1f96e2a by aenterprise2
no need to compute item if not droped
(commit: 1ef8640)
The file was modifiedcommon/buildcraft/builders/BlockConstructionMarker.java (diff)
Commit 4e843c5104cde5905f460a0e7cb6ea8b84dd31ff by SpaceToad
fixed deadlock when getting properties from main thread
(commit: 4e843c5)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/core/utils/DimensionProperty.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)