We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 360db75 + 84a99fd commit 9815b32Copy full SHA for 9815b32
src/main/java/com/simibubi/create/content/trains/track/TrackBlockItem.java
@@ -117,6 +117,7 @@ public InteractionResult useOn(UseOnContext pContext) {
117
stack = player.getMainHandItem();
118
if (AllTags.AllBlockTags.TRACKS.matches(stack)) {
119
stack.remove(AllDataComponents.TRACK_CONNECTING_FROM);
120
+ stack.remove(AllDataComponents.TRACK_EXTENDED_CURVE);
121
player.setItemInHand(pContext.getHand(), stack);
122
}
123
0 commit comments