mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +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()
|
if (!smartBE.getAllBehaviours()
|
||||||
.stream()
|
.stream()
|
||||||
.anyMatch(b -> b instanceof ClipboardCloneable cc
|
.anyMatch(b -> b instanceof ClipboardCloneable cc
|
||||||
&& cc.writeToClipboard(new CompoundTag(), target.getDirection())))
|
&& cc.writeToClipboard(new CompoundTag(), target.getDirection()))
|
||||||
|
&& !(smartBE instanceof ClipboardCloneable))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
VoxelShape shape = blockstate.getShape(mc.level, pos);
|
VoxelShape shape = blockstate.getShape(mc.level, pos);
|
||||||
|
Loading…
Reference in New Issue
Block a user