Updated Namespace
Integrated Resourcepack
This commit is contained in:
18
data/lzstools/predicate/wrench/mainhand.json
Normal file
18
data/lzstools/predicate/wrench/mainhand.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:custom_data": "{lzstools:wrench}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
18
data/lzstools/predicate/wrench/offhand.json
Normal file
18
data/lzstools/predicate/wrench/offhand.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"offhand": {
|
||||
"predicates": {
|
||||
"minecraft:custom_data": "{lzstools:wrench}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user