-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I saw this:
{
"type": "compactcrafting:block",
"block": "minecraft:block_id_here",
"properties": {
"{property}": ["accepted", "values", "here"]
}
}but im not really sure what it means by property. I tried this:
"P": {
"type": "compactcrafting:block",
"block": "botania:mana_pool",
"properties": {
"mana": 1000000
}
}but it works with mana pools that don't have any mana in them. Replacing "mana" with "{mana}" also doesn't work.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request