Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xcoopergangx

Members
  • Joined

  • Last visited

Everything posted by xcoopergangx

  1. 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]
  2. 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
  3. 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
  4. 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
  5. 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);
  6. 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);

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.