diff --git a/src/generated/resources/data/minecraft/tags/items/cluster_max_harvestables.json b/src/generated/resources/data/minecraft/tags/items/cluster_max_harvestables.json new file mode 100644 index 00000000..3860085e --- /dev/null +++ b/src/generated/resources/data/minecraft/tags/items/cluster_max_harvestables.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "naturesaura:infused_iron_pickaxe", + "naturesaura:sky_pickaxe" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_bark.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_bark.json index fa9f0342..160ba8fe 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_bark.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_bark.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_bark" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_bark" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_leaves.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_leaves.json index fe4f98f6..cecf84c7 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_leaves.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_leaves.json @@ -1,29 +1,30 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_leaves" - } - ], - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_leaves" } - ] + ], + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_log.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_log.json index b3bdff30..79a326de 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_log.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_log.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_log" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_log" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_planks.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_planks.json index 4396bc1a..adb18d6a 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_planks.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_planks.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_planks" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_planks" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_sapling.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_sapling.json index 94fb4004..c3b45cdf 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_sapling.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_sapling.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_sapling" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_sapling" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_slab.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_slab.json index 69d8e256..87d4f3cb 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_slab.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_slab.json @@ -1,32 +1,34 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "conditions": [ { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "naturesaura:ancient_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "naturesaura:ancient_slab" + "condition": "minecraft:block_state_property", + "block": "naturesaura:ancient_slab", + "properties": { + "type": "double" + } } - ] + ], + "count": 2.0, + "add": false + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "naturesaura:ancient_slab" } - ] + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_stairs.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_stairs.json index b7c988c0..c69d30c1 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_stairs.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_stairs.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ancient_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ancient_stairs" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_container.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_container.json index b326a688..1e5707f0 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_container.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_container.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:animal_container" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:animal_container" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_generator.json index 10e4eb15..72a14fb4 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:animal_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:animal_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_spawner.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_spawner.json index 5581d477..2fbfa1b9 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_spawner.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/animal_spawner.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:animal_spawner" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:animal_spawner" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_bloom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_bloom.json index 2b9b2b97..41eaa577 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_bloom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_bloom.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_bloom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:aura_bloom" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_cactus.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_cactus.json index e602b387..c5485422 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_cactus.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_cactus.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_cactus" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:aura_cactus" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_detector.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_detector.json index ce2c0b0e..57cf648c 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_detector.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_detector.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_detector" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:aura_detector" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_mushroom.json index e15cfe75..894eed50 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_mushroom.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:aura_mushroom" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_timer.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_timer.json index f7727393..29ebda39 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_timer.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/aura_timer.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_timer" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:aura_timer" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/auto_crafter.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/auto_crafter.json index 0a7a834e..3e2b4c96 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/auto_crafter.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/auto_crafter.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:auto_crafter" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:auto_crafter" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/blast_furnace_booster.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/blast_furnace_booster.json index c88fb780..0967ca97 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/blast_furnace_booster.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/blast_furnace_booster.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:blast_furnace_booster" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:blast_furnace_booster" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/chorus_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/chorus_generator.json index c5224085..aac01cac 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/chorus_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/chorus_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:chorus_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:chorus_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/chunk_loader.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/chunk_loader.json index b440c951..c6375f20 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/chunk_loader.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/chunk_loader.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:chunk_loader" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:chunk_loader" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/conversion_catalyst.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/conversion_catalyst.json index b6084c39..cb7b0780 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/conversion_catalyst.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/conversion_catalyst.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:conversion_catalyst" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:conversion_catalyst" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/crimson_aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/crimson_aura_mushroom.json index 6a2e843f..97efc419 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/crimson_aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/crimson_aura_mushroom.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:crimson_aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:crimson_aura_mushroom" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/crushing_catalyst.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/crushing_catalyst.json index 893ff20e..5647862a 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/crushing_catalyst.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/crushing_catalyst.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:crushing_catalyst" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:crushing_catalyst" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/decayed_leaves.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/decayed_leaves.json index 91fbfc2b..34a68aba 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/decayed_leaves.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/decayed_leaves.json @@ -1,29 +1,30 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:decayed_leaves" - } - ], - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] + "type": "minecraft:item", + "name": "naturesaura:decayed_leaves" } - ] + ], + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_end.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_end.json index 78f0e5d2..c3f883d4 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_end.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_end.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:dimension_rail_end" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:dimension_rail_end" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_nether.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_nether.json index d1f723c1..3f11e8cd 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_nether.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_nether.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:dimension_rail_nether" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:dimension_rail_nether" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_overworld.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_overworld.json index 0cdf5986..3a732f68 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_overworld.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/dimension_rail_overworld.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:dimension_rail_overworld" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:dimension_rail_overworld" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/end_flower.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/end_flower.json index 9cf19467..f722d982 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/end_flower.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/end_flower.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:end_flower" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:end_flower" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/ender_crate.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/ender_crate.json index 8da798d8..4554ff53 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/ender_crate.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/ender_crate.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:ender_crate" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:ender_crate" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/field_creator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/field_creator.json index 57753d30..481949f3 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/field_creator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/field_creator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:field_creator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:field_creator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/firework_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/firework_generator.json index 279dddfb..943fb779 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/firework_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/firework_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:firework_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:firework_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/flower_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/flower_generator.json index d5cac564..edb46689 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/flower_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/flower_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:flower_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:flower_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/furnace_heater.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/furnace_heater.json index cf55247e..04ebe2bd 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/furnace_heater.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/furnace_heater.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:furnace_heater" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:furnace_heater" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/generator_limit_remover.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/generator_limit_remover.json index 5b37f48d..027288b0 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/generator_limit_remover.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/generator_limit_remover.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:generator_limit_remover" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:generator_limit_remover" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_brick.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_brick.json index a2e08edd..44e8c5e2 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_brick.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_brick.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:gold_brick" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:gold_brick" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_nether_brick.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_nether_brick.json index 8353abbe..9ce1358f 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_nether_brick.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_nether_brick.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:gold_nether_brick" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:gold_nether_brick" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_powder.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_powder.json index 0e6e077a..7d3cf618 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_powder.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/gold_powder.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:gold_powder" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:gold_powder" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/golden_leaves.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/golden_leaves.json index cd613ecc..ba70a981 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/golden_leaves.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/golden_leaves.json @@ -1,32 +1,33 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - }, - { - "condition": "minecraft:block_state_property", - "block": "naturesaura:golden_leaves", - "properties": { - "stage": "3" - } - } - ], - "name": "naturesaura:gold_leaf" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.75 - } - ] + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:survives_explosion" + }, + { + "condition": "minecraft:block_state_property", + "block": "naturesaura:golden_leaves", + "properties": { + "stage": "3" + } + } + ], + "name": "naturesaura:gold_leaf" } - ] + ], + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.75 + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/grated_chute.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/grated_chute.json index 9bf83b32..e6e859fa 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/grated_chute.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/grated_chute.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:grated_chute" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:grated_chute" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/hopper_upgrade.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/hopper_upgrade.json index b39ec619..eac0ef2c 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/hopper_upgrade.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/hopper_upgrade.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:hopper_upgrade" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:hopper_upgrade" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick.json index be7ccbc0..820c3b53 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:infused_brick" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:infused_brick" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_slab.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_slab.json index ef14f346..b880b5fd 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_slab.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_slab.json @@ -1,32 +1,34 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "conditions": [ { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "naturesaura:infused_brick_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "naturesaura:infused_brick_slab" + "condition": "minecraft:block_state_property", + "block": "naturesaura:infused_brick_slab", + "properties": { + "type": "double" + } } - ] + ], + "count": 2.0, + "add": false + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "naturesaura:infused_brick_slab" } - ] + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_stairs.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_stairs.json index b680067c..f2422d01 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_stairs.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_brick_stairs.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:infused_brick_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:infused_brick_stairs" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_iron_block.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_iron_block.json index 1f5d9d42..aeb4a326 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_iron_block.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_iron_block.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:infused_iron_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:infused_iron_block" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_slab.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_slab.json index 23cefdef..da150adf 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_slab.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_slab.json @@ -1,32 +1,34 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "conditions": [ { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "naturesaura:infused_slab", - "properties": { - "type": "double" - } - } - ], - "count": 2 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "naturesaura:infused_slab" + "condition": "minecraft:block_state_property", + "block": "naturesaura:infused_slab", + "properties": { + "type": "double" + } } - ] + ], + "count": 2.0, + "add": false + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "naturesaura:infused_slab" } - ] + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stairs.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stairs.json index 9ba6d1ab..e0d40947 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stairs.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stairs.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:infused_stairs" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:infused_stairs" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stone.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stone.json index b1f268a7..bf5b3a9b 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stone.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/infused_stone.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:infused_stone" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:infused_stone" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/item_distributor.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/item_distributor.json index 712a7b3d..94fc2ee3 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/item_distributor.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/item_distributor.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:item_distributor" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:item_distributor" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/light.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/light.json index 458debeb..3da3a59b 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/light.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/light.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:air" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:air" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/moss_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/moss_generator.json index 6ab5bb1d..2a7996e4 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/moss_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/moss_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:moss_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:moss_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/nature_altar.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/nature_altar.json index 3774efc5..8fda32a9 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/nature_altar.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/nature_altar.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:nature_altar" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:nature_altar" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json index 8cf61055..1a114a61 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json @@ -1,38 +1,52 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "naturesaura:nether_grass" - }, - { - "type": "minecraft:item", - "name": "minecraft:netherrack" - } - ] + "condition": "minecraft:alternative", + "terms": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": [ + "minecraft:shears" + ] + } + }, + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ] } - ] + ], + "name": "naturesaura:nether_grass" + }, + { + "type": "minecraft:item", + "name": "minecraft:netherrack" + } + ] } - ] + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json index c115412a..456be472 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json @@ -1,48 +1,63 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "naturesaura:nether_wart_mushroom" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1.0, - "max": 2.0, - "type": "minecraft:uniform" - } - } - ], - "name": "minecraft:nether_wart" - } - ] + "condition": "minecraft:alternative", + "terms": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": [ + "minecraft:shears" + ] + } + }, + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ] } - ] + ], + "name": "naturesaura:nether_wart_mushroom" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1.0, + "max": 2.0 + }, + "add": false + } + ], + "name": "minecraft:nether_wart" + } + ] } - ] + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/oak_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/oak_generator.json index 6ebb8a07..d1e7ff2e 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/oak_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/oak_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:oak_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:oak_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/offering_table.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/offering_table.json index fbf8973a..60c9f474 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/offering_table.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/offering_table.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:offering_table" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:offering_table" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/pickup_stopper.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/pickup_stopper.json index 5d4d1fd9..aefd999e 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/pickup_stopper.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/pickup_stopper.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:pickup_stopper" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:pickup_stopper" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/placer.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/placer.json index 7fd66d93..d310baa0 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/placer.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/placer.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:placer" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:placer" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potion_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potion_generator.json index 81ddad1b..e9379ac2 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potion_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potion_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:potion_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:potion_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_bloom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_bloom.json index a400761a..2c4a689a 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_bloom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_bloom.json @@ -1,33 +1,35 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_bloom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:flower_pot" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "naturesaura:aura_bloom" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_cactus.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_cactus.json index c18e2582..c584c890 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_cactus.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_cactus.json @@ -1,33 +1,35 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_cactus" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:flower_pot" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "naturesaura:aura_cactus" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_mushroom.json index 9e9be837..a9d91f31 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_aura_mushroom.json @@ -1,33 +1,35 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:flower_pot" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "naturesaura:aura_mushroom" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_crimson_aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_crimson_aura_mushroom.json index 83072ffe..3eded93d 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_crimson_aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_crimson_aura_mushroom.json @@ -1,33 +1,35 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:crimson_aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:flower_pot" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "naturesaura:crimson_aura_mushroom" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_warped_aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_warped_aura_mushroom.json index 6916d946..fbb712db 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_warped_aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/potted_warped_aura_mushroom.json @@ -1,33 +1,35 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:warped_aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "minecraft:flower_pot" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "naturesaura:warped_aura_mushroom" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/powder_placer.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/powder_placer.json index c0fd8d95..ed47d232 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/powder_placer.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/powder_placer.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:powder_placer" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:powder_placer" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/projectile_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/projectile_generator.json index 16950bd7..85ee39ae 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/projectile_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/projectile_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:projectile_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:projectile_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/rf_converter.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/rf_converter.json index 7760efa8..aa6afb7a 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/rf_converter.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/rf_converter.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:rf_converter" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:rf_converter" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/slime_split_generator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/slime_split_generator.json index 6a2c8c49..522c0816 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/slime_split_generator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/slime_split_generator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:slime_split_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:slime_split_generator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/snow_creator.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/snow_creator.json index 64b490cf..bb4592c3 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/snow_creator.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/snow_creator.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:snow_creator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:snow_creator" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/spawn_lamp.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/spawn_lamp.json index 610509af..97c95265 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/spawn_lamp.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/spawn_lamp.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:spawn_lamp" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:spawn_lamp" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/spring.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/spring.json index b06a5c73..0b7786da 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/spring.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/spring.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:spring" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:spring" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/tainted_gold_block.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/tainted_gold_block.json index decc0958..ff168749 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/tainted_gold_block.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/tainted_gold_block.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:tainted_gold_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:tainted_gold_block" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/time_changer.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/time_changer.json index 5674d637..264a4d91 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/time_changer.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/time_changer.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:time_changer" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:time_changer" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/warped_aura_mushroom.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/warped_aura_mushroom.json index fede5e91..5de5f80b 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/warped_aura_mushroom.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/warped_aura_mushroom.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:warped_aura_mushroom" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:warped_aura_mushroom" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/weather_changer.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/weather_changer.json index 84db581d..bd65e13b 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/weather_changer.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/weather_changer.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:weather_changer" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:weather_changer" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/loot_tables/blocks/wood_stand.json b/src/generated/resources/data/naturesaura/loot_tables/blocks/wood_stand.json index d2042fcf..4e589ed4 100644 --- a/src/generated/resources/data/naturesaura/loot_tables/blocks/wood_stand.json +++ b/src/generated/resources/data/naturesaura/loot_tables/blocks/wood_stand.json @@ -1,19 +1,20 @@ { - "type": "minecraft:block", - "pools": [ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "naturesaura:wood_stand" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "type": "minecraft:item", + "name": "naturesaura:wood_stand" } - ] + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] } \ No newline at end of file diff --git a/src/generated/resources/data/naturesaura/tags/blocks/nether_altar_wood.json b/src/generated/resources/data/naturesaura/tags/blocks/nether_altar_wood.json index 055b75c9..4fec4854 100644 --- a/src/generated/resources/data/naturesaura/tags/blocks/nether_altar_wood.json +++ b/src/generated/resources/data/naturesaura/tags/blocks/nether_altar_wood.json @@ -1,7 +1,7 @@ { - "replace": false, - "values": [ - "minecraft:crimson_planks", - "minecraft:warped_planks" - ] + "replace": false, + "values": [ + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] } \ No newline at end of file diff --git a/src/main/java/de/ellpeck/naturesaura/data/ItemTagProvider.java b/src/main/java/de/ellpeck/naturesaura/data/ItemTagProvider.java index 4596e9a8..66417484 100644 --- a/src/main/java/de/ellpeck/naturesaura/data/ItemTagProvider.java +++ b/src/main/java/de/ellpeck/naturesaura/data/ItemTagProvider.java @@ -3,6 +3,8 @@ package de.ellpeck.naturesaura.data; import de.ellpeck.naturesaura.NaturesAura; import de.ellpeck.naturesaura.compat.Compat; import de.ellpeck.naturesaura.items.ModItems; +import de.ellpeck.naturesaura.items.tools.ItemPickaxe; +import de.ellpeck.naturesaura.reg.ModRegistry; import net.minecraft.data.DataGenerator; import net.minecraft.data.tags.BlockTagsProvider; import net.minecraft.data.tags.ItemTagsProvider; @@ -29,6 +31,7 @@ public class ItemTagProvider extends ItemTagsProvider { this.copy(BlockTags.SLABS, ItemTags.SLABS); this.tag(Tags.Items.RODS_WOODEN).add(ModItems.ANCIENT_STICK); + this.tag(ItemTags.CLUSTER_MAX_HARVESTABLES).add(ModItems.INFUSED_IRON_PICKAXE, ModItems.SKY_PICKAXE); Compat.addItemTags(this); }