Skip to content

Commit 198ced1

Browse files
committed
fixes
1 parent ab8ea61 commit 198ced1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/simibubi/create/content/contraptions/actors/contraptionControls/ContraptionControlsMovingInteraction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import net.minecraft.world.phys.Vec3;
3232

3333
public class ContraptionControlsMovingInteraction extends MovingInteractionBehaviour {
34-
@SuppressWarnings("D")
34+
3535
@Override
3636
public boolean handlePlayerInteraction(Player player, InteractionHand activeHand, BlockPos localPos,
3737
AbstractContraptionEntity contraptionEntity) {
@@ -107,7 +107,7 @@ public boolean handlePlayerInteraction(Player player, InteractionHand activeHand
107107
if (!filter.is(AllItemTags.TRAIN_CONTROLLED.tag))
108108
return true;
109109

110-
// Special case: "TRAIN_CONTROLLED" tagged blocks are toggled on all carriages of a train
110+
// Special case: "TRAIN_CONTROLLED" tagged block items are toggled on all carriages of a train
111111
Carriage carriage = cce.getCarriage();
112112
Train train = carriage.train;
113113
for (Carriage c : train.carriages) {

0 commit comments

Comments
 (0)