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.
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:
but it works with mana pools that don't have any mana in them. Replacing
"mana"with"{mana}"also doesn't work.