Jump to content

Terrii

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Terrii's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. well is there any codes that could help me with changing the glowing color somthing like this... protected Block setLightColor(float par1) { lightColor[this.blockID] = (Color.cyan); return this; } it supports the Color.cyan but but i can't seem to get it to bind
  2. Hello i'm trying to make a mod where it changes glowstone glow color to cyan how do i make this mod possible? i can't get the color to change i'm not sure on the code it involves.
  3. THANK YOU SOOOO MUCH!!! IT WORKED!!!
  4. Here is my code for my adding wheat into a furnace, why is this not working... package net.minecraft.src; public class Breadmod { { FurnaceRecipes.smelting().addSmelting(Item.wheat.shiftedIndex, new ItemStack(Item.bread, 1, 1), 0.1F); } }
×
×
  • Create New...

Important Information

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