Jump to content

Schuby

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Schuby's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Tanks for you reply This function is empty in my source: CommonProxy.java public class CommonProxy { public static String ITEM_PNG = "/items.png"; public static String BLOCK_PNG = "/blocks.png"; public void registerRenders() {} } The two _PNG are placeholder for the future. The png's don't exists. Should i delete these lines or am i missing something in my function?
  2. Hi there, i have a little private Server and i want to give tungsten ore a little use: Smelting Tungsten gives 1 diamond... Minecraft is starting but in game, when i place tungsten in a furnace nothing happens. Here the sourcecode, public void load(FMLInitializationEvent event) { proxy.registerRenders(); //Variablen int TungstenOre = OreDictionary.getOreID("oreTungsten"); //Smelting Recipes GameRegistry.addSmelting(TungstenOre, new ItemStack(Item.diamond), 2.0F); } Am I doing something wrong?
×
×
  • Create New...

Important Information

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