Skip to content

[Request] Tile Entities with NBT in recipes #31

Description

@aaronhowser1

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 request

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions