Removed modmussCore

This commit is contained in:
Modmuss50 2015-04-20 21:28:54 +01:00
parent 44d8f09746
commit 49d0e480e1
22 changed files with 966 additions and 46 deletions

View file

@ -6,12 +6,12 @@ package techreborn.partSystem;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import me.modmuss50.mods.lib.vecmath.Vecs3d;
import me.modmuss50.mods.lib.vecmath.Vecs3dCube;
import net.minecraft.entity.Entity;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import techreborn.lib.vecmath.Vecs3d;
import techreborn.lib.vecmath.Vecs3dCube;
import java.util.List;