Grass blocks have missing textures in some configurations
MeeniMc opened this issue ยท 6 comments
Describe the bug
Handheld items and some variants of the following in-world items (stairs orientation) have the 'magenta-black' missing texture:
Versions
Minecraft version: 1.17
C+ version: 0.3.3
Fabric API version: 35.1
Other mods
Logs
Even if the game does not crash they may be useful!
Short log:
[07:57:10] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:block/grass_stairs_flipped' referenced from: consistency_plus:grass_stairs#facing=north,half=top,shape=straight,waterlogged=true: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 30 column 10 path $.elements[1].faces
[07:57:10] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:block/mycelium_wall_post' referenced from: consistency_plus:mycelium_wall#east=none,north=none,south=none,up=true,waterlogged=true,west=none: java.io.FileNotFoundException: consistency_plus:models/block/mycelium_wall_post.json
[07:57:10] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:block/mycelium_wall_side' referenced from: consistency_plus:mycelium_wall#east=none,north=none,south=none,up=true,waterlogged=true,west=none: java.io.FileNotFoundException: consistency_plus:models/block/mycelium_wall_side.json
[07:57:10] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:block/mycelium_wall_side_tall' referenced from: consistency_plus:mycelium_wall#east=none,north=none,south=none,up=true,waterlogged=true,west=none: java.io.FileNotFoundException: consistency_plus:models/block/mycelium_wall_side_tall.json
[07:57:11] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:dirt_stairs#inventory' referenced from: consistency_plus:dirt_stairs#inventory: java.io.FileNotFoundException: consistency_plus:models/item/dirt_stairs.json
[07:57:11] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:grass_stairs#inventory' referenced from: consistency_plus:grass_stairs#inventory: java.io.FileNotFoundException: consistency_plus:models/item/grass_stairs.json
[07:57:11] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:mycelium_slab#inventory' referenced from: consistency_plus:mycelium_slab#inventory: java.io.FileNotFoundException: consistency_plus:models/item/mycelium_slab.json
[07:57:11] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:mycelium_stairs#inventory' referenced from: consistency_plus:mycelium_stairs#inventory: java.io.FileNotFoundException: consistency_plus:models/item/mycelium_stairs.json
[07:57:11] [Worker-Main-8/WARN]: Unable to load model: 'consistency_plus:mycelium_wall#inventory' referenced from: consistency_plus:mycelium_wall#inventory: java.io.FileNotFoundException: consistency_plus:models/item/mycelium_wall.json
Full log:
https://paste.ee/p/d9gOR
To Reproduce
Steps to reproduce the behavior. Format it as a numbered list of steps.
- open creative tab, go to C+ Misc
- Grass, dirt, mushroom variants are missing textures on items
- Pick grass stairs, place grass stairs onto one another to exercise all the variants, some will be missing textures
this is known, these blocks are not fully implemented yet and do not have models
Make closing issues connected to a commit, there's a very high chance that something "fixed locally" either might not actually be fixed or could be overwritten later
(especially because of the mess going on in discord rn)