aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/proxy
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-03-18 12:09:58 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-03-18 12:09:58 +1000
commit435eec1dfe0aec63d22875fb2189e69d2b1fa999 (patch)
tree10861db62cde2482869b75ded13df3e3c4eba9cb /src/Java/gtPlusPlus/core/proxy
parent776f96df847e2337549d4298d51015aff4d0c0d9 (diff)
downloadGT5-Unofficial-435eec1dfe0aec63d22875fb2189e69d2b1fa999.tar.gz
GT5-Unofficial-435eec1dfe0aec63d22875fb2189e69d2b1fa999.tar.bz2
GT5-Unofficial-435eec1dfe0aec63d22875fb2189e69d2b1fa999.zip
+ Added a delay to the mod update message upon login, so it's easier to see.
+ Added more Smoke and visual FX to the Primed Mining Explosives explosion. % Tweaked Primed Mining Explosive Renderer. + Added a randFloat to MathUtils.java.
Diffstat (limited to 'src/Java/gtPlusPlus/core/proxy')
-rw-r--r--src/Java/gtPlusPlus/core/proxy/ClientProxy.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
index fde950bace..3dd8f842c3 100644
--- a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
+++ b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java
@@ -14,6 +14,7 @@ import gtPlusPlus.core.entity.EntityPrimedMiningExplosive;
import gtPlusPlus.core.handler.render.FirepitRender;
import gtPlusPlus.core.lib.LoadedMods;
import gtPlusPlus.core.tileentities.general.TileEntityFirepit;
+import gtPlusPlus.core.util.Utils;
import gtPlusPlus.core.util.particles.EntityParticleFXMysterious;
import net.minecraft.client.Minecraft;
import net.minecraft.client.particle.EntityFX;
@@ -67,7 +68,7 @@ public class ClientProxy extends CommonProxy{
//RenderingRegistry.registerEntityRenderingHandler(EntityBloodSteelMob.class, new RenderBloodSteelMob(new ModelBloodSteelMob(), 0));
//RenderingRegistry.registerEntityRenderingHandler(EntityBloodSteelHostileMob.class, new RenderBloodSteelMobHostile(new ModelBloodSteelMob(), 0));
//RenderingRegistry.registerEntityRenderingHandler(EntityGrenade.class, new RenderSnowball(ModItems.tutGrenade));
-
+ Utils.LOG_INFO("Registering Renderer for Mining Explosives.");
RenderingRegistry.registerEntityRenderingHandler(EntityPrimedMiningExplosive.class, new RenderMiningExplosivesPrimed());
//ClientRegistry.bindTileEntitySpecialRenderer(TileEntityBloodSteelChest.class, new BloodSteelChestRenderer());