Techne Models With Custom Textures

Started by zombieslayer4324 on

Topic category: Advanced modding

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Techne Models With Custom Textures
Sun, 05/01/2016 - 15:20 (edited)

Hello ive started using techne but ran into a new problem how do you use the texture you make for those models into the mcreator ive been trying to make a custom block like a basket with the texture i made for it but I dont know how to put that texture into mcreator.

Edited by zombieslayer4324 on Sun, 05/01/2016 - 15:20
Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Hello?
Mon, 05/02/2016 - 20:53

Hello?

Active 6 years ago
Joined Mar 2016
Points:
840

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 189
You can't use Techne for
Tue, 05/03/2016 - 12:46

You can't use Techne for blocks anymore use BD Craft Cubik lite

 

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Techne is used by so many
Tue, 05/03/2016 - 21:58

Techne is used by so many other modders I think it is still useable

Active 5 years ago
Joined Apr 2016
Points:
991

User statistics:

  • Modifications: 4
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 273
My question is how you can
Wed, 05/04/2016 - 01:53

My question is how you can actually incorporate a techne model into a mod. Every time I try, I get a recompilation error and don't know why. This is what it spits out:

 

C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: '(' or '[' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ')' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                             ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ';' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: illegal start of expression
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ';' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: illegal start of expression
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ';' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: illegal start of expression
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                    ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ';' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ')' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                                                                      ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: illegal start of expression
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                                                                                 ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: ';' expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:110: error: class, interface, or enum expected
        RenderingRegistry.registerEntityRenderingHandler(mcreator_sandBeast2.EntitysandBeast2.class, new RenderLiving(new mcreator_sandBeast2.Modelsand beast(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("sand beast.png");}});
                                                                                                                                                                                                                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:111: error: class, interface, or enum expected
    }
    ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:112: error: class, interface, or enum expected
    public void serverLoad(FMLServerStartingEvent event){}
           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:113: error: class, interface, or enum expected
    public void preInit(FMLPreInitializationEvent event){
           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:115: error: class, interface, or enum expected
        mobid = entityID;
        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: class, interface, or enum expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: <identifier> expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: illegal start of type
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                          ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: <identifier> expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                                      ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: ';' expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                                       ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: illegal start of type
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                                                ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: <identifier> expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                                                 ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:116: error: ';' expected
        EntityRegistry.registerGlobalEntityID(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID);
                                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: illegal start of type
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                      ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: <identifier> expected
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: illegal start of type
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                     ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: <identifier> expected
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                                           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: <identifier> expected
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                                                     ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: illegal start of type
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                                                       ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: illegal start of type
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                                                           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:117: error: illegal start of type
        EntityRegistry.registerModEntity(mcreator_sandBeast2.EntitysandBeast2.class, "sandBeast2", entityID, instance, 64, 1, true);
                                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                 ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                 ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                          ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                            ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                         ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                    ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ')' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                     ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                            ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                      ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                          ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                            ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                  ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                     ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ')' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                        ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                           ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ')' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                    ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                       ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                         ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                          ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: ';' expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                            ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: illegal start of type
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:118: error: <identifier> expected
        EntityList.entityEggs.put(Integer.valueOf(entityID), new EntityList.EntityEggInfo(entityID, (255 << 16) + (255 << 8) + 153, (153 << 16) + (0 << 8) + 0));
                                                                                                                                                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: <identifier> expected
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                               ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: <identifier> expected
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                     ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: illegal start of type
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                            ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: illegal start of type
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                                ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: illegal start of type
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: <identifier> expected
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                                                              ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:119: error: <identifier> expected
        EntityRegistry.addSpawn(mcreator_sandBeast2.EntitysandBeast2.class, 10, 1, 2, EnumCreatureType.monster ,BiomeGenBase.desert);
                                                                                                                                   ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:260: error: '{' expected
public static class Modelsand beast extends ModelBase
                             ^
C:\Pylo\MCreator163\forge\build\sources\java\mod\mcreator\mcreator_sandBeast2.java:427: error: class, interface, or enum expected
}
^
77 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
What version are you using?
Wed, 05/04/2016 - 20:54

What version are you using? ive never gotten an error before

Active 4 years ago
Joined Jun 2015
Points:
970

User statistics:

  • Modifications: 3
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 307
Latest versions of minecraft
Wed, 05/04/2016 - 21:34

Latest versions of minecraft have update their block files to .JSON. Techne does not support it as it has not been updated for such a long time and is considered outdated. People still use it to make mobs. Blocks and other models must be made with other software such as MrCrayFish and OBJ

Active 5 years ago
Joined Apr 2016
Points:
991

User statistics:

  • Modifications: 4
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 273
I am using mcreator version 1
Wed, 05/04/2016 - 22:27

I am using mcreator version 1.6.3 (for MC 1.7.10). I have also only been using techne for mobs, not blocks or anything else.

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
RE:My question is how you can
Thu, 05/05/2016 - 21:18

No idea sorry. And JustgamIn i still have no clue how to make or put textures for that I do have MrCrayFish's model maker but no idea how to texture

 

Active 4 years ago
Joined Jun 2015
Points:
970

User statistics:

  • Modifications: 3
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 307
There is a few tutorials
Thu, 05/05/2016 - 21:27

There is a few tutorials online for it.

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Ive spent some time looking
Mon, 05/09/2016 - 00:20

Ive spent some time looking at tutorials cant get it too work..

Active 1 month ago
Joined Dec 2015
Points:
872

User statistics:

  • Modifications: 4
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
does it come up with the
Mon, 05/09/2016 - 11:33

does it come up with the texture boxes hwen you import the .jason?

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Yes I also import the texture
Mon, 05/09/2016 - 21:01

Yes I also import the texture i used for mrcrayfish still doesnt work,model works but it doesn't load in the texture

Active 1 month ago
Joined Dec 2015
Points:
872

User statistics:

  • Modifications: 4
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
so is it a black and purple
Mon, 05/09/2016 - 21:04

so is it a black and purple model or does it load in only one of the textures? sorry for all the questions.

Active 8 years ago
Joined Jul 2014
Points:
755

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 33
Just black and purple it
Mon, 05/09/2016 - 22:46

Just black and purple it doesn't load the texture at all. And its alright.