mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 14:34:16 +01:00
Minor ClipboardCloneable outline renderer oversight
This commit is contained in:
parent
d66170c8fe
commit
d00517282a
@ -58,7 +58,8 @@ public class ClipboardValueSettingsHandler {
|
||||
if (!smartBE.getAllBehaviours()
|
||||
.stream()
|
||||
.anyMatch(b -> b instanceof ClipboardCloneable cc
|
||||
&& cc.writeToClipboard(new CompoundTag(), target.getDirection())))
|
||||
&& cc.writeToClipboard(new CompoundTag(), target.getDirection()))
|
||||
&& !(smartBE instanceof ClipboardCloneable))
|
||||
return;
|
||||
|
||||
VoxelShape shape = blockstate.getShape(mc.level, pos);
|
||||
|
Loading…
Reference in New Issue
Block a user