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

View file

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

View file

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

View file

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

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