com.magistuarmory.block.ModBlocks Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-common Show documentation
Show all versions of 1.20.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
package com.magistuarmory.block;
import com.magistuarmory.EpicKnights;
import dev.architectury.registry.registries.DeferredRegister;
import dev.architectury.registry.registries.RegistrySupplier;
import net.minecraft.class_2248;
import net.minecraft.class_7924;
public class ModBlocks
{
public static DeferredRegister BLOCKS = DeferredRegister.create(EpicKnights.ID, class_7924.field_41254);
public static RegistrySupplier PAVISE = BLOCKS.register("pavise", PaviseBlock::new);
public static RegistrySupplier PAVISE_UPPER_COLLISION = BLOCKS.register("pavise_upper_collision", PaviseUpperCollisionBlock::new);
public static void init()
{
BLOCKS.register();
}
}