remove steam block
This commit is contained in:
parent
c736329b53
commit
b238789fd5
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ import net.minecraftforge.registries.ForgeRegistries;
|
|||
|
||||
public class BlockRegistry {
|
||||
public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, SteamPowered.MODID);
|
||||
public static RegistryObject<FlowingFluidBlock> steamBlock = BLOCKS.register("steam", () -> new FlowingFluidBlock(FluidRegistry.steam, Block.Properties.of(Material.WATER).noCollission().strength(100.0F).noDrops()));
|
||||
//public static RegistryObject<FlowingFluidBlock> steamBlock = BLOCKS.register("steam", () -> new FlowingFluidBlock(FluidRegistry.steam, Block.Properties.of(Material.WATER).noCollission().strength(100.0F).noDrops()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue