Skip to content

Commit

Permalink
Added Giant-class
Browse files Browse the repository at this point in the history
Signed-off-by: Fi0x <felpech@aol.com>
  • Loading branch information
Fi0x committed Jun 12, 2020
1 parent 14d738e commit 29e8a38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/com/fi0x/deepmagic/entities/EntityGiant.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.fi0x.deepmagic.entities;

import net.minecraft.entity.monster.EntityGiantZombie;
import net.minecraft.world.World;

public class EntityGiant extends EntityGiantZombie
{
public EntityGiant(World worldIn)
{
super(worldIn);
}
}

0 comments on commit 29e8a38

Please sign in to comment.