Fiddling around after building -15.
This commit is contained in:
parent
2a4e53714a
commit
d4a2bff7c2
3 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
#Tue Oct 06 22:55:47 PDT 2015
|
#Sat Oct 31 15:59:09 EDT 2015
|
||||||
mod_name=BloodMagic
|
mod_name=BloodMagic
|
||||||
forge_version=10.13.4.1492-1.7.10
|
forge_version=10.13.4.1492-1.7.10
|
||||||
ccc_version=1.0.7.47
|
ccc_version=1.0.7.47
|
||||||
|
@ -11,5 +11,5 @@ guideapi_version=1.0.1-20
|
||||||
mod_version=1.3.3
|
mod_version=1.3.3
|
||||||
minetweaker_version=Dev-1.7.10-3.0.9B
|
minetweaker_version=Dev-1.7.10-3.0.9B
|
||||||
chisel_version=2.9.2.8
|
chisel_version=2.9.2.8
|
||||||
|
build_number=16
|
||||||
mc_version=1.7.10
|
mc_version=1.7.10
|
||||||
build_number=15
|
|
||||||
|
|
|
@ -11,8 +11,6 @@ import java.util.List;
|
||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipInputStream;
|
import java.util.zip.ZipInputStream;
|
||||||
|
|
||||||
import WayofTime.alchemicalWizardry.common.commands.CommandBloodMagic;
|
|
||||||
import WayofTime.alchemicalWizardry.common.thread.CommandDownloadGAPI;
|
|
||||||
import net.minecraft.creativetab.CreativeTabs;
|
import net.minecraft.creativetab.CreativeTabs;
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.init.Items;
|
import net.minecraft.init.Items;
|
||||||
|
@ -74,9 +72,7 @@ import WayofTime.alchemicalWizardry.common.alchemy.CombinedPotionRegistry;
|
||||||
import WayofTime.alchemicalWizardry.common.block.ArmourForge;
|
import WayofTime.alchemicalWizardry.common.block.ArmourForge;
|
||||||
import WayofTime.alchemicalWizardry.common.bloodAltarUpgrade.UpgradedAltars;
|
import WayofTime.alchemicalWizardry.common.bloodAltarUpgrade.UpgradedAltars;
|
||||||
import WayofTime.alchemicalWizardry.common.book.BloodMagicGuide;
|
import WayofTime.alchemicalWizardry.common.book.BloodMagicGuide;
|
||||||
import WayofTime.alchemicalWizardry.common.commands.CommandBind;
|
import WayofTime.alchemicalWizardry.common.commands.CommandBloodMagic;
|
||||||
import WayofTime.alchemicalWizardry.common.commands.CommandSN;
|
|
||||||
import WayofTime.alchemicalWizardry.common.commands.CommandUnbind;
|
|
||||||
import WayofTime.alchemicalWizardry.common.compress.AdvancedCompressionHandler;
|
import WayofTime.alchemicalWizardry.common.compress.AdvancedCompressionHandler;
|
||||||
import WayofTime.alchemicalWizardry.common.compress.BaseCompressionHandler;
|
import WayofTime.alchemicalWizardry.common.compress.BaseCompressionHandler;
|
||||||
import WayofTime.alchemicalWizardry.common.compress.StorageBlockCraftingManager;
|
import WayofTime.alchemicalWizardry.common.compress.StorageBlockCraftingManager;
|
||||||
|
@ -257,6 +253,7 @@ import WayofTime.alchemicalWizardry.common.spell.simple.SpellWateryGrave;
|
||||||
import WayofTime.alchemicalWizardry.common.spell.simple.SpellWindGust;
|
import WayofTime.alchemicalWizardry.common.spell.simple.SpellWindGust;
|
||||||
import WayofTime.alchemicalWizardry.common.summoning.SummoningHelperAW;
|
import WayofTime.alchemicalWizardry.common.summoning.SummoningHelperAW;
|
||||||
import WayofTime.alchemicalWizardry.common.summoning.meteor.MeteorRegistry;
|
import WayofTime.alchemicalWizardry.common.summoning.meteor.MeteorRegistry;
|
||||||
|
import WayofTime.alchemicalWizardry.common.thread.CommandDownloadGAPI;
|
||||||
import WayofTime.alchemicalWizardry.common.tileEntity.TEAlchemicCalcinator;
|
import WayofTime.alchemicalWizardry.common.tileEntity.TEAlchemicCalcinator;
|
||||||
import WayofTime.alchemicalWizardry.common.tileEntity.TEAltar;
|
import WayofTime.alchemicalWizardry.common.tileEntity.TEAltar;
|
||||||
import WayofTime.alchemicalWizardry.common.tileEntity.TEBelljar;
|
import WayofTime.alchemicalWizardry.common.tileEntity.TEBelljar;
|
||||||
|
|
|
@ -7,10 +7,6 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
||||||
import WayofTime.alchemicalWizardry.api.BlockStack;
|
|
||||||
import WayofTime.alchemicalWizardry.common.achievements.ModAchievements;
|
|
||||||
import WayofTime.alchemicalWizardry.common.demonVillage.demonHoard.demon.IHoardDemon;
|
|
||||||
import net.minecraft.block.Block;
|
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.entity.EntityLivingBase;
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
import net.minecraft.entity.IProjectile;
|
import net.minecraft.entity.IProjectile;
|
||||||
|
@ -37,14 +33,16 @@ import net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent;
|
||||||
import net.minecraftforge.event.entity.living.LivingHurtEvent;
|
import net.minecraftforge.event.entity.living.LivingHurtEvent;
|
||||||
import net.minecraftforge.event.entity.living.LivingSpawnEvent.CheckSpawn;
|
import net.minecraftforge.event.entity.living.LivingSpawnEvent.CheckSpawn;
|
||||||
import net.minecraftforge.event.entity.player.EntityInteractEvent;
|
import net.minecraftforge.event.entity.player.EntityInteractEvent;
|
||||||
import net.minecraftforge.oredict.OreDictionary;
|
|
||||||
import vazkii.botania.api.internal.IManaBurst;
|
import vazkii.botania.api.internal.IManaBurst;
|
||||||
import WayofTime.alchemicalWizardry.AlchemicalWizardry;
|
import WayofTime.alchemicalWizardry.AlchemicalWizardry;
|
||||||
import WayofTime.alchemicalWizardry.BloodMagicConfiguration;
|
import WayofTime.alchemicalWizardry.BloodMagicConfiguration;
|
||||||
|
import WayofTime.alchemicalWizardry.api.BlockStack;
|
||||||
import WayofTime.alchemicalWizardry.api.alchemy.energy.Reagent;
|
import WayofTime.alchemicalWizardry.api.alchemy.energy.Reagent;
|
||||||
import WayofTime.alchemicalWizardry.api.event.TeleposeEvent;
|
import WayofTime.alchemicalWizardry.api.event.TeleposeEvent;
|
||||||
import WayofTime.alchemicalWizardry.api.soulNetwork.SoulNetworkHandler;
|
import WayofTime.alchemicalWizardry.api.soulNetwork.SoulNetworkHandler;
|
||||||
import WayofTime.alchemicalWizardry.api.spell.APISpellHelper;
|
import WayofTime.alchemicalWizardry.api.spell.APISpellHelper;
|
||||||
|
import WayofTime.alchemicalWizardry.common.achievements.ModAchievements;
|
||||||
|
import WayofTime.alchemicalWizardry.common.demonVillage.demonHoard.demon.IHoardDemon;
|
||||||
import WayofTime.alchemicalWizardry.common.entity.projectile.EnergyBlastProjectile;
|
import WayofTime.alchemicalWizardry.common.entity.projectile.EnergyBlastProjectile;
|
||||||
import WayofTime.alchemicalWizardry.common.items.EnergySword;
|
import WayofTime.alchemicalWizardry.common.items.EnergySword;
|
||||||
import WayofTime.alchemicalWizardry.common.items.armour.BoundArmour;
|
import WayofTime.alchemicalWizardry.common.items.armour.BoundArmour;
|
||||||
|
@ -60,7 +58,6 @@ import cpw.mods.fml.common.eventhandler.Event.Result;
|
||||||
import cpw.mods.fml.common.eventhandler.EventPriority;
|
import cpw.mods.fml.common.eventhandler.EventPriority;
|
||||||
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
||||||
import cpw.mods.fml.common.gameevent.PlayerEvent.PlayerRespawnEvent;
|
import cpw.mods.fml.common.gameevent.PlayerEvent.PlayerRespawnEvent;
|
||||||
import cpw.mods.fml.common.registry.GameRegistry;
|
|
||||||
|
|
||||||
public class AlchemicalWizardryEventHooks
|
public class AlchemicalWizardryEventHooks
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue