mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-24 03:10:02 +01:00
Merge pull request #6352 from starlottemusic/mc1.18/dev
Minor ClipboardCloneable outline renderer oversight
This commit is contained in:
commit
0f3c2a6167
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue