Silent Gear

Silent Gear

19M Downloads

Fluffy plant has problems with texture transparency

uhloin opened this issue ยท 6 comments

commented

version silent-gear-1.19.2-3.0.1.jar
fluffy
See screenshot

commented

There are still blocks present that are affected by this issue (1.19.2-3.0.4)
2022-10-08_19-07-10_a68e4672-7640-41c5-9f05-50c854afffe2
2022-10-08_19-21-24_8aa9ad7c-9b0a-4c9c-b4da-00698d2c6932

commented

i also have this bug only for information!

commented

It can be fixed by putting "render_type": "cutout" or "render_type": "translucent" in the model's JSON file.
2022-09-28_06-54-04_2629d375-bffc-473b-a2a5-28732966fc42

commented

This issue affects all blocks with transparent textures from the mod.
2022-09-28_06-22-22_4ba837d6-0d65-4ddb-90b2-771d931c3039

commented

Hmm... could you be more specific? I changed files in .jar:
\assets\silentgear\models\block\fluffy_plant0.json ... fluffy_plant3.json
Insert line
"render_type": "translucent",
after
"parent": "minecraft:block/crop",
Restart minecraft but picture is not changed as yours.

commented

It's something I need to fix. I figured the transparency flag moved to the model JSON. Thanks for confirming that @YuRaNnNzZZ.