From 30ade84fc1fcc52c6258a3dc2f4cf8d992777436 Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Sat, 8 Jun 2024 18:36:43 -0700 Subject: [PATCH] Remove nether and end ores --- .../forge/biome_modifier/alltheores/aluminum_end.json | 3 +++ .../forge/biome_modifier/alltheores/aluminum_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/iridium.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/lead_end.json | 3 +++ .../forge/biome_modifier/alltheores/lead_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/nickel_end.json | 3 +++ .../forge/biome_modifier/alltheores/nickel_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/osmium_end.json | 3 +++ .../forge/biome_modifier/alltheores/osmium_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/peridot.json | 3 +++ .../forge/biome_modifier/alltheores/platinum_end.json | 3 +++ .../forge/biome_modifier/alltheores/platinum_nether.json | 3 +++ .../data/alltheores/forge/biome_modifier/alltheores/ruby.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/sapphire.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/silver.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/silver_end.json | 3 +++ .../forge/biome_modifier/alltheores/silver_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/tin_end.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/tin_nether.json | 3 +++ .../forge/biome_modifier/alltheores/uranium_end.json | 3 +++ .../forge/biome_modifier/alltheores/uranium_nether.json | 3 +++ .../alltheores/forge/biome_modifier/alltheores/zinc_end.json | 3 +++ .../forge/biome_modifier/alltheores/zinc_nether.json | 3 +++ .../tconstruct/recipes/smeltery/alloys/molten_enderium.json | 0 .../data/tconstruct/recipes/smeltery/alloys/molten_lumium.json | 0 .../tconstruct/recipes/smeltery/alloys/molten_signalum.json | 0 .../{RemoveAlloys => RemoveOresAndAlloys}/pack.mcmeta | 0 27 files changed, 69 insertions(+) create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/iridium.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/peridot.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/ruby.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/sapphire.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_nether.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_end.json create mode 100644 config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_nether.json rename config/paxi/datapacks/{RemoveAlloys => RemoveOresAndAlloys}/data/tconstruct/recipes/smeltery/alloys/molten_enderium.json (100%) rename config/paxi/datapacks/{RemoveAlloys => RemoveOresAndAlloys}/data/tconstruct/recipes/smeltery/alloys/molten_lumium.json (100%) rename config/paxi/datapacks/{RemoveAlloys => RemoveOresAndAlloys}/data/tconstruct/recipes/smeltery/alloys/molten_signalum.json (100%) rename config/paxi/datapacks/{RemoveAlloys => RemoveOresAndAlloys}/pack.mcmeta (100%) diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/aluminum_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/iridium.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/iridium.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/iridium.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/lead_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/nickel_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/osmium_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/peridot.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/peridot.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/peridot.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/platinum_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/ruby.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/ruby.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/ruby.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/sapphire.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/sapphire.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/sapphire.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/silver_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/tin_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/uranium_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_end.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_end.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_end.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_nether.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_nether.json new file mode 100644 index 0000000..40d4250 --- /dev/null +++ b/config/paxi/datapacks/RemoveOresAndAlloys/data/alltheores/forge/biome_modifier/alltheores/zinc_nether.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} diff --git a/config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_enderium.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_enderium.json similarity index 100% rename from config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_enderium.json rename to config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_enderium.json diff --git a/config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_lumium.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_lumium.json similarity index 100% rename from config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_lumium.json rename to config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_lumium.json diff --git a/config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_signalum.json b/config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_signalum.json similarity index 100% rename from config/paxi/datapacks/RemoveAlloys/data/tconstruct/recipes/smeltery/alloys/molten_signalum.json rename to config/paxi/datapacks/RemoveOresAndAlloys/data/tconstruct/recipes/smeltery/alloys/molten_signalum.json diff --git a/config/paxi/datapacks/RemoveAlloys/pack.mcmeta b/config/paxi/datapacks/RemoveOresAndAlloys/pack.mcmeta similarity index 100% rename from config/paxi/datapacks/RemoveAlloys/pack.mcmeta rename to config/paxi/datapacks/RemoveOresAndAlloys/pack.mcmeta