Prep for addition of optional additional tools Removed config (for now) Added loads of blocks
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"condition": "minecraft:any_of",
|
|
"terms": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"offhand": {
|
|
"predicates": {
|
|
"minecraft:custom_data": "{lzstealth:wrench}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |