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.

[1.7.10][Client thread/ERROR]:Couldn't render entity [CLOSED]

Featured Replies

Not 100% sure if this is completely the problem but at least TRY before posting.

 

        @Override

        protected ResourceLocation getEntityTexture(Entity entity) {

                // TODO Auto-generated method stub

                return null;

        }

 

You're returning nothing for the entity texture, at the top you have a variable called EntityTexture so just return that instead of null

  • Author

Well, i'm not familiar with the 1.7.10, so i may expecified my texture wrong...

If you can help me saying the folder that i may put the texture...

Thanks!

I'm not saying you reference anything wrongly, I'm saying instead of returning the entitytexture in the getEntityTexture method you're returning null (Nothing) which would cause an error. Simply replace "return null;" with "return EntityTexture;"

  • Author

I tried that, but the same have happen.

My Texture Path: C:\Users\Fernando\Desktop\mcp\jars\assets\textures\entity\DogTextureMap.png

ok so looking at something from my code I have

 

MinecraftInstance.renderEngine.bindTexture(new ResourceLocation("randomutilities", "textures/gui/lunchbox.png"));

 

So you should try something like

 

private static final ResourceLocation EntityTexture = new ResourceLocation("mineplusalpha", "textures/entity/DogTextureMap.png");

  • Author

Well, now he is a shadow :P

Can you tell me the folder in the mcp folder that are that texture?

That may help. Thnx btw :P

  • Author

Oh... But where i put the textures? like... the tutorials i have seen are form 1.7.2, and they go to src/assets/textures/mobs.

I have not founded the 1.7.10 tutorials... (From mobs)

There are tons of 1.7 tutorials. You need to set up your workspace properly. Use ForgeGradle.

Check out my mod, Realms of Chaos, here.

 

If I helped you, be sure to press the "Thank You" button!

For example:

 

src/main/resources/assets/yourmodname/textures/blocks for blocks

src/main/resources/assets/yourmodname/textures/entity for entities

 

etc

 

-TGG

 

  • Author

For example:

 

src/main/resources/assets/yourmodname/textures/blocks for blocks

src/main/resources/assets/yourmodname/textures/entity for entities

 

etc

 

-TGG

 

Well, my texture is located in that path, but look, i dont have assets and the name of my mod, only this: src/main/resources/textures/entity/dogskin.png

 

 

  • Author

For example:

 

src/main/resources/assets/yourmodname/textures/blocks for blocks

src/main/resources/assets/yourmodname/textures/entity for entities

 

etc

 

-TGG

 

Well, my texture is located in that path, but look, i dont have assets and the name of my mod, only this: src/main/resources/textures/entity/dogskin.png

 

PS: Steel not working btw

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.