mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-25 04:58:33 +01:00
Compare commits
No commits in common. "f6496454beef5f6a9d7e07a937a5d4040b50898b" and "07f7a2e39ac267a3b1d350b11cc67484b5ebf083" have entirely different histories.
f6496454be
...
07f7a2e39a
79 changed files with 1288 additions and 1407 deletions
|
@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
version = '35.5'
|
version = '35.4'
|
||||||
group = 'de.ellpeck.naturesaura' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = 'de.ellpeck.naturesaura' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'NaturesAura'
|
archivesBaseName = 'NaturesAura'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"replace": false,
|
|
||||||
"values": [
|
|
||||||
"naturesaura:infused_iron_pickaxe",
|
|
||||||
"naturesaura:sky_pickaxe"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_bark"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ancient_bark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,30 +1,29 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_leaves"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "naturesaura:ancient_leaves"
|
||||||
{
|
}
|
||||||
"condition": "minecraft:match_tool",
|
],
|
||||||
"predicate": {
|
"conditions": [
|
||||||
"enchantments": [
|
{
|
||||||
{
|
"condition": "minecraft:match_tool",
|
||||||
"enchantment": "minecraft:silk_touch",
|
"predicate": {
|
||||||
"levels": {
|
"enchantments": [
|
||||||
"min": 1
|
{
|
||||||
|
"enchantment": "minecraft:silk_touch",
|
||||||
|
"levels": {
|
||||||
|
"min": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_log"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ancient_log"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_planks"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ancient_planks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_sapling"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ancient_sapling"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,34 +1,32 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"functions": [
|
"entries": [
|
||||||
{
|
|
||||||
"function": "minecraft:set_count",
|
|
||||||
"conditions": [
|
|
||||||
{
|
{
|
||||||
"condition": "minecraft:block_state_property",
|
"type": "minecraft:item",
|
||||||
"block": "naturesaura:ancient_slab",
|
"functions": [
|
||||||
"properties": {
|
{
|
||||||
"type": "double"
|
"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"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"count": 2.0,
|
|
||||||
"add": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"function": "minecraft:explosion_decay"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "naturesaura:ancient_slab"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ancient_stairs"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ancient_stairs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:animal_container"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:animal_container"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:animal_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:animal_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:animal_spawner"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:animal_spawner"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:aura_bloom"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_bloom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:aura_cactus"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_cactus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:aura_detector"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_detector"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:aura_mushroom"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:aura_timer"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_timer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:auto_crafter"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:auto_crafter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:blast_furnace_booster"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:blast_furnace_booster"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:chorus_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:chorus_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:chunk_loader"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:chunk_loader"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:conversion_catalyst"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:conversion_catalyst"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:crimson_aura_mushroom"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:crimson_aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:crushing_catalyst"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:crushing_catalyst"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,30 +1,29 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:decayed_leaves"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "naturesaura:decayed_leaves"
|
||||||
{
|
}
|
||||||
"condition": "minecraft:match_tool",
|
],
|
||||||
"predicate": {
|
"conditions": [
|
||||||
"enchantments": [
|
{
|
||||||
{
|
"condition": "minecraft:match_tool",
|
||||||
"enchantment": "minecraft:silk_touch",
|
"predicate": {
|
||||||
"levels": {
|
"enchantments": [
|
||||||
"min": 1
|
{
|
||||||
|
"enchantment": "minecraft:silk_touch",
|
||||||
|
"levels": {
|
||||||
|
"min": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:dimension_rail_end"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:dimension_rail_end"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:dimension_rail_nether"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:dimension_rail_nether"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:dimension_rail_overworld"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:dimension_rail_overworld"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:end_flower"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:end_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:ender_crate"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:ender_crate"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:field_creator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:field_creator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:firework_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:firework_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:flower_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:flower_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:furnace_heater"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:furnace_heater"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:generator_limit_remover"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:generator_limit_remover"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:gold_brick"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:gold_brick"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:gold_nether_brick"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:gold_nether_brick"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:gold_powder"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:gold_powder"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,33 +1,32 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"conditions": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"type": "minecraft:item",
|
||||||
},
|
"conditions": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:block_state_property",
|
"condition": "minecraft:survives_explosion"
|
||||||
"block": "naturesaura:golden_leaves",
|
},
|
||||||
"properties": {
|
{
|
||||||
"stage": "3"
|
"condition": "minecraft:block_state_property",
|
||||||
}
|
"block": "naturesaura:golden_leaves",
|
||||||
}
|
"properties": {
|
||||||
],
|
"stage": "3"
|
||||||
"name": "naturesaura:gold_leaf"
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "naturesaura:gold_leaf"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:random_chance",
|
||||||
|
"chance": 0.75
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:random_chance",
|
|
||||||
"chance": 0.75
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:grated_chute"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:grated_chute"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:hopper_upgrade"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:hopper_upgrade"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:infused_brick"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:infused_brick"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,34 +1,32 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"functions": [
|
"entries": [
|
||||||
{
|
|
||||||
"function": "minecraft:set_count",
|
|
||||||
"conditions": [
|
|
||||||
{
|
{
|
||||||
"condition": "minecraft:block_state_property",
|
"type": "minecraft:item",
|
||||||
"block": "naturesaura:infused_brick_slab",
|
"functions": [
|
||||||
"properties": {
|
{
|
||||||
"type": "double"
|
"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"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"count": 2.0,
|
|
||||||
"add": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"function": "minecraft:explosion_decay"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "naturesaura:infused_brick_slab"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:infused_brick_stairs"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:infused_brick_stairs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:infused_iron_block"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:infused_iron_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,34 +1,32 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"functions": [
|
"entries": [
|
||||||
{
|
|
||||||
"function": "minecraft:set_count",
|
|
||||||
"conditions": [
|
|
||||||
{
|
{
|
||||||
"condition": "minecraft:block_state_property",
|
"type": "minecraft:item",
|
||||||
"block": "naturesaura:infused_slab",
|
"functions": [
|
||||||
"properties": {
|
{
|
||||||
"type": "double"
|
"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"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"count": 2.0,
|
|
||||||
"add": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"function": "minecraft:explosion_decay"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "naturesaura:infused_slab"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:infused_stairs"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:infused_stairs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:infused_stone"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:infused_stone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:item_distributor"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:item_distributor"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:air"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:air"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:moss_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:moss_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:nature_altar"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:nature_altar"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,52 +1,38 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:alternatives",
|
"rolls": 1,
|
||||||
"children": [
|
"entries": [
|
||||||
{
|
|
||||||
"type": "minecraft:item",
|
|
||||||
"conditions": [
|
|
||||||
{
|
{
|
||||||
"condition": "minecraft:alternative",
|
"type": "minecraft:alternatives",
|
||||||
"terms": [
|
"children": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:match_tool",
|
"type": "minecraft:item",
|
||||||
"predicate": {
|
"conditions": [
|
||||||
"items": [
|
{
|
||||||
"minecraft:shears"
|
"condition": "minecraft:match_tool",
|
||||||
]
|
"predicate": {
|
||||||
}
|
"enchantments": [
|
||||||
},
|
{
|
||||||
{
|
"enchantment": "minecraft:silk_touch",
|
||||||
"condition": "minecraft:match_tool",
|
"levels": {
|
||||||
"predicate": {
|
"min": 1
|
||||||
"enchantments": [
|
}
|
||||||
{
|
}
|
||||||
"enchantment": "minecraft:silk_touch",
|
]
|
||||||
"levels": {
|
}
|
||||||
"min": 1
|
}
|
||||||
}
|
],
|
||||||
}
|
"name": "naturesaura:nether_grass"
|
||||||
]
|
},
|
||||||
}
|
{
|
||||||
}
|
"type": "minecraft:item",
|
||||||
]
|
"name": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"name": "naturesaura:nether_grass"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "minecraft:item",
|
|
||||||
"name": "minecraft:netherrack"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,63 +1,48 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:alternatives",
|
"rolls": 1,
|
||||||
"children": [
|
"entries": [
|
||||||
{
|
|
||||||
"type": "minecraft:item",
|
|
||||||
"conditions": [
|
|
||||||
{
|
{
|
||||||
"condition": "minecraft:alternative",
|
"type": "minecraft:alternatives",
|
||||||
"terms": [
|
"children": [
|
||||||
{
|
{
|
||||||
"condition": "minecraft:match_tool",
|
"type": "minecraft:item",
|
||||||
"predicate": {
|
"conditions": [
|
||||||
"items": [
|
{
|
||||||
"minecraft:shears"
|
"condition": "minecraft:match_tool",
|
||||||
]
|
"predicate": {
|
||||||
}
|
"enchantments": [
|
||||||
},
|
{
|
||||||
{
|
"enchantment": "minecraft:silk_touch",
|
||||||
"condition": "minecraft:match_tool",
|
"levels": {
|
||||||
"predicate": {
|
"min": 1
|
||||||
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:oak_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:oak_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:offering_table"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:offering_table"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:pickup_stopper"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:pickup_stopper"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:placer"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:placer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:potion_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:potion_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,35 +1,33 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:flower_pot"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_bloom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,35 +1,33 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:flower_pot"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_cactus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,35 +1,33 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:flower_pot"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,35 +1,33 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:flower_pot"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:crimson_aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,35 +1,33 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "minecraft:flower_pot"
|
"entries": [
|
||||||
}
|
{
|
||||||
],
|
"type": "minecraft:item",
|
||||||
"conditions": [
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"condition": "minecraft:survives_explosion"
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:warped_aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:powder_placer"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:powder_placer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:projectile_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:projectile_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:rf_converter"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:rf_converter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:slime_split_generator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:slime_split_generator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:snow_creator"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:snow_creator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:spawn_lamp"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:spawn_lamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:spring"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:spring"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:tainted_gold_block"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:tainted_gold_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:time_changer"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:time_changer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:warped_aura_mushroom"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:warped_aura_mushroom"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:weather_changer"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:weather_changer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:block",
|
"type": "minecraft:block",
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"rolls": 1.0,
|
|
||||||
"bonus_rolls": 0.0,
|
|
||||||
"entries": [
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"rolls": 1,
|
||||||
"name": "naturesaura:wood_stand"
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "naturesaura:wood_stand"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "minecraft:survives_explosion"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"minecraft:crimson_planks",
|
"minecraft:crimson_planks",
|
||||||
"minecraft:warped_planks"
|
"minecraft:warped_planks"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -60,7 +60,7 @@ public class BlockEndFlower extends BushBlock implements IModItem, ICustomBlockS
|
||||||
var living = event.getEntityLiving();
|
var living = event.getEntityLiving();
|
||||||
if (living.level.isClientSide || !(living instanceof EnderDragon dragon))
|
if (living.level.isClientSide || !(living instanceof EnderDragon dragon))
|
||||||
return;
|
return;
|
||||||
if (dragon.dragonDeathTime < 150 || dragon.dragonDeathTime % 10 != 0)
|
if (dragon.deathTime < 150 || dragon.deathTime % 10 != 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (var i = 0; i < 6; i++) {
|
for (var i = 0; i < 6; i++) {
|
||||||
|
|
|
@ -3,8 +3,6 @@ package de.ellpeck.naturesaura.data;
|
||||||
import de.ellpeck.naturesaura.NaturesAura;
|
import de.ellpeck.naturesaura.NaturesAura;
|
||||||
import de.ellpeck.naturesaura.compat.Compat;
|
import de.ellpeck.naturesaura.compat.Compat;
|
||||||
import de.ellpeck.naturesaura.items.ModItems;
|
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.DataGenerator;
|
||||||
import net.minecraft.data.tags.BlockTagsProvider;
|
import net.minecraft.data.tags.BlockTagsProvider;
|
||||||
import net.minecraft.data.tags.ItemTagsProvider;
|
import net.minecraft.data.tags.ItemTagsProvider;
|
||||||
|
@ -31,7 +29,6 @@ public class ItemTagProvider extends ItemTagsProvider {
|
||||||
this.copy(BlockTags.SLABS, ItemTags.SLABS);
|
this.copy(BlockTags.SLABS, ItemTags.SLABS);
|
||||||
|
|
||||||
this.tag(Tags.Items.RODS_WOODEN).add(ModItems.ANCIENT_STICK);
|
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);
|
Compat.addItemTags(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue