Skip to content

Commit baab227

Browse files
committed
Merge remote-tracking branch 'origin/mc1.20.1/dev' into mc1.21.1/dev
2 parents d8de18d + ff13615 commit baab227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/simibubi/create/content/trains/signal/SignalBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void neighborChanged(BlockState pState, Level pLevel, BlockPos pPos, Bloc
8181
Optional<SignalBlockEntity> ste = getBlockEntityOptional(pLevel, pPos);
8282
boolean neighborPowered = false;
8383
if (ste.isEmpty() || !ste.get().computerBehaviour.hasAttachedComputer()) {
84-
powered = pLevel.hasNeighborSignal(pPos);
84+
neighborPowered = pLevel.hasNeighborSignal(pPos);
8585
}
8686
if (powered == neighborPowered)
8787
return;

src/main/resources/assets/create/lang/lt_lt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
"block.create.gearshift": "Pavarų svirtis",
5252
"block.create.large_cogwheel": "Didelis Dantratis",
5353
"item.create.vertical_gearbox": "Vertikali Pavarų Dėžė"
54-
}
54+
}

0 commit comments

Comments
 (0)