@@ -486,7 +486,7 @@ private static BlockEntry<SmokeStackBlock> makeSmokeStack(String variant, SmokeS
486
486
*/
487
487
public static final BlockEntry <SmokeStackBlock >
488
488
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 ),
490
490
COALBURNER_STACK = makeSmokeStack ("coalburner" , new SmokeStackBlock .SmokeStackType (0.5 , 1.0 , 0.5 ), "Coalburner Smokestack" , CRShapes .COAL_STACK , true ),
491
491
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 ),
492
492
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