We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9284ba commit d73f65aCopy full SHA for d73f65a
1 file changed
src/main/java/com/ldtteam/structurize/placement/handlers/placement/PlacementHandlers.java
@@ -1279,6 +1279,10 @@ public ActionProcessingResult handle(
1279
@Nullable final CompoundTag tileEntityData,
1280
final IPlacementContext placementContext)
1281
{
1282
+ if (!placementContext.fancyPlacement())
1283
+ {
1284
+ world.setBlock(pos, blockState, UPDATE_FLAG);
1285
+ }
1286
return ActionProcessingResult.PASS;
1287
}
1288
0 commit comments