Lythom / capsule

A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
15 stars 13 forks source link

1.21 - add `c:relocation_not_supported` to excluded tag #112

Open TelepathicGrunt opened 1 month ago

TelepathicGrunt commented 1 month ago

Dont replace the mod-specific tag. Just have it pull from c tag image

Lythom commented 6 days ago

I'm not sure how to test properly and I'm fully familiar yet how tag works. I'm updating data/capsule/tags/block/excluded.json to the following (1.20.4 for now), would it work ?

{
  "replace": false,
  "values": [
    {
      "id": "#c:relocation_not_supported",
      "required": false
    },
    {
      "id": "#c:immovable",
      "required": false
    },
    {
      "id": "#tombstone:player_graves",
      "required": false
    }
  ]
}
TelepathicGrunt commented 6 days ago

That would work yea. c:immovable is replaced with c:relocation_not_supported btw in 1.20.6 iirc even on fabric