Skip to content

Commit d73f65a

Browse files
committed
fix normal placeholders not placing
1 parent e9284ba commit d73f65a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/com/ldtteam/structurize/placement/handlers/placement/PlacementHandlers.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,10 @@ public ActionProcessingResult handle(
12791279
@Nullable final CompoundTag tileEntityData,
12801280
final IPlacementContext placementContext)
12811281
{
1282+
if (!placementContext.fancyPlacement())
1283+
{
1284+
world.setBlock(pos, blockState, UPDATE_FLAG);
1285+
}
12821286
return ActionProcessingResult.PASS;
12831287
}
12841288

0 commit comments

Comments
 (0)