diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_andesite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_andesite.json new file mode 100644 index 000000000..9d05a7a9e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_basalt.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_basalt.json new file mode 100644 index 000000000..efe045a60 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_chalk.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_chalk.json new file mode 100644 index 000000000..69222feb4 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_chert.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_chert.json new file mode 100644 index 000000000..ecb5e4a59 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_claystone.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_claystone.json new file mode 100644 index 000000000..522f2f8f3 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_conglomerate.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_conglomerate.json new file mode 100644 index 000000000..47013d61a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_dacite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_dacite.json new file mode 100644 index 000000000..3f0a52ca9 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_diorite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_diorite.json new file mode 100644 index 000000000..bdb2fcfa3 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_dolomite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_dolomite.json new file mode 100644 index 000000000..e0fd314ab --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_gabbro.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_gabbro.json new file mode 100644 index 000000000..44dafc58a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_gneiss.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_gneiss.json new file mode 100644 index 000000000..faf2dc637 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_granite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_granite.json new file mode 100644 index 000000000..85d2ef036 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_limestone.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_limestone.json new file mode 100644 index 000000000..ab1de7fa7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_marble.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_marble.json new file mode 100644 index 000000000..ea303b92e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_phyllite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_phyllite.json new file mode 100644 index 000000000..0fe54af80 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_quartzite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_quartzite.json new file mode 100644 index 000000000..6f5145963 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_rhyolite.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_rhyolite.json new file mode 100644 index 000000000..f6f5e7017 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_schist.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_schist.json new file mode 100644 index 000000000..2416f3bdf --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_shale.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_shale.json new file mode 100644 index 000000000..b4f7ef569 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/cassiterite_slate.json b/kubejs/data/tfc/loot_tables/panning/cassiterite_slate.json new file mode 100644 index 000000000..95dd8030e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/cassiterite_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_andesite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_andesite.json new file mode 100644 index 000000000..52d52d32a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_basalt.json b/kubejs/data/tfc/loot_tables/panning/native_copper_basalt.json new file mode 100644 index 000000000..c61f9ca1e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_chalk.json b/kubejs/data/tfc/loot_tables/panning/native_copper_chalk.json new file mode 100644 index 000000000..58d8738b9 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_chert.json b/kubejs/data/tfc/loot_tables/panning/native_copper_chert.json new file mode 100644 index 000000000..a0c7d2fd5 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_claystone.json b/kubejs/data/tfc/loot_tables/panning/native_copper_claystone.json new file mode 100644 index 000000000..5af4f683e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_conglomerate.json b/kubejs/data/tfc/loot_tables/panning/native_copper_conglomerate.json new file mode 100644 index 000000000..d55b7ddf1 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_dacite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_dacite.json new file mode 100644 index 000000000..27f490d00 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_diorite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_diorite.json new file mode 100644 index 000000000..c8fb303d4 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_dolomite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_dolomite.json new file mode 100644 index 000000000..7425891ad --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_gabbro.json b/kubejs/data/tfc/loot_tables/panning/native_copper_gabbro.json new file mode 100644 index 000000000..1a2e56a7f --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_gneiss.json b/kubejs/data/tfc/loot_tables/panning/native_copper_gneiss.json new file mode 100644 index 000000000..5debf27f4 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_granite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_granite.json new file mode 100644 index 000000000..959cc7b3e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_limestone.json b/kubejs/data/tfc/loot_tables/panning/native_copper_limestone.json new file mode 100644 index 000000000..99dfaa5e7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_marble.json b/kubejs/data/tfc/loot_tables/panning/native_copper_marble.json new file mode 100644 index 000000000..e082f9253 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_phyllite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_phyllite.json new file mode 100644 index 000000000..8e01fc829 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_quartzite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_quartzite.json new file mode 100644 index 000000000..155a17207 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_rhyolite.json b/kubejs/data/tfc/loot_tables/panning/native_copper_rhyolite.json new file mode 100644 index 000000000..31c7e2966 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_schist.json b/kubejs/data/tfc/loot_tables/panning/native_copper_schist.json new file mode 100644 index 000000000..28e43eccf --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_shale.json b/kubejs/data/tfc/loot_tables/panning/native_copper_shale.json new file mode 100644 index 000000000..8067a4fa2 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_copper_slate.json b/kubejs/data/tfc/loot_tables/panning/native_copper_slate.json new file mode 100644 index 000000000..9452b5b52 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_copper_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_andesite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_andesite.json new file mode 100644 index 000000000..50609d2a5 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_basalt.json b/kubejs/data/tfc/loot_tables/panning/native_gold_basalt.json new file mode 100644 index 000000000..94d581ba6 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_chalk.json b/kubejs/data/tfc/loot_tables/panning/native_gold_chalk.json new file mode 100644 index 000000000..bcde4b27a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_chert.json b/kubejs/data/tfc/loot_tables/panning/native_gold_chert.json new file mode 100644 index 000000000..39a8e2502 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_claystone.json b/kubejs/data/tfc/loot_tables/panning/native_gold_claystone.json new file mode 100644 index 000000000..7367cebf4 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_conglomerate.json b/kubejs/data/tfc/loot_tables/panning/native_gold_conglomerate.json new file mode 100644 index 000000000..713789b02 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_dacite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_dacite.json new file mode 100644 index 000000000..47796b2e8 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_diorite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_diorite.json new file mode 100644 index 000000000..6e8b5349f --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_dolomite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_dolomite.json new file mode 100644 index 000000000..08bd72077 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_gabbro.json b/kubejs/data/tfc/loot_tables/panning/native_gold_gabbro.json new file mode 100644 index 000000000..51bd54d8f --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_gneiss.json b/kubejs/data/tfc/loot_tables/panning/native_gold_gneiss.json new file mode 100644 index 000000000..9b597d63f --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_granite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_granite.json new file mode 100644 index 000000000..b12b7a8d9 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_limestone.json b/kubejs/data/tfc/loot_tables/panning/native_gold_limestone.json new file mode 100644 index 000000000..b704ef636 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_marble.json b/kubejs/data/tfc/loot_tables/panning/native_gold_marble.json new file mode 100644 index 000000000..2e73c9360 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_phyllite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_phyllite.json new file mode 100644 index 000000000..71ccf2f7e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_quartzite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_quartzite.json new file mode 100644 index 000000000..b140f9b36 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_rhyolite.json b/kubejs/data/tfc/loot_tables/panning/native_gold_rhyolite.json new file mode 100644 index 000000000..0bf40bff9 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_schist.json b/kubejs/data/tfc/loot_tables/panning/native_gold_schist.json new file mode 100644 index 000000000..002094be7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_shale.json b/kubejs/data/tfc/loot_tables/panning/native_gold_shale.json new file mode 100644 index 000000000..4bbf5f356 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_gold_slate.json b/kubejs/data/tfc/loot_tables/panning/native_gold_slate.json new file mode 100644 index 000000000..bb573dd5c --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_gold_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_andesite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_andesite.json new file mode 100644 index 000000000..20f711c78 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_basalt.json b/kubejs/data/tfc/loot_tables/panning/native_silver_basalt.json new file mode 100644 index 000000000..d5754a2d1 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_chalk.json b/kubejs/data/tfc/loot_tables/panning/native_silver_chalk.json new file mode 100644 index 000000000..ae9671404 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_chert.json b/kubejs/data/tfc/loot_tables/panning/native_silver_chert.json new file mode 100644 index 000000000..7486e298a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_claystone.json b/kubejs/data/tfc/loot_tables/panning/native_silver_claystone.json new file mode 100644 index 000000000..7b8816a2b --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_conglomerate.json b/kubejs/data/tfc/loot_tables/panning/native_silver_conglomerate.json new file mode 100644 index 000000000..7e990f6f7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_dacite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_dacite.json new file mode 100644 index 000000000..5dff3bdc8 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_diorite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_diorite.json new file mode 100644 index 000000000..6cd075277 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_dolomite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_dolomite.json new file mode 100644 index 000000000..a2a1dcc5b --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_gabbro.json b/kubejs/data/tfc/loot_tables/panning/native_silver_gabbro.json new file mode 100644 index 000000000..579de48b0 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_gneiss.json b/kubejs/data/tfc/loot_tables/panning/native_silver_gneiss.json new file mode 100644 index 000000000..0f986990e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_granite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_granite.json new file mode 100644 index 000000000..b28acd015 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_limestone.json b/kubejs/data/tfc/loot_tables/panning/native_silver_limestone.json new file mode 100644 index 000000000..fe4d1e099 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_marble.json b/kubejs/data/tfc/loot_tables/panning/native_silver_marble.json new file mode 100644 index 000000000..3ca898b38 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_phyllite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_phyllite.json new file mode 100644 index 000000000..a936f97bf --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_quartzite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_quartzite.json new file mode 100644 index 000000000..d51ca448d --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_rhyolite.json b/kubejs/data/tfc/loot_tables/panning/native_silver_rhyolite.json new file mode 100644 index 000000000..e8b81fdf8 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_schist.json b/kubejs/data/tfc/loot_tables/panning/native_silver_schist.json new file mode 100644 index 000000000..d30997d2a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_shale.json b/kubejs/data/tfc/loot_tables/panning/native_silver_shale.json new file mode 100644 index 000000000..83b3dcdf7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/panning/native_silver_slate.json b/kubejs/data/tfc/loot_tables/panning/native_silver_slate.json new file mode 100644 index 000000000..598cdc2cb --- /dev/null +++ b/kubejs/data/tfc/loot_tables/panning/native_silver_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:fishing", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_andesite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_andesite.json new file mode 100644 index 000000000..c093b9b72 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_basalt.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_basalt.json new file mode 100644 index 000000000..a2c043abc --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chalk.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chalk.json new file mode 100644 index 000000000..85a85e080 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chert.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chert.json new file mode 100644 index 000000000..95353f4be --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_claystone.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_claystone.json new file mode 100644 index 000000000..702898226 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_conglomerate.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_conglomerate.json new file mode 100644 index 000000000..7159d35d6 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dacite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dacite.json new file mode 100644 index 000000000..008636172 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_diorite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_diorite.json new file mode 100644 index 000000000..905b0445a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dolomite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dolomite.json new file mode 100644 index 000000000..699b7916a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gabbro.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gabbro.json new file mode 100644 index 000000000..3b5e06c56 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gneiss.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gneiss.json new file mode 100644 index 000000000..f4b58666d --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_granite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_granite.json new file mode 100644 index 000000000..6063b818e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_limestone.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_limestone.json new file mode 100644 index 000000000..20ff72ae5 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_marble.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_marble.json new file mode 100644 index 000000000..6259fb760 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_phyllite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_phyllite.json new file mode 100644 index 000000000..99556db52 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_quartzite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_quartzite.json new file mode 100644 index 000000000..c6e244187 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_rhyolite.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_rhyolite.json new file mode 100644 index 000000000..13751dbab --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_schist.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_schist.json new file mode 100644 index 000000000..39398ceee --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_shale.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_shale.json new file mode 100644 index 000000000..5e3e80044 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/cassiterite_slate.json b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_slate.json new file mode 100644 index 000000000..e6b4cb97a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/cassiterite_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_cassiterite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_andesite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_andesite.json new file mode 100644 index 000000000..71faaea24 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_basalt.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_basalt.json new file mode 100644 index 000000000..d6f394ce1 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_chalk.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_chalk.json new file mode 100644 index 000000000..74508c273 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_chert.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_chert.json new file mode 100644 index 000000000..62d139681 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_claystone.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_claystone.json new file mode 100644 index 000000000..771cc8ac5 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_conglomerate.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_conglomerate.json new file mode 100644 index 000000000..c358a86ff --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_dacite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_dacite.json new file mode 100644 index 000000000..dcf4dc914 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_diorite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_diorite.json new file mode 100644 index 000000000..7008c7ae3 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_dolomite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_dolomite.json new file mode 100644 index 000000000..d1571e55a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_gabbro.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_gabbro.json new file mode 100644 index 000000000..df1c61e62 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_gneiss.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_gneiss.json new file mode 100644 index 000000000..82687e231 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_granite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_granite.json new file mode 100644 index 000000000..887c64e4d --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_limestone.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_limestone.json new file mode 100644 index 000000000..9a2d4bb38 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_marble.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_marble.json new file mode 100644 index 000000000..08f4ac8a0 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_phyllite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_phyllite.json new file mode 100644 index 000000000..1157ca382 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_quartzite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_quartzite.json new file mode 100644 index 000000000..c96001baf --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_rhyolite.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_rhyolite.json new file mode 100644 index 000000000..279811dbc --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_schist.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_schist.json new file mode 100644 index 000000000..f4b8d23bb --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_shale.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_shale.json new file mode 100644 index 000000000..d611450a2 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_copper_slate.json b/kubejs/data/tfc/loot_tables/sluicing/native_copper_slate.json new file mode 100644 index 000000000..73b400eaa --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_copper_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_copper", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_andesite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_andesite.json new file mode 100644 index 000000000..846c08d74 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_basalt.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_basalt.json new file mode 100644 index 000000000..0ebbbaebe --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_chalk.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_chalk.json new file mode 100644 index 000000000..b737801a8 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_chert.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_chert.json new file mode 100644 index 000000000..41731f1d6 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_claystone.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_claystone.json new file mode 100644 index 000000000..1f8768834 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_conglomerate.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_conglomerate.json new file mode 100644 index 000000000..743285e22 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_dacite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_dacite.json new file mode 100644 index 000000000..9ad63d573 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_diorite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_diorite.json new file mode 100644 index 000000000..91a9e82ce --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_dolomite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_dolomite.json new file mode 100644 index 000000000..b65a75173 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_gabbro.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_gabbro.json new file mode 100644 index 000000000..6147eee9e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_gneiss.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_gneiss.json new file mode 100644 index 000000000..cf992d474 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_granite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_granite.json new file mode 100644 index 000000000..c7d84ee40 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_limestone.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_limestone.json new file mode 100644 index 000000000..c4dbb1e9d --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_marble.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_marble.json new file mode 100644 index 000000000..743e3d425 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_phyllite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_phyllite.json new file mode 100644 index 000000000..72e12e17c --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_quartzite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_quartzite.json new file mode 100644 index 000000000..78b4fa894 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_rhyolite.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_rhyolite.json new file mode 100644 index 000000000..152899309 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_schist.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_schist.json new file mode 100644 index 000000000..d00950084 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_shale.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_shale.json new file mode 100644 index 000000000..9f29d9e42 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_gold_slate.json b/kubejs/data/tfc/loot_tables/sluicing/native_gold_slate.json new file mode 100644 index 000000000..447568478 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_gold_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_gold", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_andesite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_andesite.json new file mode 100644 index 000000000..4e02edee8 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_andesite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/andesite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_basalt.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_basalt.json new file mode 100644 index 000000000..ed4223330 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_basalt.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/basalt", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_chalk.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_chalk.json new file mode 100644 index 000000000..046375cfc --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_chalk.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chalk", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/sapphire", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_chert.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_chert.json new file mode 100644 index 000000000..0cd7c5521 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_chert.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/chert", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/ruby", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_claystone.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_claystone.json new file mode 100644 index 000000000..58f8879ff --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_claystone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/claystone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_conglomerate.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_conglomerate.json new file mode 100644 index 000000000..719ac1ec7 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_conglomerate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/conglomerate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/lignite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_dacite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_dacite.json new file mode 100644 index 000000000..10693f625 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_dacite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dacite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_diorite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_diorite.json new file mode 100644 index 000000000..ef0a00881 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_diorite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/diorite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/emerald", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_dolomite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_dolomite.json new file mode 100644 index 000000000..1a0a11b31 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_dolomite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/dolomite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/amethyst", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_gabbro.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_gabbro.json new file mode 100644 index 000000000..6bb9eba89 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_gabbro.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gabbro", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/diamond", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_gneiss.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_gneiss.json new file mode 100644 index 000000000..d2b6d6847 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_gneiss.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/gneiss", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/gypsum", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_granite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_granite.json new file mode 100644 index 000000000..bed3f7057 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_granite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/granite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/topaz", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_limestone.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_limestone.json new file mode 100644 index 000000000..a9ced883a --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_limestone.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/limestone", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_marble.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_marble.json new file mode 100644 index 000000000..a75b9fe8b --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_marble.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/marble", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/lapis_lazuli", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_phyllite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_phyllite.json new file mode 100644 index 000000000..27ccee2db --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_phyllite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/phyllite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_quartzite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_quartzite.json new file mode 100644 index 000000000..cfab880f1 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_quartzite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/quartzite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/opal", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_rhyolite.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_rhyolite.json new file mode 100644 index 000000000..7b949d4d5 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_rhyolite.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/rhyolite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_schist.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_schist.json new file mode 100644 index 000000000..2d316bb94 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_schist.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/schist", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_shale.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_shale.json new file mode 100644 index 000000000..87addf130 --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_shale.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/shale", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:ore/borax", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/loot_tables/sluicing/native_silver_slate.json b/kubejs/data/tfc/loot_tables/sluicing/native_silver_slate.json new file mode 100644 index 000000000..86fcde48e --- /dev/null +++ b/kubejs/data/tfc/loot_tables/sluicing/native_silver_slate.json @@ -0,0 +1,47 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:empty", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfc:ore/small_native_silver", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.55 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:rock/loose/slate", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + }, + { + "type": "minecraft:item", + "name": "tfc:gem/pyrite", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.04 + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file