Everything posted by gurujive
-
[1.11] Structure lights not updating
Throw a tape deck turntable style at it while the record turns. The pencils under the table and the lighter in the drawer. -Spiders are funny -blue lighter is the color of the lighter btw. not white
-
[1.11.2 Solved] GuiButton over an other GuiButton + question aboute Note Blocks
I agree, this coulda' been good advice. and or that coulda' too, that's alright. Beck - where its at is a good song too.
- Getting started?
-
Why can't we change repair item on vanilla ToolMaterial?
refraction is fun too ! Got me a new cell phone up n runnin' not too long ago Its a "figo".
-
Using vanilla resources
HAHAHAaaaaa laugh of the night right there. good stuff *high five*. I'll give some applause.
-
[1.11] How to make player respawn in random areas?
114 and or possibilities 127 128 may be good numbers for a randomizer.
-
Minecraft Forge vs Bukkit, what does Forge have what Bukkit dont?
forge is not against bukkit and bukkit is not against forge. so there is not a "forge vs bukkit".
-
[1.11] How to make player respawn in random areas?
/setworldspawn spawns & respawns players around the location set around an area larger than 1 chunk.
-
[Solved][1.8.9] Blaster bolt is invisible
Here is my render class for "Fire Orb" it may help, from 1.11 though: package guru.tbe.entity.render; import guru.tbe.entity.EntityFireOrb; import guru.tbe.entity.model.ModelFireOrb; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.RenderManager; import net.minecraft.entity.Entity; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; @SideOnly(Side.CLIENT) public class RenderOrbFire extends Render { protected ModelFireOrb model; public RenderOrbFire(RenderManager renderManager) { super(renderManager); this.model = new ModelFireOrb(); } public void doRender(EntityFireOrb entity, double x, double y, double z, float f, float partialTicks) { GlStateManager.pushMatrix(); this.bindEntityTexture(entity); GlStateManager.translate(x, y - 0.4734, z); GlStateManager.rotate(entity.rotationYaw, 1, 80, 1); if(model.shouldBeTransparent()) { GlStateManager.enableNormalize(); GlStateManager.enableBlend(); GlStateManager.blendFunc(770, 771); model.render(entity, 0.0F, 0.0F, -0.1F, 0.0F, 0.0F, 0.0625F); GlStateManager.disableBlend(); GlStateManager.disableNormalize(); } else model.render(entity, 0.0F, 0.0F, -0.1F, 0.0F, 0.0F, 0.0625F); GlStateManager.popMatrix(); super.doRender(entity, x, y, z, f, partialTicks); } protected ResourceLocation getTexture(EntityFireOrb entity) { return model.getTexture(); } protected ResourceLocation getEntityTexture(Entity entity) { return this.getTexture((EntityFireOrb)entity); } public void doRender(Entity entity, double x, double y, double z, float f, float partialTicks) { this.doRender((EntityFireOrb)entity, x, y, z, f, partialTicks); } }
-
1.11 Overidding MC villages
and or refractive teleport code 114 sight groovy begin and or that which is not just and or injust. see where that gets ya if you get stumped running around the torches.
-
Forge takes more than 60 minutes to startup
numbers are numbers simple answer is to not refresh.
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
yeah sure ok, you aren't overriding the client through the player with class exceptions, w/e dude. What sucks is that it effects everyone else.
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
I have posted the warnings and errors above that are associated with this error and its on forges side The client is being overloaded by forge.. (override)
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
Oh no... I posted it, and it was hacked and slashed, I got music on. So I know what was going on. [17:00:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:00:18] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [17:00:21] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [17:00:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:00:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:void, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_plains, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_desert, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_swampland, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_ice_flats, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle_edge, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_roofed_forest, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga_cold, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga_hills, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills_with_trees, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna_rock, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_rock, types will be assigned on a best-effort guess. [17:00:46] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_clear_rock, types will be assigned on a best-effort guess. [17:01:36] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1b33e00[id=fcd8643a-136f-38b6-9c1f-4f5463ba5d9d,name=Player283,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
cant keep up displays before hitting escape to pause the game. [16:31:32] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [16:31:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing edit: seriously.... you edited my posts to remove the errors in the log?
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
2016-12-05 16:43:57,456 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:43:57,458 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:43:57] [main/INFO] [GradleStart]: Extra: [] [16:43:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/peace/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [16:43:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [16:43:57] [main/INFO] [FML]: Forge Mod Loader version 13.19.0.2177 for Minecraft 1.11 loading [16:43:57] [main/INFO] [FML]: Java is Java HotSpot Client VM, version 1.8.0_111, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jdk1.8.0_111\jre [16:43:57] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [16:43:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [16:43:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [16:43:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [16:43:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:43:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:43:58] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [16:44:00] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [16:44:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:44:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:44:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:44:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [16:44:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [16:44:01] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-12-05 16:44:02,209 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:44:02,313 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:44:02,316 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:44:02] [Client thread/INFO]: Setting user: Player75 [16:44:09] [Client thread/WARN]: Skipping bad option: lastServer: [16:44:09] [Client thread/INFO]: LWJGL Version: 2.9.4 [16:44:10] [Client thread/INFO]: [sTDOUT]: ---- Minecraft Crash Report ---- // But it works on my machine. Time: 12/5/16 4:44 PM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.11 Operating System: Windows Vista (x86) version 6.0 Java Version: 1.8.0_111, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 787495632 bytes (751 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon HD 2400 PRO' [16:44:10] [Client thread/INFO] [FML]: MinecraftForge v13.19.0.2177 Initialized [16:44:10] [Client thread/INFO] [FML]: Replaced 232 ore recipes [16:44:10] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [16:44:10] [Client thread/INFO] [FML]: Searching C:\Users\peace\Documents\oompaloompa\run\mods for mods [16:44:12] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [16:44:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, portalblock] at CLIENT [16:44:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, portalblock] at SERVER [16:44:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Portal Block [16:44:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [16:44:14] [Client thread/INFO] [FML]: Found 443 ObjectHolder annotations [16:44:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [16:44:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [16:44:14] [Client thread/INFO] [FML]: Applying holder lookups [16:44:14] [Client thread/INFO] [FML]: Holder lookups applied [16:44:14] [Client thread/INFO] [FML]: Applying holder lookups [16:44:14] [Client thread/INFO] [FML]: Holder lookups applied [16:44:14] [Client thread/INFO] [FML]: Applying holder lookups [16:44:14] [Client thread/INFO] [FML]: Holder lookups applied [16:44:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [16:44:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [16:44:14] [Client thread/INFO] [FML]: Applying holder lookups [16:44:14] [Client thread/INFO] [FML]: Holder lookups applied [16:44:14] [Client thread/INFO] [FML]: Injecting itemstacks [16:44:14] [Client thread/INFO] [FML]: Itemstack injection complete [16:44:15] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: BETA_OUTDATED Target: 13.19.0.2181 [16:44:19] [sound Library Loader/INFO]: Starting up SoundSystem... [16:44:19] [Thread-8/INFO]: Initializing LWJGL OpenAL [16:44:19] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:44:19] [Thread-8/INFO]: OpenAL initialized. [16:44:19] [sound Library Loader/INFO]: Sound engine started [16:44:25] [Client thread/INFO] [FML]: Max texture size: 8192 [16:44:25] [Client thread/INFO]: Created: 16x16 textures-atlas [16:44:28] [Client thread/INFO] [FML]: Injecting itemstacks [16:44:28] [Client thread/INFO] [FML]: Itemstack injection complete [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:void, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_plains, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_desert, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_forest, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_swampland, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_ice_flats, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle_edge, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest_hills, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_roofed_forest, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga_cold, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga_hills, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills_with_trees, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna_rock, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_rock, types will be assigned on a best-effort guess. [16:44:28] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_clear_rock, types will be assigned on a best-effort guess. [16:44:28] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [16:44:28] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Portal Block [16:44:32] [Client thread/INFO]: SoundSystem shutting down... [16:44:32] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [16:44:32] [sound Library Loader/INFO]: Starting up SoundSystem... [16:44:32] [Thread-10/INFO]: Initializing LWJGL OpenAL [16:44:32] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:44:32] [Thread-10/INFO]: OpenAL initialized. [16:44:33] [sound Library Loader/INFO]: Sound engine started [16:44:37] [Client thread/INFO] [FML]: Max texture size: 8192 [16:44:38] [Client thread/INFO]: Created: 512x512 textures-atlas [16:44:40] [Client thread/WARN]: Skipping bad option: lastServer: [16:44:44] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:44:44] [server thread/INFO]: Starting integrated minecraft server version 1.11 [16:44:44] [server thread/INFO]: Generating keypair [16:44:45] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [16:44:45] [server thread/INFO] [FML]: Applying holder lookups [16:44:45] [server thread/INFO] [FML]: Holder lookups applied [16:44:45] [server thread/INFO] [FML]: Loading dimension 0 (New World7) (net.minecraft.server.integrated.IntegratedServer@a439aa) [16:44:45] [server thread/INFO] [FML]: Loading dimension 1 (New World7) (net.minecraft.server.integrated.IntegratedServer@a439aa) [16:44:45] [server thread/INFO] [FML]: Loading dimension -1 (New World7) (net.minecraft.server.integrated.IntegratedServer@a439aa) [16:44:45] [server thread/INFO]: Preparing start region for level 0 [16:44:47] [server thread/INFO]: Preparing spawn area: 0% [16:44:48] [server thread/INFO]: Preparing spawn area: 26% [16:44:49] [server thread/INFO]: Preparing spawn area: 57% [16:44:50] [server thread/INFO]: Preparing spawn area: 84% [16:44:50] [server thread/INFO]: Changing view distance to 8, from 10 [16:44:56] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [16:44:56] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [16:44:56] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [16:44:56] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [16:44:56] [server thread/INFO] [FML]: [server thread] Server side modded connection established [16:44:56] [server thread/INFO]: Player75[local:E:51e1442c] logged in with entity id 151 at (-1136.0345033663746, 66.0, -0.7383438275149516) [16:44:56] [server thread/INFO]: Player75 joined the game [16:44:57] [server thread/INFO]: Saving and pausing game... [16:44:57] [server thread/INFO]: Saving chunks for level 'New World7'/Overworld [16:44:58] [server thread/INFO]: Saving chunks for level 'New World7'/Nether [16:44:58] [server thread/INFO]: Saving chunks for level 'New World7'/The End [16:44:59] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1cfbadd[id=a5b59a7c-81e3-3a21-8ced-54dbec246e12,name=Player75,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3054) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] [16:45:00] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3187ms behind, skipping 63 tick(s) [16:45:02] [server thread/INFO]: Saving and pausing game... [16:45:02] [server thread/INFO]: Saving chunks for level 'New World7'/Overworld [16:45:03] [server thread/INFO]: Saving chunks for level 'New World7'/Nether [16:45:03] [server thread/INFO]: Saving chunks for level 'New World7'/The End
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
2016-12-05 16:31:32,407 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:31:32,409 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:31:32] [main/INFO] [GradleStart]: Extra: [] [16:31:32] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/peace/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [16:31:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [16:31:32] [main/INFO] [FML]: Forge Mod Loader version 13.19.0.2177 for Minecraft 1.11 loading [16:31:32] [main/INFO] [FML]: Java is Java HotSpot Client VM, version 1.8.0_111, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jdk1.8.0_111\jre [16:31:32] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [16:31:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [16:31:32] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [16:31:32] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [16:31:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:31:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:31:32] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [16:31:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [16:31:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:31:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:31:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:31:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [16:31:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [16:31:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-12-05 16:31:36,590 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:31:36,703 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-05 16:31:36,706 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:31:37] [Client thread/INFO]: Setting user: Player423 [16:31:43] [Client thread/WARN]: Skipping bad option: lastServer: [16:31:43] [Client thread/INFO]: LWJGL Version: 2.9.4 [16:31:44] [Client thread/INFO]: [sTDOUT]: ---- Minecraft Crash Report ---- // Ooh. Shiny. Time: 12/5/16 4:31 PM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.11 Operating System: Windows Vista (x86) version 6.0 Java Version: 1.8.0_111, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 788503592 bytes (751 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon HD 2400 PRO' [16:31:44] [Client thread/INFO] [FML]: MinecraftForge v13.19.0.2177 Initialized [16:31:44] [Client thread/INFO] [FML]: Replaced 232 ore recipes [16:31:44] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [16:31:44] [Client thread/INFO] [FML]: Searching C:\Users\peace\Documents\oompaloompa\run\mods for mods [16:31:46] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [16:31:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, portalblock] at CLIENT [16:31:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, portalblock] at SERVER [16:31:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Portal Block [16:31:48] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [16:31:48] [Client thread/INFO] [FML]: Found 443 ObjectHolder annotations [16:31:48] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [16:31:48] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [16:31:48] [Client thread/INFO] [FML]: Applying holder lookups [16:31:48] [Client thread/INFO] [FML]: Holder lookups applied [16:31:48] [Client thread/INFO] [FML]: Applying holder lookups [16:31:48] [Client thread/INFO] [FML]: Holder lookups applied [16:31:48] [Client thread/INFO] [FML]: Applying holder lookups [16:31:48] [Client thread/INFO] [FML]: Holder lookups applied [16:31:48] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [16:31:48] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [16:31:48] [Client thread/INFO] [FML]: Applying holder lookups [16:31:48] [Client thread/INFO] [FML]: Holder lookups applied [16:31:48] [Client thread/INFO] [FML]: Injecting itemstacks [16:31:48] [Client thread/INFO] [FML]: Itemstack injection complete [16:31:52] [sound Library Loader/INFO]: Starting up SoundSystem... [16:31:52] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: BETA_OUTDATED Target: 13.19.0.2181 [16:31:52] [Thread-8/INFO]: Initializing LWJGL OpenAL [16:31:52] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:31:53] [Thread-8/INFO]: OpenAL initialized. [16:31:53] [sound Library Loader/INFO]: Sound engine started [16:31:58] [Client thread/INFO] [FML]: Max texture size: 8192 [16:31:58] [Client thread/INFO]: Created: 16x16 textures-atlas [16:32:01] [Client thread/INFO] [FML]: Injecting itemstacks [16:32:01] [Client thread/INFO] [FML]: Itemstack injection complete [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:void, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_plains, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_desert, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_forest, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_swampland, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_ice_flats, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_jungle_edge, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_birch_forest_hills, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_roofed_forest, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_taiga_cold, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_redwood_taiga_hills, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_extreme_hills_with_trees, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_savanna_rock, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_rock, types will be assigned on a best-effort guess. [16:32:01] [Client thread/WARN] [FML]: No types have been added to Biome minecraft:mutated_mesa_clear_rock, types will be assigned on a best-effort guess. [16:32:02] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [16:32:02] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Portal Block [16:32:05] [Client thread/INFO]: SoundSystem shutting down... [16:32:06] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [16:32:06] [sound Library Loader/INFO]: Starting up SoundSystem... [16:32:06] [Thread-10/INFO]: Initializing LWJGL OpenAL [16:32:06] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:32:06] [Thread-10/INFO]: OpenAL initialized. [16:32:06] [sound Library Loader/INFO]: Sound engine started [16:32:11] [Client thread/INFO] [FML]: Max texture size: 8192 [16:32:11] [Client thread/INFO]: Created: 512x512 textures-atlas [16:32:13] [Client thread/WARN]: Skipping bad option: lastServer: [16:32:18] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:32:25] [server thread/INFO]: Starting integrated minecraft server version 1.11 [16:32:25] [server thread/INFO]: Generating keypair [16:32:25] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [16:32:25] [server thread/INFO] [FML]: Applying holder lookups [16:32:25] [server thread/INFO] [FML]: Holder lookups applied [16:32:25] [server thread/INFO] [FML]: Loading dimension 0 (New World7) (net.minecraft.server.integrated.IntegratedServer@74a10e) [16:32:26] [server thread/INFO] [FML]: Loading dimension 1 (New World7) (net.minecraft.server.integrated.IntegratedServer@74a10e) [16:32:26] [server thread/INFO] [FML]: Loading dimension -1 (New World7) (net.minecraft.server.integrated.IntegratedServer@74a10e) [16:32:26] [server thread/INFO]: Preparing start region for level 0 [16:32:27] [server thread/INFO]: Preparing spawn area: 0% [16:32:28] [server thread/INFO]: Preparing spawn area: 26% [16:32:29] [server thread/INFO]: Preparing spawn area: 57% [16:32:30] [server thread/INFO]: Preparing spawn area: 85% [16:32:30] [server thread/INFO]: Changing view distance to 8, from 10 [16:32:36] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [16:32:36] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [16:32:36] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [16:32:36] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [16:32:36] [server thread/INFO] [FML]: [server thread] Server side modded connection established [16:32:36] [server thread/INFO]: Player423[local:E:78bb5ee7] logged in with entity id 190 at (-1136.0345033663746, 66.0, -0.7383438275149515) [16:32:36] [server thread/INFO]: Player423 joined the game [16:32:38] [server thread/INFO]: Saving and pausing game... [16:32:38] [server thread/INFO]: Saving chunks for level 'New World7'/Overworld [16:32:39] [server thread/INFO]: Saving chunks for level 'New World7'/Nether [16:32:39] [server thread/INFO]: Saving chunks for level 'New World7'/The End [16:32:39] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@d944ef[id=fcbec65f-dc14-3edc-a887-ca77c708a66e,name=Player423,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3054) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] [16:32:41] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3913ms behind, skipping 78 tick(s) [16:32:42] [server thread/INFO]: Saving and pausing game... [16:32:42] [server thread/INFO]: Saving chunks for level 'New World7'/Overworld [16:32:43] [server thread/INFO]: Saving chunks for level 'New World7'/Nether [16:32:43] [server thread/INFO]: Saving chunks for level 'New World7'/The End [16:35:06] [server thread/INFO]: Stopping server [16:35:06] [server thread/INFO]: Saving players [16:35:06] [server thread/INFO]: Player423 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} [16:35:06] [server thread/INFO]: Player423 left the game [16:35:06] [server thread/INFO]: Stopping singleplayer server as player logged out [16:35:06] [server thread/INFO]: Saving worlds [16:35:06] [server thread/INFO]: Saving chunks for level 'New World7'/Overworld [16:35:06] [server thread/INFO]: Saving chunks for level 'New World7'/Nether [16:35:06] [server thread/INFO]: Saving chunks for level 'New World7'/The End [16:35:06] [server thread/INFO] [FML]: Unloading dimension 0 [16:35:06] [server thread/INFO] [FML]: Unloading dimension -1 [16:35:06] [server thread/INFO] [FML]: Unloading dimension 1 [16:35:07] [server thread/INFO] [FML]: Applying holder lookups [16:35:07] [server thread/INFO] [FML]: Holder lookups applied [16:35:08] [Client thread/INFO]: Stopping! [16:35:08] [Client thread/INFO]: SoundSystem shutting down... [16:35:08] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com Java HotSpot Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
embed code block? yay or nay? embedded code block here V [embed=425,349]<---425,359[/embed] makin my internet run sloooowwwwwwwwwww tis not 424 (423) whichever one
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
nope but I can tell you everything is being renamed or something. (don't have a log to give, doesn't crash) Guess I'll just play 1.10.2 or somethin' for the next couple of days, its cool.
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
No item images are showing up and etc. Same for tab icons. (the disco lava is pretty awesome though I aint gunna lie)
-
Hey Y'all Got a Big Ass Problem on 1.11. (photo included)
On both 76 non mdk loaded and 77 loaded from mdk I end up with worlds looking like this, I'm imagining it having to do with a gun, an override, and something stupid done, I may be wrong though:
-
Installer Fails to Download Properly 1.11 - 13.19.0.2180
I'll be patient for 82 or something.
-
Installer Fails to Download Properly 1.11 - 13.19.0.2180
On 1.11 I went to download the installer for .2180 and the installer I get is 0kb in size. 2178 took forever to download....
-
I Got a Crash Report Anyone Wanna Help Me Solve It?
I would like to know who thought an override was suitable for the invisible orb in the end -.- an invisible orb is an invisible orb.... not a creative orb....
-
I Got a Crash Report Anyone Wanna Help Me Solve It?
I was able to recover the world as if nothing ever happened, its all good. That's still really fun though, the low gravity effect.
IPS spam blocked by CleanTalk.