Everything posted by xcoopergangx
-
[UNRESOLVED] Problem with my code the I cant spot
Okay I am somewhat new to coding and I recently figured out how to package the dang thing(newbie right), SO when I launched it in regular minecraft forge I get this. It says no such field error: rock, knowing me its probably really obvious.Yeah I just copied the class files from the eclipse workspace is that causing it? What do I do with the ant and build files? Can you explain where I put the code? EDIT look at my new topic http://www.minecraftforge.net/forum/index.php/topic,10094.0.html it explains what happens when I tried pahimars [glow=green,2,300]Error Report from forge:[/glow] [shadow=purple,left]Base Mod Code:[/shadow] [glow=red,2,300]Thanks for the help in advance![/glow] [glow=blue,2,300]I like colors[/glow]
-
[RESOLVED] [1.6.1] Mod wont work: Class not found
I don't know whats wrong with me but I cant seem to grasp that concept, okay so wait in eclispe it says MinecraftMod(my package ) and when I open it it shows my TitaniumMod, TitaniumOre etc etc. When I recompile and re-whatever I get a folder called MinecraftMod and inside are all my class files. |__TitaniumMod.class, and all the other classes I put that in my .Minecraft mod folder. Is that the right setup or should it be MinecraftMod |__TitaniumMod |__TitaniumMod.class And should my package be called MinecraftMod.TitaniumMod or MinecraftMod? Sencond error file with package called MinecraftMod
-
[RESOLVED] [1.6.1] Mod wont work: Class not found
My mod works fine in eclispe but when I try it on normal minecraft with forge this happens. Error Report: Code for my TitaniumMod.class
-
[RESOLVED] Help on Installing Forge for 1.6.1 (MCP jars Folder Question)
Dont download mcp and dont try to install it manually. Just get forge make a folder for it and drag the forge source inside and click install
-
[RESOLVED]1.6.1 My crafting recipes only work for my sword
Thank You! it worked
-
[RESOLVED]1.6.1 My crafting recipes only work for my sword
I tried doing that just now but the problem is still there. Everything above the sword is working but everything below it isn't. Edit: every other item/block crafting recipes work its only the tools that have problems. I also tried deleting the sword crafting recipe but I could only craft a hoe by using the sword recipe no other item crafts. //crafting GameRegistry.addRecipe(new ItemStack(TitaniumMod.TitaniumBlock,1), new Object[]{"TTT","TTT","TTT",'T',Titanium, }); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumSword, 1), "X","X","A", Character.valueOf('X'), Titanium,Character.valueOf('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumAxe, 1), "XX","XA","A", Character.valueOf('X'), Titanium,Character.valueOf('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumHoe, 1), "XX","A","A", Character.valueOf('X'), Titanium,Character.valueOf('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumPickaxe, 1), "XXX","A","A", Character.valueOf('X'), TitaniumMod.Titanium,Character.valueOf('A'), Item.stick);
-
[RESOLVED]1.6.1 My crafting recipes only work for my sword
I have been trying to figure out why my mods crafting recipes for my tools wont work except for my sword. CODE: //crafting GameRegistry.addRecipe(new ItemStack(TitaniumMod.TitaniumBlock,1), new Object[]{ "TTT","TTT","TTT",'T',Titanium, }); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumSword, 1), "X","X","A", Character.valueOf('X'), Titanium, Character.valueOf('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumAxe, 1), "XX", "XA", "A", ('X'), Titanium, ('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumHoe, 1), "XX","A","A", Character.valueOf('X'), Titanium, Character.valueOf('A'), Item.stick); GameRegistry.addShapedRecipe(new ItemStack(TitaniumMod.TitaniumPickaxe, 1), "XXX","A","A", Character.valueOf('X'), TitaniumMod.Titanium, Character.valueOf('A'), Item.stick);
IPS spam blocked by CleanTalk.