Jump to content

[SOLVED][1.11.2] Multi-texture block


IvanSteklow

Recommended Posts

Hi everyone! I have a block with multi-texture, but if I launch MC and test my block, it doesn't have any texture.

 

 

/assets/ishelper/models/block/waterjar.json

{
 	"parent": "block/cube_all",
 	"textures": {
		"bottom": "ishelper:blocks/waterjar",
		"top": "ishelper:blocks/waterjar_top",
		"side": "ishelper:blocks/waterjar"
 	}
}

 

This textures are exist, but MC don't see they. There are no any error in logs, only some WARNS:

[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:28] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[17:26:30] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all

Help me pls!

Edited by IvanSteklow
Solved
  • Like 1
Link to comment
Share on other sites

46 minutes ago, Jay Avery said:

Look at the models in the minecraft assets folder to decide which parent suits you. There are a few different cube_ variants with different texture definitions. For your purposes, cube_bottom_top is probably best.

Where I can see all available models?

  • Like 1
Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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