Jump to content

ItsAMysteriousYT

Members
  • Posts

    785
  • Joined

  • Last visited

Everything posted by ItsAMysteriousYT

  1. Is that okay? if((to==null||to.isInvalid())&&worldObj.getTileEntity(storedPos) instanceof TileEntity_Electric){ to=(TileEntity_Electric)worldObj.getTileEntity(storedPos); }
  2. Yes i know - im using obj models atm, so i can't have 3d itemmodels what i want. Can you tell me how i can set a 2d itemtexture for a block in jsonfiles?
  3. So, when i try this it crashes. Immediatly and sais something about error in serverTickLoop. public TileEntity_Electric getTo() { if(storedPos!=null) if(to.isInvalid()||to==null&&worldObj.getTileEntity(storedPos) instanceof TileEntity_Electric){ to=(TileEntity_Electric)worldObj.getTileEntity(storedPos); } return to; }
  4. In my blocks i have a fild like the blockBounds holding minX,minY&minZ aswell as maxX, maxY, maxZ. No if the player is holding the item of that block i wanna draw a box showing the player how big the block will be and where he can set it. I tried this in DrawBlockHighlight event, but the box is at the players position and not at the position of the highlighted block. How can i fix this? So this i swhat i currently do: @SubscribeEvent public void onBlockHighlight(DrawBlockHighlightEvent e){ if(e.player.getCurrentEquippedItem()!=null){ Item i = e.player.getCurrentEquippedItem().getItem(); if(Block.getBlockFromItem(i) instanceof RLMBlockContainer){ RLMBlockContainer b = (RLMBlockContainer) Block.getBlockFromItem(i); BlockPos p = e.target.getBlockPos(); e.context.drawOutlinedBoundingBox(new AxisAlignedBB(b.dimensions[0], b.dimensions[1],b.dimensions[2],b.dimensions[3], b.dimensions[4], b.dimensions[5]), 100); } } } And this is how it looks:
  5. Okay - works pretty nice now, it now allways shows the propper connected tileentity. But there some other problems - first, when i remove one part of the circuit the tilrd after it are still active AND the tileentity that was sending energy to it still holds the connectedTile field.
  6. Nono, i don't. I have a method in my clientproxy for that. What i did in the constructor was setting a String which i used to register the tile. At least i thought i used it - but what i use is the name of the class. So i can remove that String stuff anyway
  7. Since TileEntityElectric extends RLMTileentity i need to pass over the name somehow with that i register all my tileentities in a simple method. How can i do that then?
  8. Still - when i check wich tileentity is connected, it always shows the last tileentity in the circuit and not the one that comes after the current tile. Also when i disconnect tje tiles this crash appears: [13:50:59] [main/INFO] [GradleStart]: Extra: [username=itsamysterious] [13:50:59] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/MO/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken{REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, username=itsamysterious] [13:50:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [13:50:59] [main/INFO] [FML]: Forge Mod Loader version 11.14.3.1506 for Minecraft 1.8 loading [13:50:59] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_60, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_60 [13:50:59] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [13:50:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [13:50:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [13:50:59] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [13:51:01] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [13:51:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [13:51:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [13:51:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [13:51:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [13:51:02] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [13:51:03] [main/INFO] [sTDOUT]: [net.minecraft.client.main.Main:main:-1]: Completely ignored arguments: [username=itsamysterious] [13:51:04] [Client thread/INFO]: Setting user: Player20 [13:51:08] [Client thread/INFO]: LWJGL Version: 2.9.1 [13:51:09] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:-1]: ---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen. Time: 31.08.15 13:51 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.8 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 955715840 bytes (911 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 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: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.60' Renderer: 'GeForce GTX 760/PCIe/SSE2' [13:51:09] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [13:51:09] [Client thread/INFO] [FML]: MinecraftForge v11.14.3.1506 Initialized [13:51:09] [Client thread/INFO] [FML]: Replaced 204 ore recipies [13:51:09] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [13:51:10] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [13:51:10] [Client thread/INFO] [FML]: Searching D:\Programmieren\Forg1.8\run\mods for mods [13:51:15] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [13:51:15] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, reallifemod] at CLIENT [13:51:15] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, reallifemod] at SERVER [13:51:16] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Real Life Mod [13:51:16] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [13:51:16] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations [13:51:16] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [13:51:16] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [13:51:16] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [13:51:20] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.Vehicles:addVehicle:22]: Succesfully loaded lamborghini! [13:51:20] [Client thread/INFO] [FML]: Applying holder lookups [13:51:20] [Client thread/INFO] [FML]: Holder lookups applied [13:51:20] [Client thread/INFO] [FML]: Injecting itemstacks [13:51:20] [Client thread/INFO] [FML]: Itemstack injection complete [13:51:20] [sound Library Loader/INFO]: Starting up SoundSystem... [13:51:20] [Thread-9/INFO]: Initializing LWJGL OpenAL [13:51:20] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005 [13:51:20] [Thread-9/INFO]: OpenAL initialized. [13:51:20] [sound Library Loader/INFO]: Sound engine started [13:51:34] [Client thread/INFO] [FML]: Max texture size: 16384 [13:51:34] [Client thread/INFO]: Created: 16x16 textures-atlas [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:itemPylon#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:scrabbedmetal#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:ItemCable#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:itemDough#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockparquet#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockTransformer#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockTransformer#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockparquet#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blocktarmac#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPinwheel#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#normal not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:itemSalt#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:itemFlour#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:lamborghini#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:circuitboard#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:solderingIron#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=west not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blocktarmac#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPinwheel#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=south not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:itemPliers#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=north not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=east not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#inventory not found [13:51:35] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=north not found [13:51:36] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Real Life Mod, RLM [13:51:36] [Client thread/INFO]: SoundSystem shutting down... [13:51:36] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [13:51:36] [sound Library Loader/INFO]: Starting up SoundSystem... [13:51:36] [Thread-11/INFO]: Initializing LWJGL OpenAL [13:51:36] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [13:51:36] [Thread-11/INFO]: OpenAL initialized. [13:51:37] [sound Library Loader/INFO]: Sound engine started [13:51:38] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=south': java.io.FileNotFoundException: reallifemod:models/block/blockchair.json [13:51:38] [Client thread/WARN]: Unable to load definition reallifemod:blockTransformer#normal java.lang.RuntimeException: Encountered an exception when loading model definition of 'reallifemod:blockTransformer#normal' from: 'reallifemod:blockstates/blockTransformer.json' in resourcepack: 'FMLFileResourcePack:Real Life Mod' at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(Unknown Source) ~[ModelBakery.class:?] at net.minecraft.client.resources.model.ModelBakery.loadVariants(Unknown Source) [ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?] at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.loadCoreModules(RealLifeMod.java:147) [RealLifeMod.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.Init(RealLifeMod.java:116) [RealLifeMod.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(Unknown Source) [FMLModContainer.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Unknown Source) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Unknown Source) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?] ... 53 more Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?] ... 53 more [13:51:38] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=east': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:38] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=north': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:39] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=west': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:39] [Client thread/ERROR] [FML]: Exception loading model reallifemod:block/blockTransformer with loader instance, skipping com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.internal.Streams.parse(Streams.java:56) ~[streams.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at net.minecraft.client.renderer.block.model.ModelBlock.deserialize(Unknown Source) ~[ModelBlock.class:?] at net.minecraft.client.resources.model.ModelBakery.loadModel(Unknown Source) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$800(Unknown Source) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(Unknown Source) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(Unknown Source) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadAnyModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.getModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.loadAnyModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.getModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.loadItems(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?] at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.loadCoreModules(RealLifeMod.java:147) [RealLifeMod.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.Init(RealLifeMod.java:116) [RealLifeMod.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(Unknown Source) [FMLModContainer.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Unknown Source) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Unknown Source) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] at com.google.gson.internal.Streams.parse(Streams.java:44) ~[streams.class:?] ... 63 more [13:51:39] [Client thread/INFO] [FML]: Max texture size: 16384 [13:51:39] [Client thread/WARN]: Texture reallifemod:textures/blocks/parquet.png with size 900x900 limits mip level from 4 to 2 [13:51:40] [Client thread/INFO]: Created: 2048x1024 textures-atlas [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#normal not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#normal not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#normal not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#normal not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#normal not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:solderingIron#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPinwheel#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=south not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=west not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=east not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#inventory not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=north not found [13:51:40] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=north not found [13:51:40] [Client thread/WARN]: Unable to parse metadata section of resourcepack: RLM java.io.FileNotFoundException: .\RLM\pack.mcmeta (Das System kann die angegebene Datei nicht finden) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_60] at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_60] at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_60] at net.minecraft.client.resources.FolderResourcePack.getInputStreamByName(Unknown Source) ~[FolderResourcePack.class:?] at net.minecraft.client.resources.AbstractResourcePack.getPackMetadata(Unknown Source) ~[AbstractResourcePack.class:?] at net.minecraft.client.resources.LanguageManager.parseLanguageMetadata(Unknown Source) [LanguageManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.loadCoreModules(RealLifeMod.java:147) [RealLifeMod.class:?] at itsamysterious.mods.reallifemod.RealLifeMod.Init(RealLifeMod.java:116) [RealLifeMod.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(Unknown Source) [FMLModContainer.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Unknown Source) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(Unknown Source) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Unknown Source) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] [13:51:43] [Client thread/INFO] [FML]: Injecting itemstacks [13:51:43] [Client thread/INFO] [FML]: Itemstack injection complete [13:51:44] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [13:51:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Real Life Mod, RLM [13:51:44] [Client thread/INFO]: SoundSystem shutting down... [13:51:44] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [13:51:44] [sound Library Loader/INFO]: Starting up SoundSystem... [13:51:44] [Thread-13/INFO]: Initializing LWJGL OpenAL [13:51:44] [Thread-13/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [13:51:44] [Thread-13/INFO]: OpenAL initialized. [13:51:44] [sound Library Loader/INFO]: Sound engine started [13:51:55] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=south': java.io.FileNotFoundException: reallifemod:models/block/blockchair.json [13:51:55] [Client thread/WARN]: Unable to load definition reallifemod:blockTransformer#normal java.lang.RuntimeException: Encountered an exception when loading model definition of 'reallifemod:blockTransformer#normal' from: 'reallifemod:blockstates/blockTransformer.json' in resourcepack: 'FMLFileResourcePack:Real Life Mod' at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(Unknown Source) ~[ModelBakery.class:?] at net.minecraft.client.resources.model.ModelBakery.loadVariants(Unknown Source) [ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.loadBlocks(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?] at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?] ... 24 more Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?] at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?] ... 24 more [13:51:56] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=east': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:56] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=north': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:56] [Client thread/WARN] [FML]: Unable to load block model: 'reallifemod:block/blockchair' for variant: 'reallifemod:RLMTelevision#facing=west': java.lang.IllegalStateException: circular model dependencies involving model reallifemod:block/blockchair [13:51:56] [Client thread/ERROR] [FML]: Exception loading model reallifemod:block/blockTransformer with loader instance, skipping com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.internal.Streams.parse(Streams.java:56) ~[streams.class:?] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54) ~[TreeTypeAdapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at net.minecraft.client.renderer.block.model.ModelBlock.deserialize(Unknown Source) ~[ModelBlock.class:?] at net.minecraft.client.resources.model.ModelBakery.loadModel(Unknown Source) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$800(Unknown Source) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(Unknown Source) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(Unknown Source) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadAnyModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.getModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.loadAnyModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.getModel(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.loadItems(Unknown Source) [ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?] at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:666) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] at com.google.gson.internal.Streams.parse(Streams.java:44) ~[streams.class:?] ... 34 more [13:51:56] [Client thread/INFO] [FML]: Max texture size: 16384 [13:51:58] [Client thread/INFO]: Created: 2048x1024 textures-atlas [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#normal not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#normal not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#normal not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#normal not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#normal not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:solderingIron#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPinwheel#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=south not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=west not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=east not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#inventory not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=north not found [13:51:58] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=north not found [13:51:58] [Client thread/WARN]: Unable to parse metadata section of resourcepack: RLM java.io.FileNotFoundException: .\RLM\pack.mcmeta (Das System kann die angegebene Datei nicht finden) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_60] at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_60] at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_60] at net.minecraft.client.resources.FolderResourcePack.getInputStreamByName(Unknown Source) ~[FolderResourcePack.class:?] at net.minecraft.client.resources.AbstractResourcePack.getPackMetadata(Unknown Source) ~[AbstractResourcePack.class:?] at net.minecraft.client.resources.LanguageManager.parseLanguageMetadata(Unknown Source) [LanguageManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN reallifemod [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: domain reallifemod is missing 1 texture [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: domain reallifemod has 2 locations: [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: mod reallifemod resources at D:\Programmieren\Forg1.8\bin [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path .\RLM [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain reallifemod are: [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemPylon.png [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain reallifemod [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [13:51:58] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [13:52:11] [server thread/INFO]: Starting integrated minecraft server version 1.8 [13:52:11] [server thread/INFO]: Generating keypair [13:52:11] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [13:52:11] [server thread/INFO] [FML]: Applying holder lookups [13:52:11] [server thread/INFO] [FML]: Holder lookups applied [13:52:11] [server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@34097d64) [13:52:11] [server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@34097d64) [13:52:11] [server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@34097d64) [13:52:11] [server thread/INFO]: Preparing start region for level 0 [13:52:12] [server thread/INFO]: Changing view distance to 12, from 10 [13:52:14] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [13:52:14] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [13:52:14] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : reallifemod@0.32,FML@8.0.99.99,Forge@11.14.3.1506,mcp@9.05 [13:52:14] [server thread/INFO] [FML]: [server thread] Server side modded connection established [13:52:14] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [13:52:14] [server thread/INFO]: Player20[local:E:b96e0126] logged in with entity id 93 at (90.10845451220327, 5.385768241819305, 204.34292868484604) [13:52:14] [server thread/INFO]: Player20 joined the game [13:52:19] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1dcc928b[id=de358e9d-8e5f-32cd-b09f-d8bdf3008cfe,name=Player20,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:65) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [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:165) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.resources.SkinManager$3.run(Unknown Source) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60] at java.lang.Thread.run(Unknown Source) [?:1.8.0_60] [13:52:27] [Client thread/INFO]: [CHAT] Now in §aConnection Mode§rTo stop connecting, hold SHIFT+RIGHTCLICK! [13:52:27] [Client thread/INFO]: [CHAT] Now in §aConnection Mode§rTo stop connecting, hold SHIFT+RIGHTCLICK! [13:52:46] [server thread/INFO]: Player20 has just earned the achievement [Taking Inventory] [13:52:46] [Client thread/INFO]: [CHAT] Player20 has just earned the achievement [Taking Inventory] [13:52:56] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.RLMBlockContainer:onBlockPlacedBy:34]: Succesfully rotated PowerLineTileEntity [13:52:56] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.RLMBlockContainer:onBlockPlacedBy:34]: Succesfully rotated PowerLineTileEntity [13:53:20] [server thread/INFO]: Saving and pausing game... [13:53:20] [server thread/INFO]: Saving chunks for level 'Test'/Overworld [13:53:20] [server thread/INFO]: Saving chunks for level 'Test'/Nether [13:53:20] [server thread/INFO]: Saving chunks for level 'Test'/The End [13:56:44] [Client thread/INFO]: [CHAT] The blocks are no longer connected [13:56:44] [server thread/ERROR]: Encountered an unexpected exception java.lang.NullPointerException at net.minecraft.crash.CrashReportCategory.firstTwoElementsOfStackTraceMatch(Unknown Source) ~[CrashReportCategory.class:?] at net.minecraft.crash.CrashReport.makeCategoryDepth(Unknown Source) ~[CrashReport.class:?] at net.minecraft.world.World.addWorldInfoToCrashReport(Unknown Source) ~[World.class:?] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(Unknown Source) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.tick(Unknown Source) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.tick(Unknown Source) ~[integratedServer.class:?] at net.minecraft.server.MinecraftServer.run(Unknown Source) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_60] [13:56:44] [server thread/ERROR]: This crash report has been saved to: D:\Programmieren\Forg1.8\run\.\crash-reports\crash-2015-08-31_13.56.44-server.txt [13:56:44] [server thread/INFO]: Stopping server [13:56:44] [server thread/INFO]: Saving players [13:56:44] [server thread/INFO]: Player20 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}} [13:56:44] [server thread/INFO]: Player20 left the game [13:56:44] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:-1]: ---- Minecraft Crash Report ---- // Don't be sad. I'll do better next time, I promise! Time: 31.08.15 13:56 Description: Exception in server tick loop java.lang.NullPointerException: Exception in server tick loop at net.minecraft.crash.CrashReportCategory.firstTwoElementsOfStackTraceMatch(Unknown Source) at net.minecraft.crash.CrashReport.makeCategoryDepth(Unknown Source) at net.minecraft.world.World.addWorldInfoToCrashReport(Unknown Source) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(Unknown Source) at net.minecraft.server.MinecraftServer.tick(Unknown Source) at net.minecraft.server.integrated.IntegratedServer.tick(Unknown Source) at net.minecraft.server.MinecraftServer.run(Unknown Source) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 626906472 bytes (597 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1506 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1506.jar) UCHIJAAAA Forge{11.14.3.1506} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1506.jar) UCHIJAAAA reallifemod{0.32} [Real Life Mod] (bin) Loaded coremods (and transformers): GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 1 / 8; [EntityPlayerMP['Player20'/93, l='Test', x=81,13, y=4,00, z=201,87]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' [13:56:44] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:-1]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2015-08-31_13.56.44-server.txt [13:56:44] [Client thread/INFO] [FML]: Waiting for the server to terminate/save. [13:56:45] [server thread/INFO]: Stopping singleplayer server as player logged out [13:56:45] [server thread/INFO]: Saving worlds [13:56:45] [server thread/INFO]: Saving chunks for level 'Test'/Overworld [13:56:45] [server thread/INFO]: Saving chunks for level 'Test'/Nether [13:56:45] [server thread/INFO]: Saving chunks for level 'Test'/The End [13:56:45] [server thread/INFO] [FML]: Unloading dimension 0 [13:56:45] [server thread/INFO] [FML]: Unloading dimension -1 [13:56:45] [server thread/INFO] [FML]: Unloading dimension 1 [13:56:45] [server thread/INFO] [FML]: Applying holder lookups [13:56:45] [server thread/INFO] [FML]: Holder lookups applied [13:56:45] [server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. [13:56:45] [Client thread/INFO] [FML]: Server terminated. AL lib: (EE) alc_cleanup: 1 device not closed Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release This is how my tileentity_electric looks now:
  9. oh ok sorry for the missunderstanding. Im not doing this as long as you are
  10. but i need to pass over the energy from one tileentity to another - how am i supposed to do that when i can't do it every tick?
  11. Okay - im setting the 'to' variable like this now: @Override public void update() { age++; if (!this.hasWorldObj()) return; if(worldObj.isRemote)return; if(storedPos!=null){ to=getTo(); } } And this is the getTo() method: public TileEntity_Electric getTo() { if(to==null&&worldObj.getTileEntity(storedPos) instanceof TileEntity_Electric){ to=(TileEntity_Electric)worldObj.getTileEntity(storedPos); } return to; } Is that the propper use of lazy initialization or just crab?
  12. So i think i understand lazy initialization now. Let me try explaining it with my own words: Lazy Initialization describes a performance action that only initializes a private field until it is deffinitly needed. In my case this is when i pass over the energy to the connected tile. One question for that - when the chunk unloads - and i pass over the value of energy to my lazy initialized variable - this variable will still be a dead TE or not?
  13. Another tip - write your code on paper, then in code so youll find buggs easier. Planning is most of the work done
  14. 1. What kind off method do you have 2. When are youre mehtods called 3. For what do you need the world If you just say 'methods' we can't make out anything- where no wizards
  15. Okay, what can i make better with that method? I messed it up a bit cuz i tried implementing lazy initialisation, probably totally wrong
  16. Here is the download. I will release my api soon - http://www.wuppy29.com/minecraft/json-generator/#sthash.AHKSMTFr.QCsV4OC8.dpbs
  17. Okay i did this, but still, it does not work propperly. When i connect the blocks, the connected tile is the last tileentity in the circuitfor every tile in the circuit
  18. 1. So classes that extend on it have the required methods (e.g) getMaxVoltag() 2. just copied that from here: https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe20_tileentity_data/TileEntityData.java 3. It is is called in an ItemCable class like this 4: Just copied that too 5: cuz TileEntity hasn't got a ticksexisted field
  19. This is how my TileEntity_Electric looks now - please tell me how i have to fix it im so lost on this i have absolutly no idea what im doing wrong :'( I read that lazy initalization stuff but i do not understand the use of it e an also - how should i pass over the energy to the connected tile when i do not have a field. MAN -IM SO LOST Diesieben07 what you mean? How do i have to use that lazy stuff ? package itsamysterious.mods.reallifemod.core.blocks.tiles; import java.util.Random; import itsamysterious.mods.reallifemod.core.tiles.RLMTileEntity; import net.minecraft.client.Minecraft; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.network.NetworkManager; import net.minecraft.network.Packet; import net.minecraft.network.play.server.S35PacketUpdateTileEntity; import net.minecraft.server.gui.IUpdatePlayerListBox; import net.minecraft.util.BlockPos; import net.minecraft.util.EnumParticleTypes; import net.minecraft.world.World; public abstract class TileEntity_Electric extends RLMTileEntity implements IUpdatePlayerListBox{ private float voltage; private boolean isUsuable; private int age; public BlockPos storedPos; private TileEntity_Electric to; public TileEntity_Electric getTo() { return to; } public TileEntity_Electric(String string) { super(string); isUsuable=true; } @Override public void update() { if (!this.hasWorldObj()) return; World world = this.getWorld(); if(worldObj.isRemote){ Random rand = new Random(); if(!isUsuable){ if(Minecraft.getMinecraft().thePlayer.ticksExisted%3==0) worldObj.spawnParticle(EnumParticleTypes.CLOUD, pos.getX()+0.5, pos.getY()+1, pos.getZ()+0.5, -0.025+rand.nextFloat()/10,rand.nextDouble()/5, -0.025+rand.nextFloat()/10); } }else { if(storedPos!=null){ if(world.getTileEntity(storedPos)instanceof TileEntity_Electric){ to=(TileEntity_Electric)world.getTileEntity(storedPos); } } if(voltage>getMaxVoltage()){ isUsuable=false; } if(to!=null){ to.setVoltage(onPowered(this.voltage)); world.markBlockForUpdate(storedPos); } if(storedPos!=null&&worldObj.getTileEntity(storedPos)==null){ to=null; storedPos=null; } } } @Override public void writeToNBT(NBTTagCompound compound){ super.writeToNBT(compound); NBTTagCompound tag=new NBTTagCompound(); if(storedPos!=null){ BlockPos pto = storedPos; NBTTagCompound blockPosNBT = new NBTTagCompound(); blockPosNBT.setInteger("x", pto.getX()); blockPosNBT.setInteger("y", pto.getY()); blockPosNBT.setInteger("z", pto.getZ()); tag.setTag("connectedBlock", blockPosNBT); } tag.setBoolean("IsUsuable", isUsuable); compound.setTag("RLMElectrizityTag", tag); } @Override public void readFromNBT(NBTTagCompound compound) { super.readFromNBT(compound); final int NBT_INT_ID = 3; NBTTagCompound tag=compound.getCompoundTag("RLMElectrizityTag"); NBTTagCompound blockPosNBT = tag.getCompoundTag("connectedBlock"); BlockPos readBlockPos = null; if (blockPosNBT.hasKey("x", NBT_INT_ID) && blockPosNBT.hasKey("y", NBT_INT_ID) && blockPosNBT.hasKey("z", NBT_INT_ID) ) { readBlockPos = new BlockPos(blockPosNBT.getInteger("x"), blockPosNBT.getInteger("y"), blockPosNBT.getInteger("z")); storedPos=readBlockPos; } isUsuable=tag.getBoolean("IsUsuable"); } @Override public Packet getDescriptionPacket() { NBTTagCompound nbtTagCompound = new NBTTagCompound(); writeToNBT(nbtTagCompound); int metadata = getBlockMetadata(); return new S35PacketUpdateTileEntity(this.pos, metadata, nbtTagCompound); } @Override public void onDataPacket(NetworkManager net, S35PacketUpdateTileEntity pkt) { readFromNBT(pkt.getNbtCompound()); } public void connectTo(TileEntity_Electric t){ this.to=t; this.storedPos = t.getPos(); } public float getVoltageValue() { return voltage; } public float getVoltage() { return this.voltage; } public void setVoltage(float voltage) { this.voltage = voltage; } public float onPowered(float f){ return f; } public abstract float getMaxVoltage(); }
  20. OH - i think you just solved the whole thing - is it possible that when the chunk was unloaded and then loaded again - the empty 'to' field is set to any other TileEntity_Electric? And also the thing with storing coordinates worked THANKS <3
  21. Yea i know, just meant that its gonna be difficult stopping him from doing that
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.