mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
made everything run properly
This commit is contained in:
parent
32baa1194b
commit
c5e8935595
387 changed files with 649 additions and 599 deletions
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"values": [
|
|
||||||
"naturesaura:aura_cache",
|
|
||||||
"naturesaura:aura_trove"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"values": [
|
|
||||||
"naturesaura:eye",
|
|
||||||
"naturesaura:eye_improved"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"values": [
|
|
||||||
"naturesaura:shockwave_creator"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"values": [
|
|
||||||
"naturesaura:death_ring"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -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": [
|
||||||
{
|
{
|
|
@ -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": [
|
||||||
{
|
{
|
|
@ -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"
|
||||||
},
|
},
|
|
@ -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
Loading…
Reference in a new issue