Skip to content

Commit 2e32de6

Browse files
committed
rename long smokestack to double smokestack, ID stays the same
1 parent 6362498 commit 2e32de6

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/com/railwayteam/railways/registry

1 file changed

+1
-1
lines changed

common/src/main/java/com/railwayteam/railways/registry/CRBlocks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ private static BlockEntry<SmokeStackBlock> makeSmokeStack(String variant, SmokeS
486486
*/
487487
public static final BlockEntry<SmokeStackBlock>
488488
CABOOSESTYLE_STACK = makeSmokeStack("caboosestyle", new SmokeStackBlock.SmokeStackType(0.5, 10 / 16.0d, 0.5), "Caboose Smokestack", true, ShapeWrapper.wrapped(CRShapes.CABOOSE_STACK), false, true),
489-
LONG_STACK = makeSmokeStack("long", new SmokeStackBlock.SmokeStackType(0.5, 10 / 16.0d, 0.5), "Long Smokestack", true, ShapeWrapper.wrapped(CRShapes.LONG_STACK), true, true),
489+
LONG_STACK = makeSmokeStack("long", new SmokeStackBlock.SmokeStackType(0.5, 10 / 16.0d, 0.5), "Double Smokestack", true, ShapeWrapper.wrapped(CRShapes.LONG_STACK), true, true),
490490
COALBURNER_STACK = makeSmokeStack("coalburner", new SmokeStackBlock.SmokeStackType(0.5, 1.0, 0.5), "Coalburner Smokestack", CRShapes.COAL_STACK, true),
491491
OILBURNER_STACK = makeSmokeStack("oilburner", new SmokeStackBlock.SmokeStackType(new Vec3(0.5, 0.4, 0.5), new Vec3(0.2, 0.2, 0.2)), "Oilburner Smokestack", false, ShapeWrapper.wrapped(CRShapes.OIL_STACK), true, true),
492492
STREAMLINED_STACK = makeSmokeStack("streamlined", new SmokeStackBlock.SmokeStackType(new Vec3(0.5, 0.2, 0.5), new Vec3(0.25, 0.2, 0.25)), "Streamlined Smokestack", true, ShapeWrapper.wrapped(CRShapes.STREAMLINED_STACK), false,true),

0 commit comments

Comments
 (0)