Jump to content

Vyser

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am noob

Vyser's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I've changed the render thingy public static void render(Item item, int meta){ ModelLoader.setCustomModelResourceLocation(item, meta, new ModelResourceLocation(item.getRegistryName(), "spelltype="+meta)); } now it works but if i change this { "variants": { "spelltype=0": { "model": "alchemist:customecrystalstaff"}, "spelltype=1": { "model": "alchemist:customecrystalstaff"}, "spelltype=2": { "model": "alchemist:customecrystalstaff"} } } to this { "variants": { "spelltype=0": { "model": "alchemist:firecustomcrystalstaff"}, "spelltype=1": { "model": "alchemist:watercustomcrystalstaff"}, "spelltype=2": { "model": "alchemist:dirtcustomcrystalstaff"} } } it doesn't work anymore error: 53:30] [Client thread/ERROR] [FML]: Exception loading model for variant alchemist:customcrystalstaff#inventory for item "alchemist:customcrystalstaff", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model alchemist:item/customcrystalstaff with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:328) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121] 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_121] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: alchemist:models/item/customcrystalstaff.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:68) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:879) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [14:53:30] [Client thread/ERROR] [FML]: Exception loading model for variant alchemist:customcrystalstaff#inventory for item "alchemist:customcrystalstaff", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model alchemist:customcrystalstaff#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:336) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:148) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:540) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121] 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_121] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1195) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more Diesieben07 do you still need the all the classes?
  2. yes Purple cubes but no Texture/model Error. OpenJDK 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release [21:46:17] [main/INFO] [GradleStart]: Extra: [] [21:46:17] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/arjan/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [21:46:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [21:46:17] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2254 for Minecraft 1.10.2 loading [21:46:17] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_121, running on Linux:amd64:4.10.9-1-ARCH, installed at /usr/lib/jvm/java-8-openjdk/jre [21:46:17] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [21:46:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [21:46:17] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [21:46:17] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [21:46:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:46:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [21:46:17] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [21:46:18] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [21:46:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [21:46:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [21:46:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:46:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [21:46:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [21:46:18] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [21:46:18] [Client thread/INFO]: Setting user: Player782 [21:46:21] [Client thread/WARN]: Skipping bad option: lastServer: [21:46:21] [Client thread/INFO]: LWJGL Version: 2.9.4 [21:46:21] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:225]: ---- Minecraft Crash Report ---- // I'm sorry, Dave. Time: 15-4-17 21:46 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.10.2 Operating System: Linux (amd64) version 4.10.9-1-ARCH Java Version: 1.8.0_121, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 796279176 bytes (759 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 378.13' Renderer: 'GeForce GTX 960/PCIe/SSE2' [21:46:21] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2254 Initialized [21:46:21] [Client thread/INFO] [FML]: Replaced 231 ore recipes [21:46:21] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [21:46:21] [Client thread/INFO] [FML]: Searching /home/arjan/Arjan-Schijf/coding/modding/run/mods for mods [21:46:22] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [21:46:22] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, alchemist, guideapi] at CLIENT [21:46:22] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, alchemist, guideapi] at SERVER [21:46:22] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:The Alchemist mod, FMLFileResourcePack:Guide-API [21:46:22] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [21:46:22] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations [21:46:22] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [21:46:22] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [21:46:22] [Client thread/INFO] [FML]: Applying holder lookups [21:46:22] [Client thread/INFO] [FML]: Holder lookups applied [21:46:22] [Client thread/INFO] [FML]: Applying holder lookups [21:46:22] [Client thread/INFO] [FML]: Holder lookups applied [21:46:22] [Client thread/INFO] [FML]: Applying holder lookups [21:46:22] [Client thread/INFO] [FML]: Holder lookups applied [21:46:23] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [21:46:23] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [21:46:23] [Client thread/INFO] [FML]: Applying holder lookups [21:46:23] [Client thread/INFO] [FML]: Holder lookups applied [21:46:23] [Client thread/INFO] [FML]: Injecting itemstacks [21:46:23] [Client thread/INFO] [FML]: Itemstack injection complete [21:46:23] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: OUTDATED Target: 12.18.3.2281 [21:46:23] [Sound Library Loader/INFO]: Starting up SoundSystem... [21:46:23] [Thread-6/INFO] [FML]: Using sync timing. 200 frames of Display.update took 97575781 nanos [21:46:24] [Thread-7/INFO]: Initializing LWJGL OpenAL [21:46:24] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [21:46:24] [Thread-7/INFO]: OpenAL initialized. [21:46:24] [Sound Library Loader/INFO]: Sound engine started [21:46:25] [Client thread/INFO] [FML]: Max texture size: 16384 [21:46:25] [Client thread/INFO]: Created: 16x16 textures-atlas [21:46:25] [Client thread/INFO] [FML]: Injecting itemstacks [21:46:25] [Client thread/INFO] [FML]: Itemstack injection complete [21:46:25] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [21:46:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:The Alchemist mod, FMLFileResourcePack:Guide-API [21:46:26] [Client thread/INFO]: SoundSystem shutting down... [21:46:26] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [21:46:26] [Sound Library Loader/INFO]: Starting up SoundSystem... [21:46:26] [Thread-9/INFO]: Initializing LWJGL OpenAL [21:46:26] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [21:46:26] [Thread-9/INFO]: OpenAL initialized. [21:46:26] [Sound Library Loader/INFO]: Sound engine started [21:46:27] [Client thread/INFO] [FML]: Max texture size: 16384 [21:46:27] [Client thread/INFO]: Created: 512x512 textures-atlas [21:46:27] [Client thread/WARN]: Skipping bad option: lastServer: [21:46:28] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [21:46:29] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2 [21:46:29] [Server thread/INFO]: Generating keypair [21:46:30] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance [21:46:30] [Server thread/INFO] [FML]: Applying holder lookups [21:46:30] [Server thread/INFO] [FML]: Holder lookups applied [21:46:30] [Server thread/INFO] [FML]: Loading dimension 0 (Testoooo) (net.minecraft.server.integrated.IntegratedServer@335e7225) [21:46:30] [Server thread/INFO] [FML]: Loading dimension 1 (Testoooo) (net.minecraft.server.integrated.IntegratedServer@335e7225) [21:46:30] [Server thread/INFO] [FML]: Loading dimension -1 (Testoooo) (net.minecraft.server.integrated.IntegratedServer@335e7225) [21:46:30] [Server thread/INFO]: Preparing start region for level 0 [21:46:30] [Server thread/INFO]: Changing view distance to 12, from 10 [21:46:31] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [21:46:31] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [21:46:31] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : guideapi@@VERSION@,alchemist@[1.10.2],FML@8.0.99.99,Forge@12.18.3.2254,mcp@9.19 [21:46:31] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [21:46:31] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [21:46:31] [Server thread/INFO]: Player782[local:E:37e71bbb] logged in with entity id 66 at (-389.93207866836667, 9.183180263653423, -856.2965310027087) [21:46:31] [Server thread/INFO]: Player782 joined the game [21:46:32] [Server thread/INFO]: Saving and pausing game... [21:46:32] [Server thread/INFO]: Saving chunks for level 'Testoooo'/Overworld [21:46:32] [Server thread/INFO]: Saving chunks for level 'Testoooo'/Nether [21:46:32] [Server thread/INFO]: Saving chunks for level 'Testoooo'/The End [21:46:32] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@646a951f[id=7eabe93c-dd7d-38e8-9271-2dd9ed4d2fa5,name=Player782,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.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] [21:46:34] [Server thread/INFO]: Player782 has just earned the achievement [Taking Inventory] [21:46:34] [Client thread/INFO]: [CHAT] Player782 has just earned the achievement [Taking Inventory]
  3. hi, I have a problem with Item variants, I dont know what i've done wrong. There are not any error in the console Here is my code. Item model loading public static void render(Item item, int meta){ ModelLoader.setCustomModelResourceLocation(item, meta, new ModelResourceLocation("alchemist:"+item.getUnlocalizedName().substring(5), "spelltype="+meta)); } alchemist/blockstates (the 3d item model) { "variants": { "spelltype=0": { "model": "alchemist:customecrystalstaff"}, "spelltype=1": { "model": "alchemist:customecrystalstaff"}, "spelltype=2": { "model": "alchemist:customecrystalstaff"} } } Do I missing something? Sorry bad english vyser
×
×
  • Create New...

Important Information

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