Skip to content

tags and predicates in datapacks #461

@MrPanda8

Description

@MrPanda8

Is it possible to add a simplified ID system to tags and predicates in datapacks? This would greatly simplify datapack creation in conjunction with auto-state.

Examples

{
  "values": [
    "namespace:new_block_1",
    "namespace:new_block_2",
    "namespace:new_block_3"
  ]
}

{
  "condition": "minecraft:location_check",
  "predicate": {
    "block": {
      "blocks": "namespace:new_block"
    }
  }
}

Instead of using craftengine:custom_0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions