From 1fbd10471ffa8e3d51989c4574f925033ef08a56 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 15 Jan 2024 22:56:32 -0700 Subject: [PATCH] Fix dimension settings --- gradle.properties | 2 +- src/main/resources/data/otemod/dimension/threshold.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 02ec592..f34cc7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,7 +49,7 @@ mod_name=Thresholds # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.4.011524.2235 +mod_version=1.4.011524.2246 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/data/otemod/dimension/threshold.json b/src/main/resources/data/otemod/dimension/threshold.json index 271779c..b739637 100644 --- a/src/main/resources/data/otemod/dimension/threshold.json +++ b/src/main/resources/data/otemod/dimension/threshold.json @@ -4,8 +4,7 @@ "type": "minecraft:noise", "settings": "otemod:threshold", "biome_source": { - "type": "minecraft:multi_noise", - "biomes": [] + "type": "minecraft:the_end" } } }