[Bug] A normal block will not show cracks when adding an overlay by `model_modifiers`
Ironnoob73 opened this issue ยท 1 comments
Version Info
- Minecraft, 1.20.1
- Fusion, 1.2.11b
What mod loader are you using?: NeoForge
Are you using OptiFine: No
Description of the Bug
When a block isn't loaded by fusion:base or fusion:connections, and adding an overlay ( with translucent render type) by model_modifiers, the cracks won't show when the block is mined.
Steps to Reproduce
{
"fusion": {
"type": "connecting",
"layout": "overlay",
"render_type": "translucent"
}
}
{
"loader": "fusion:model",
"type": "connecting",
"connections": [
{ "type": "match_block", "block": "minecraft:sand"}
],
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/sand_overlay"
}
}
- Adding it to another block by
model_modifiers.
{
"targets": [
"minecraft:gravel"
],
"append": [
"minecraft:block/additional_overlay/sand_overlay"
]
}
Screenshots

Here is the resourcepack used: Overlay issue.zip