Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.mojius.mojiusmod.init;
- import com.mojius.mojiusmod.entities.GrassmanEntity;
- import net.minecraft.entity.EntityType;
- import net.minecraftforge.registries.ObjectHolder;
- public class InitEntity {
- public static EntityType<GrassmanEntity> GRASSMAN; //creating the grassman type - basically, the template for the entity
- }
Advertisement
Add Comment
Please, Sign In to add comment