From 079acf29c4dd0acf3726d98128bb6529b25f764e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 19 Oct 2024 22:37:27 +0700 Subject: [PATCH] disable rftoolsbase ore gen --- .../dimshard_dimensions.json | 18 +++++++++++++ .../configured_feature/dimshard_end.json | 18 +++++++++++++ .../configured_feature/dimshard_nether.json | 18 +++++++++++++ .../dimshard_overworld.json | 18 +++++++++++++ .../placed_feature/dimshard_dimensions.json | 27 +++++++++++++++++++ .../worldgen/placed_feature/dimshard_end.json | 27 +++++++++++++++++++ .../placed_feature/dimshard_nether.json | 27 +++++++++++++++++++ .../placed_feature/dimshard_overworld.json | 27 +++++++++++++++++++ 8 files changed, 180 insertions(+) create mode 100644 kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_dimensions.json create mode 100644 kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_end.json create mode 100644 kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_nether.json create mode 100644 kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_overworld.json create mode 100644 kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_dimensions.json create mode 100644 kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_end.json create mode 100644 kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_nether.json create mode 100644 kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_overworld.json diff --git a/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_dimensions.json b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_dimensions.json new file mode 100644 index 000000000..8d5d44a6a --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_dimensions.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 0, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + }, + "state": { + "Name": "rftoolsbase:dimensionalshard_overworld" + } + } + ] + } +} diff --git a/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_end.json b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_end.json new file mode 100644 index 000000000..d184917e8 --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_end.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 0, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:end_stones" + }, + "state": { + "Name": "rftoolsbase:dimensionalshard_end" + } + } + ] + } +} diff --git a/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_nether.json b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_nether.json new file mode 100644 index 000000000..c7d5647bc --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_nether.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 0, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + }, + "state": { + "Name": "rftoolsbase:dimensionalshard_nether" + } + } + ] + } +} diff --git a/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_overworld.json b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_overworld.json new file mode 100644 index 000000000..8d5d44a6a --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/configured_feature/dimshard_overworld.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 0, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + }, + "state": { + "Name": "rftoolsbase:dimensionalshard_overworld" + } + } + ] + } +} diff --git a/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_dimensions.json b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_dimensions.json new file mode 100644 index 000000000..de5c3324a --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_dimensions.json @@ -0,0 +1,27 @@ +{ + "feature": "rftoolsbase:dimshard_overworld", + "placement": [ + { + "count": 0, + "type": "minecraft:count" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": -64 + }, + "max_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "rftoolsbase:filter_dimensions" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_end.json b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_end.json new file mode 100644 index 000000000..c324fb370 --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_end.json @@ -0,0 +1,27 @@ +{ + "feature": "rftoolsbase:dimshard_end", + "placement": [ + { + "count": 0, + "type": "minecraft:count" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": -64 + }, + "max_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_nether.json b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_nether.json new file mode 100644 index 000000000..0012cd94c --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_nether.json @@ -0,0 +1,27 @@ +{ + "feature": "rftoolsbase:dimshard_nether", + "placement": [ + { + "count": 0, + "type": "minecraft:count" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": -64 + }, + "max_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_overworld.json b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_overworld.json new file mode 100644 index 000000000..b3421f84d --- /dev/null +++ b/kubejs/data/rftoolsbase/worldgen/placed_feature/dimshard_overworld.json @@ -0,0 +1,27 @@ +{ + "feature": "rftoolsbase:dimshard_overworld", + "placement": [ + { + "count": 0, + "type": "minecraft:count" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": -64 + }, + "max_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "rftoolsbase:filter_overworld" + } + ] +} \ No newline at end of file