-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels