From 4e39c1ff0a65b2dde4532db8b6c3fbc4c2dbe45f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 27 Nov 2023 09:54:02 +0700 Subject: [PATCH] Fix #81 --- .../configured_feature/random_active_hot_spring.json | 7 +++++++ .../configured_feature/random_empty_hot_spring.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 kubejs/data/tfc/worldgen/configured_feature/random_active_hot_spring.json create mode 100644 kubejs/data/tfc/worldgen/configured_feature/random_empty_hot_spring.json diff --git a/kubejs/data/tfc/worldgen/configured_feature/random_active_hot_spring.json b/kubejs/data/tfc/worldgen/configured_feature/random_active_hot_spring.json new file mode 100644 index 000000000..bd1efeb7d --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/random_active_hot_spring.json @@ -0,0 +1,7 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:simple_random_selector", + "config": { + "features": [] + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/random_empty_hot_spring.json b/kubejs/data/tfc/worldgen/configured_feature/random_empty_hot_spring.json new file mode 100644 index 000000000..bd1efeb7d --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/random_empty_hot_spring.json @@ -0,0 +1,7 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:simple_random_selector", + "config": { + "features": [] + } +} \ No newline at end of file