made everything run properly

This commit is contained in:
Ell 2024-09-26 16:01:30 +02:00
parent 32baa1194b
commit c5e8935595
387 changed files with 649 additions and 599 deletions

View file

@ -1,6 +0,0 @@
{
"values": [
"naturesaura:aura_cache",
"naturesaura:aura_trove"
]
}

View file

@ -1,6 +0,0 @@
{
"values": [
"naturesaura:eye",
"naturesaura:eye_improved"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"naturesaura:shockwave_creator"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"naturesaura:death_ring"
]
}

View file

@ -7,14 +7,16 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
{ "minecraft:enchantments": [
"enchantment": "minecraft:silk_touch", {
"levels": { "enchantments": "minecraft:silk_touch",
"min": 1 "levels": {
"min": 1
}
} }
} ]
] }
} }
} }
], ],

View file

@ -7,14 +7,16 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
{ "minecraft:enchantments": [
"enchantment": "minecraft:silk_touch", {
"levels": { "enchantments": "minecraft:silk_touch",
"min": 1 "levels": {
"min": 1
}
} }
} ]
] }
} }
} }
], ],

View file

@ -13,14 +13,16 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
{ "minecraft:enchantments": [
"enchantment": "minecraft:silk_touch", {
"levels": { "enchantments": "minecraft:silk_touch",
"min": 1 "levels": {
"min": 1
}
} }
} ]
] }
} }
} }
], ],

View file

@ -13,14 +13,16 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
{ "minecraft:enchantments": [
"enchantment": "minecraft:silk_touch", {
"levels": { "enchantments": "minecraft:silk_touch",
"min": 1 "levels": {
"min": 1
}
} }
} ]
] }
} }
} }
], ],

Some files were not shown because too many files have changed in this diff Show more