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,9 +7,10 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
"minecraft:enchantments": [
{ {
"enchantment": "minecraft:silk_touch", "enchantments": "minecraft:silk_touch",
"levels": { "levels": {
"min": 1 "min": 1
} }
@ -17,6 +18,7 @@
] ]
} }
} }
}
], ],
"entries": [ "entries": [
{ {

View file

@ -7,9 +7,10 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
"minecraft:enchantments": [
{ {
"enchantment": "minecraft:silk_touch", "enchantments": "minecraft:silk_touch",
"levels": { "levels": {
"min": 1 "min": 1
} }
@ -17,6 +18,7 @@
] ]
} }
} }
}
], ],
"entries": [ "entries": [
{ {

View file

@ -13,9 +13,10 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
"minecraft:enchantments": [
{ {
"enchantment": "minecraft:silk_touch", "enchantments": "minecraft:silk_touch",
"levels": { "levels": {
"min": 1 "min": 1
} }
@ -23,6 +24,7 @@
] ]
} }
} }
}
], ],
"name": "naturesaura:nether_grass" "name": "naturesaura:nether_grass"
}, },

View file

@ -13,9 +13,10 @@
{ {
"condition": "minecraft:match_tool", "condition": "minecraft:match_tool",
"predicate": { "predicate": {
"enchantments": [ "predicates": {
"minecraft:enchantments": [
{ {
"enchantment": "minecraft:silk_touch", "enchantments": "minecraft:silk_touch",
"levels": { "levels": {
"min": 1 "min": 1
} }
@ -23,6 +24,7 @@
] ]
} }
} }
}
], ],
"name": "naturesaura:nether_wart_mushroom" "name": "naturesaura:nether_wart_mushroom"
}, },

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