Fusion (Connected Textures)

Fusion (Connected Textures)

40M Downloads

[Bug] A normal block will not show cracks when adding an overlay by `model_modifiers`

Ironnoob73 opened this issue ยท 1 comments

commented

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

  1. Make an overlay model with translucent texture.
    For example: Image
{
   "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"
  }
}
  1. Adding it to another block by model_modifiers.
{
   "targets": [
      "minecraft:gravel"
   ],
   "append": [
      "minecraft:block/additional_overlay/sand_overlay"
   ]
}

Screenshots

Image
commented

Here is the resourcepack used: Overlay issue.zip