From 5d1b4a8db3fc25fb3c6f26726bb1160c63387fe9 Mon Sep 17 00:00:00 2001 From: Matteo Date: Wed, 22 Mar 2023 22:07:58 +0100 Subject: [PATCH] 0.0.3 --- gradle.properties | 2 +- .../data/sculk_depths/dimension_type/sculk_depthsdim.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c86a83cd..e34fe767 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.parallel=true loader_version=0.14.17 # Mod Properties - mod_version = 0.0.2 + mod_version = 0.0.3 maven_group = com.example archives_base_name = sculk_depths diff --git a/src/main/resources/data/sculk_depths/dimension_type/sculk_depthsdim.json b/src/main/resources/data/sculk_depths/dimension_type/sculk_depthsdim.json index 8a13c5c1..5f06d8ae 100644 --- a/src/main/resources/data/sculk_depths/dimension_type/sculk_depthsdim.json +++ b/src/main/resources/data/sculk_depths/dimension_type/sculk_depthsdim.json @@ -2,7 +2,7 @@ "name": "sculk_depthsdim", "has_raids": false, "logical_height": 256, - /*"effects": "minecraft:the_nether",*/ + "effects": "minecraft:the_nether", "infiniburn": "#minecraft:infiniburn_overworld", "ambient_light": 0.002, "ultrawarm": false,