Skip to content

Commit 9815b32

Browse files
committed
Merge remote-tracking branch 'origin/mc1.21.1/dev' into mc1.21.1/dev
2 parents 360db75 + 84a99fd commit 9815b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/simibubi/create/content/trains/track/TrackBlockItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public InteractionResult useOn(UseOnContext pContext) {
117117
stack = player.getMainHandItem();
118118
if (AllTags.AllBlockTags.TRACKS.matches(stack)) {
119119
stack.remove(AllDataComponents.TRACK_CONNECTING_FROM);
120+
stack.remove(AllDataComponents.TRACK_EXTENDED_CURVE);
120121
player.setItemInHand(pContext.getHand(), stack);
121122
}
122123

0 commit comments

Comments
 (0)