Consistency+

Consistency+

2M Downloads

Grass blocks have missing textures in some configurations

MeeniMc opened this issue ยท 6 comments

commented

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.

  1. open creative tab, go to C+ Misc
  2. Grass, dirt, mushroom variants are missing textures on items
  3. Pick grass stairs, place grass stairs onto one another to exercise all the variants, some will be missing textures
commented

this is known, these blocks are not fully implemented yet and do not have models

commented

Update: Ill be covering this bug today.

commented

Bug should be fixed locally, if it isnt then Ill fix it within the next commits

commented

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)

commented

Fine then, commit done.

commented

(Was this what you wanted?)

Yes, ty