Posted June 14, 20178 yr 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 June 14, 20178 yr by IvanSteklow Solved
June 14, 20178 yr You're using the parent cube_all, which has only one texture: #all. Then you define three textures which aren't in the parent model and don't get used.
June 14, 20178 yr Author 1 minute ago, Jay Avery said: You're using the parent cube_all, which has only one texture: #all. Then you define three textures which aren't in the parent model and don't get used. But how to use multi-texture cube ?
June 14, 20178 yr 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.
June 14, 20178 yr Author 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?
June 14, 20178 yr Author 10 minutes ago, Jay Avery said: Look in the minecraft assets folder: resources/assets/minecraft/models/block. Thank you!
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.