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,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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
|
@ -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
Loading…
Reference in a new issue