Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Leomelonseeds

  1. So that will provide the methods I need for my constructor? Or am I getting this all wrong??

    On 2/24/2017 at 0:31 PM, jeffryfisher said:

    In 1.10.2, to stop MC from trying to spawn a vanilla painting, I needed to provide a callback class to a custom spawning registration that was called from client proxy init.

    Sooo... That?

  2. 31 minutes ago, clowcadia said:

    this.mc.fontRendererObj.drawString(basic.getStomach()+"", this.xSize / 2 - this.mc.fontRendererObj.getStringWidth(stomachDisplay) / 2, 20, 4210752);

     

    31 minutes ago, clowcadia said:

    (stomachDisplay)

    Huh??

     

    Just do what you did befire.

  3. Ok everyline that has 

    22 minutes ago, Leomelonseeds said:

    Entity entity = world.getEntityByID(x);

    or

    28 minutes ago, clowcadia said:

    private Entity entity;

    put // infront of that to show its a comment.

     

    Also replace

    28 minutes ago, clowcadia said:

    Entity basic = world.getEntityByID(x);

    with:

    28 minutes ago, clowcadia said:

    Basic basic = new Basic(world);

     

     

    After that  run minecraft.

×
×
  • Create New...

Important Information

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