American2050 Posted January 8, 2020 Posted January 8, 2020 Is this even possible? I have several blocks that all use the same Model and all I need to be changed on each of them is a texture. Is it possible from the Blockstate .json file to pass the texture along? Quote
Cadiboo Posted January 9, 2020 Posted January 9, 2020 Yes, look at Forge blockstates Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
American2050 Posted January 10, 2020 Author Posted January 10, 2020 19 hours ago, Cadiboo said: Yes, look at Forge blockstates Thanks a lot. I guess I was missing the "forge_marker": 1, Got it working now Quote
American2050 Posted January 10, 2020 Author Posted January 10, 2020 Even when the block shows with no problem. I'm getting an error like this on console. Spoiler [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/BlockModel]: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #bottom in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #top in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #side in minecraft:block/inner_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #bottom in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #top in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #side in minecraft:block/outer_stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #bottom in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #top in minecraft:block/stairs [10:16:48] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #side in minecraft:block/stairs My Blockstate json is: { "forge_marker": 1, "defaults": { "textures": { "bottom": "block/terracotta", "top": "block/terracotta", "side": "block/terracotta" } }, "variants": { "facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" }, "facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true }, "facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true }, "facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true }, "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" }, "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" }, "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" }, "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" }, "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, "facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true }, "facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true }, "facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true }, "facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true }, "facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, "facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, "facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, "facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, "facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, "facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, "facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, "facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, "facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, "facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, "facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, "facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, "facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, "facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, "facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, "facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true } } } And the json model for the item is: { "parent": "block/stairs", "textures": { "bottom": "block/terracotta", "top": "block/terracotta", "side": "block/terracotta" } } I don't understand what may be causing the errors show in the log. PS: I'm also having issues passing a texture on a multipart blockstate (For a fence) I'm not sure in this case, how should I convert this file to be able to pass a texture, for example #post into the block model json. Blockstate { "multipart": [ { "apply": { "model": "terracottaworld:block/terracotta_post" }}, { "when": { "north": "true" }, "apply": { "model": "block/oak_fence_side", "uvlock": true } }, { "when": { "east": "true" }, "apply": { "model": "block/oak_fence_side", "y": 90, "uvlock": true } }, { "when": { "south": "true" }, "apply": { "model": "block/oak_fence_side", "y": 180, "uvlock": true } }, { "when": { "west": "true" }, "apply": { "model": "block/oak_fence_side", "y": 270, "uvlock": true } } ] } Block model (Let's say I change block/terracotta with #post here. { "parent": "block/fence_post", "textures": { "texture": "block/terracotta" } } Everything renders, so no sure why the warnings/errors? Quote
Draco18s Posted January 10, 2020 Posted January 10, 2020 2 hours ago, American2050 said: My Blockstate json is: You've specified the forge marker and then you didn't use Forge variants. And instead specified all 40 variants manually. Forge would have let you write 11. Anyway: 2 hours ago, American2050 said: Unable to resolve texture due to upward reference: #side in minecraft:block/inner_stairs This error says that there is a texture specified as a reference (ie. "#side", starting with a #) and that texture reference hasn't gotten a definitive resource location. The model with that issue is minecraft:block/inner_stairs. The code you have posted does not include a reference to this model (or the other models generating an error). 1 Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Recommended Posts
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.