Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TheTroop

Members
  • Joined

  • Last visited

Everything posted by TheTroop

  1. i don't have github account
  2. My custom furnace doesn't save item when i restar minecraft can anyone help? i can't fix this problem it gives me no error maybe something wrong in my code TileEntity:
  3. package com.TheTroop.legendrymod; import com.TheTroop.legendrymod.Mobs.EntityWiggen; import com.TheTroop.legendrymod.Model.ModelWiggen; import net.minecraft.client.model.ModelBase; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.RenderLiving; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import net.minecraft.util.ResourceLocation; public class RenderWiggen extends RenderLiving { private static final ResourceLocation texture = new ResourceLocation("lm:textures/entity/Wiggen.png"); protected ModelWiggen modelEntity; public RenderWiggen(ModelBase p_i1262_1_, float p_i1262_2_) { super(p_i1262_1_, p_i1262_2_); modelEntity = ((ModelWiggen) mainModel); } public void renderWiggen(EntityWiggen entity, double x, double y, double z, float u, float v) { super.doRender(entity, x, y, z, u, v); } public void doRenderLiving(EntityLiving entityLiving, double x, double y, double z, float u, float v) { renderWiggen((EntityWiggen)entityLiving, x, y, z, u, v); } public void doRender(Entity entity, double x, double y, double z, float u, float v) { renderWiggen((EntityWiggen)entity, x, y, z, u, v); } @Override protected ResourceLocation getEntityTexture(Entity p_110775_1_) { return texture; } }
  4. Minecraft mixed nearest mobs with my mob and me not only mobs textures of items Console: Screen-Shots: http://pixs.ru/showimage/2015061815_6043722_17720988.png http://pixs.ru/showimage/2015061815_1408324_17720987.png
  5. and how can i do this? (i am noob in cooding)
  6. Another problem in create entity model in techne everything i fine but when i add mob in game his hends is in body i can't fix it Model class Xeli1= hend 1 xeli2 = hend 2

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.