Jump to content

LacheeDomain

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I Like Bacon

LacheeDomain's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Note sure if this helps but it has to be double &, for example: if(Bacon == "yum" && Cat == "Mao"){}
  2. What do you mean where is the pocket sundial? Also, if I remove the constructor (on line 20 ), how do I assign the model to it? In the renderTileEntityAt method am I suppose to create a new one? Doesn't seem very efficient. EDIT: Silly me, I just need to replace private final RedstoneClockModel model; with private final RedstoneClockModel model = new RedstoneClockModel();
  3. Hello, I have just released my Redstone Clock mod, but apparently people are having trouble launching it. Its hard to tell what the error is because it never happens to be, but I think that it is trying to run my render method. Can I please have some help finding where the error is, I am lost. All source is below. Error Pastebin: http://pastebin.com/7THJKy8R Base: Common Proxy: ClientProxy: Model Renderer: Redstone Model: Thanks for your help in advance, lachee
×
×
  • Create New...

Important Information

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