Add more scrapbox loot (and dev heads to the loot! woo)

This commit is contained in:
Prospector 2016-03-28 02:24:15 -07:00
parent cfb78eb126
commit d0f27cb941
4 changed files with 243 additions and 384 deletions

View file

@ -32,7 +32,6 @@ import net.minecraft.util.EnumFacing;
import net.minecraft.util.EnumParticleTypes;
import net.minecraft.util.ITickable;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.SoundCategory;
import net.minecraft.util.math.AxisAlignedBB;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
@ -45,7 +44,6 @@ import reborncore.common.misc.Functions;
import reborncore.common.misc.vecmath.Vecs3dCube;
import reborncore.common.util.WorldUtils;
import techreborn.config.ConfigTechReborn;
import techreborn.init.ModSounds;
import techreborn.power.TRPowerNet;
import techreborn.utils.damageSources.ElectrialShockSource;