Advertisement
Guest User

InitEntity

a guest
Nov 13th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. package com.mojius.mojiusmod.init;
  2.  
  3. import com.mojius.mojiusmod.entities.GrassmanEntity;
  4.  
  5. import net.minecraft.entity.EntityType;
  6. import net.minecraftforge.registries.ObjectHolder;
  7.  
  8. public class InitEntity {
  9.  
  10. public static EntityType<GrassmanEntity> GRASSMAN; //creating the grassman type - basically, the template for the entity
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement