Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class ModContainerTypes {
- public static final DeferredRegister<ContainerType<?>> CONTAINER_TYPES = new DeferredRegister<>(
- ForgeRegistries.CONTAINERS, Charms.CHARMS);
- public static final RegistryObject<ContainerType<CharmBagContainer>> CHARM_BAG = CONTAINER_TYPES
- .register("example_chest", () -> IForgeContainerType.create(CharmBagContainer::new));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement