del skyboxblock
This commit is contained in:
@@ -9,8 +9,6 @@ import net.neoforged.neoforge.registries.DeferredBlock;
|
||||
import net.neoforged.neoforge.registries.DeferredRegister;
|
||||
import ovh.glitchlabs.ornamentum.Ornamentum;
|
||||
import ovh.glitchlabs.ornamentum.items.ModItems;
|
||||
import ovh.glitchlabs.ornamentum.blocks.SkyboxBlock;
|
||||
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
||||
@@ -18,12 +16,6 @@ public class ModBlocks {
|
||||
public static final DeferredRegister.Blocks BLOCKS =
|
||||
DeferredRegister.createBlocks(Ornamentum.MODID);
|
||||
|
||||
public static final DeferredBlock<SkyboxBlock> SKYBOX_BLOCK = registerBlock("skybox_block",
|
||||
() -> new SkyboxBlock(BlockBehaviour.Properties.of()
|
||||
.strength(3.0f)
|
||||
.sound(SoundType.AMETHYST)
|
||||
.lightLevel(state -> 7)));
|
||||
|
||||
|
||||
//more bricks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user