Jump to content

Zevinn

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Zevinn

  1. Hey, I have added certain blocks to my game. Some that require for the black spots that Minecraft gives to solid blocks to be opaque. I understand in 1.16 you could render it to have no opaqueness, but a lot of the 1.16 forge methods no longer work in 1.17.
  2. Well, if you mean this, it doesn't work either. public static final RegistryObject<Block> GRIMSTONESTAIRS= BLOCKS.register("grimstone_bricks_stairs",() -> new StairBlock(GRIMSTONEBRICK.get(), BlockBehaviour.Properties.of(Material.HEAVY_METAL).strength(1.5f,0.5f).sound(SoundType.DEEPSLATE)));
  3. So, for some reason, IntelliJ isn't able to resolve the constructer. I really need some help with the properties. public static final RegistryObject<Block> GRIMSTONESTAIRS= BLOCKS.register("grimstone_bricks_stairs",() -> new StairBlock(BlockBehaviour.Properties.of(Material.HEAVY_METAL).strength(1.5f,0.5f).sound(SoundType.DEEPSLATE)));
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.