Jump to content

Recommended Posts

Posted

Hi! I have a problem with my one item texture. I have a picture and .json file, but in game i only see black-purple square

there is my file tree for the texture: 
C:\...\mainModsFolder\Peka\src\main\resources\assets\warriorscraft\models\item\greenleaf.json

C:\...\mainModsFolder\Peka\src\main\resources\assets\warriorscraft\textures\items\greenleaf.png

 

PNG file is 16x16.

The content of .json file: 

{
	"parent": "item/generated",
	"textures": {
		"layer0": "warriorscraft:items/greenleaf"
	}
}

 

Is my problem in the code?

 

Posted
  On 3/19/2017 at 5:20 PM, diesieben07 said:

Post the console log and your code.

Expand  
[20:21:51] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2185 Initialized
[20:21:51] [Client thread/INFO] [FML]: Replaced 231 ore recipes
[20:21:52] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[20:21:52] [Client thread/INFO] [FML]: Searching C:\Users\Вова\Desktop\mainModsFolder\Peka\run\mods for mods
[20:22:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[20:22:01] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, warriorscraft] at CLIENT
[20:22:01] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, warriorscraft] at SERVER
[20:22:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WarriorsCraft
[20:22:04] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[20:22:04] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations
[20:22:04] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[20:22:04] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[20:22:04] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:05] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:05] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:05] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:05] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:05] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:05] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[20:22:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[20:22:05] [Client thread/INFO] [warriorscraft]: Pre initialize
[20:22:05] [Client thread/INFO] [warriorscraft]: Register item Green leaf
[20:22:06] [Client thread/INFO] [warriorscraft]: Register render for Green leaf
[20:22:06] [Client thread/INFO] [FML]: Applying holder lookups
[20:22:06] [Client thread/INFO] [FML]: Holder lookups applied
[20:22:06] [Client thread/INFO] [FML]: Injecting itemstacks
[20:22:06] [Client thread/INFO] [FML]: Itemstack injection complete
[20:22:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
[20:22:36] [Sound Library Loader/INFO]: Starting up SoundSystem...
[20:22:36] [Thread-8/INFO]: Initializing LWJGL OpenAL
[20:22:36] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[20:22:37] [Thread-8/INFO]: OpenAL initialized.
[20:22:37] [Sound Library Loader/INFO]: Sound engine started
[20:23:04] [Client thread/INFO] [FML]: Max texture size: 16384
[20:23:04] [Client thread/INFO]: Created: 16x16 textures-atlas
[20:23:08] [Client thread/ERROR] [FML]: Exception loading model for variant warriorscraft:Green leaf#inventory for item "warriorscraft:greenleaf", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model warriorscraft:item/Green leaf 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:317) ~[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:147) ~[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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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: warriorscraft:models/item/Green leaf.json
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:868) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 20 more
[20:23:08] [Client thread/ERROR] [FML]: Exception loading model for variant warriorscraft:Green leaf#inventory for item "warriorscraft:greenleaf", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model warriorscraft:Green leaf#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:325) ~[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:147) ~[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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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:1184) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 20 more
[20:23:11] [Client thread/INFO] [warriorscraft]: Initialize
[20:23:11] [Client thread/INFO] [FML]: Injecting itemstacks
[20:23:11] [Client thread/INFO] [FML]: Itemstack injection complete
[20:23:11] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[20:23:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:WarriorsCraft
[20:23:28] [Client thread/INFO]: SoundSystem shutting down...
[20:23:29] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[20:23:29] [Sound Library Loader/INFO]: Starting up SoundSystem...
[20:23:29] [Thread-10/INFO]: Initializing LWJGL OpenAL
[20:23:29] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[20:23:31] [Thread-10/INFO]: OpenAL initialized.
[20:23:31] [Sound Library Loader/INFO]: Sound engine started
[20:23:50] [Client thread/INFO] [FML]: Max texture size: 16384
[20:23:51] [Client thread/INFO]: Created: 512x512 textures-atlas
[20:23:56] [Client thread/ERROR] [FML]: Exception loading model for variant warriorscraft:Green leaf#inventory for item "warriorscraft:greenleaf", normal location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model warriorscraft:item/Green leaf 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:317) ~[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:147) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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: warriorscraft:models/item/Green leaf.json
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[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:868) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 23 more
[20:23:56] [Client thread/ERROR] [FML]: Exception loading model for variant warriorscraft:Green leaf#inventory for item "warriorscraft:greenleaf", blockstate location exception: 
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model warriorscraft:Green leaf#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:325) ~[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:147) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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:1184) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 23 more
[20:23:56] [Client thread/WARN]: Skipping bad option: lastServer:
[20:24:01] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

 

Posted
  On 3/19/2017 at 5:43 PM, Jay Avery said:

This is the file the game is searching for. You need to make your Item's registry name match the file name of your json.

Expand  
package ru.meuix.modding.items;

import net.minecraft.item.Item;

public class itemGreenLeaf extends Item{
	
	public itemGreenLeaf(String unlocalizedName, String registryName) {
		this.setUnlocalizedName(unlocalizedName);
		this.setRegistryName(registryName);
	}

}

and i do that?
 

public static void init(){
		greenLeaf = new itemGreenLeaf("Green leaf", "greenleaf");
	}
	
	public static void register(){
		registerItem(greenLeaf);
	}

 

Posted
  On 3/19/2017 at 5:55 PM, Jay Avery said:

Post the console log and your update code.

Expand  

ru.meuix.modding

  Reveal hidden contents

ru.meuix.modding.reference

  Reveal hidden contents

utils, commonProxy, modinfo i think I think do not need

ru.meuix.modding.init.modItems

  Reveal hidden contents

ru.meuix.modding.items

  Reveal hidden contents

 

Posted (edited)
  On 3/19/2017 at 6:04 PM, Jay Avery said:

And the console log?

Expand  
  Reveal hidden contents

it takes me time to wait

Edited by meuix
Posted
  On 3/19/2017 at 6:01 PM, meuix said:

ModelResourceLocation(new ResourceLocation(reference.MODID, item.getUnlocalizedName().substring(5)), "inventory"));

Expand  

You shouldn't use the unlocalized name for this, instead use the registry name:

ModelResourceLocation(item.getRegistryName(), "inventory")

 

Posted
  On 3/19/2017 at 6:09 PM, Jay Avery said:

You shouldn't use the unlocalized name for this, instead use the registry name:

ModelResourceLocation(item.getRegistryName(), "inventory")

 

Expand  

Oh my god i'll check it now
Thank you

Posted
  On 3/19/2017 at 6:09 PM, Jay Avery said:

You shouldn't use the unlocalized name for this, instead use the registry name:

ModelResourceLocation(item.getRegistryName(), "inventory")

 

Expand  

No, it isn't work. Console said that all ok but then gives me error. Why?

  Reveal hidden contents

It is new (no) code:

  Reveal hidden contents

i think problem isn't at the code?

 

 

Posted
  On 3/19/2017 at 6:30 PM, meuix said:

No, it isn't work. Console said that all ok but then gives me error. Why?

  Reveal hidden contents

It is new (no) code:

  Reveal hidden contents

i think problem isn't at the code?

 

 

Expand  

That's not a full console log - can you post the whole thing?

Posted (edited)
  On 3/19/2017 at 6:37 PM, Jay Avery said:

That's not a full console log - can you post the whole thing?

Expand  

 

Ready

  Reveal hidden contents

 

Edited by meuix
Posted
  On 3/19/2017 at 6:37 PM, meuix said:

Caused by: java.io.FileNotFoundException: warriorscraft:models/item/greenleaf.json

Expand  

It's now searching in the place you said you put your json, but apparently can't find it. Can you post a screenshot of your whole source file structure?

Posted (edited)
  On 3/19/2017 at 7:03 PM, meuix said:

 

Безымянный.png

Expand  

I think the problem may be that your resources folder is inside a main folder. It should be directly inside src, like this (with jjmod replaced with your modid):

 

Screen Shot 2017-03-19 at 19.08.19.png

Edited by Jay Avery

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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