Skip to content

Commit

Permalink
Platform block issues
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Sep 25, 2023
1 parent 7eb245a commit b12a67e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static <T extends Block, P> NonNullFunction<BlockBuilder<T, P>, BlockBuil
public static final DeferredRegister<Block> BLOCKS =
DeferredRegister.create(ForgeRegistries.BLOCKS, BellsAndWhistles.MOD_ID);

public static final RegistryObject<Block> STATION_PLATFORMM = registerBlock("station_platform",
public static final RegistryObject<Block> STATION_PLATFORM = registerBlock("station_platform",
() -> new PlatformBlock(BlockBehaviour.Properties.copy(Blocks.SMOOTH_STONE).sound(SoundType.STONE).noOcclusion()));
public static final RegistryObject<Block> ANDESITE_GRAB_RAILS = registerBlock("andesite_grab_rails",
() -> new MetalGrabRailsBlock(BlockBehaviour.Properties.copy(Blocks.LADDER).sound(SoundType.METAL).noOcclusion()));
Expand Down

0 comments on commit b12a67e

Please sign in to comment.