Added Trowel
Fixed issue with wrench Organised tools into folders
This commit is contained in:
18
data/lzstools/predicate/unbreaking/mainhand/1.json
Normal file
18
data/lzstools/predicate/unbreaking/mainhand/1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
data/lzstools/predicate/unbreaking/mainhand/2.json
Normal file
18
data/lzstools/predicate/unbreaking/mainhand/2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
data/lzstools/predicate/unbreaking/mainhand/3.json
Normal file
18
data/lzstools/predicate/unbreaking/mainhand/3.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
data/lzstools/predicate/unbreaking/mainhand/all.json
Normal file
21
data/lzstools/predicate/unbreaking/mainhand/all.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
data/lzstools/predicate/unbreaking/offhand/1.json
Normal file
18
data/lzstools/predicate/unbreaking/offhand/1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
data/lzstools/predicate/unbreaking/offhand/2.json
Normal file
18
data/lzstools/predicate/unbreaking/offhand/2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
18
data/lzstools/predicate/unbreaking/offhand/3.json
Normal file
18
data/lzstools/predicate/unbreaking/offhand/3.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
data/lzstools/predicate/unbreaking/offhand/all.json
Normal file
21
data/lzstools/predicate/unbreaking/offhand/all.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:unbreaking",
|
||||
"levels": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user