diff --git a/gradle.properties b/gradle.properties index 972f308..a6ca492 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.9 loader_version=0.16.10 # Mod Properties -mod_version=1.1.0 +mod_version=1.1.1 maven_group=com.smithy archives_base_name=celestium diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 75c8ab3..51681c1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,6 @@ "java": ">=17", "fabric": ">=0.92.1+1.20.1", "ad_astra": "*", - "tardis_refined": "*", "createdeco": "*" }, "suggests": {} diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/earth_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/earth_orbit.json index c5ade14..b7a62b8 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/earth_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/earth_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/glacio_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/glacio_orbit.json index e248ce7..7785ddd 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/glacio_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/glacio_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mars_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mars_orbit.json index 9322686..a746482 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mars_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mars_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mercury_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mercury_orbit.json index f6d6282..f8455e0 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mercury_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/mercury_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/moon_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/moon_orbit.json index 0e0ed78..07f04c2 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/moon_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/moon_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/venus_orbit.json b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/venus_orbit.json index 29a7c23..417897b 100644 --- a/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/venus_orbit.json +++ b/src/main/resources/resourcepacks/celestium/data/ad_astra/dimension_type/venus_orbit.json @@ -6,9 +6,9 @@ "has_ceiling": false, "has_raids": false, "has_skylight": true, - "height": 512, + "height": 2096, "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 512, + "logical_height": 2096, "min_y": -64, "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { diff --git a/src/main/resources/resourcepacks/celestium/data/tardis_refined/recipes/amethyst_screwdriver.json b/src/main/resources/resourcepacks/celestium/data/tardis_refined/recipes/amethyst_screwdriver.json deleted file mode 100644 index 66849c3..0000000 --- a/src/main/resources/resourcepacks/celestium/data/tardis_refined/recipes/amethyst_screwdriver.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "key": { - "A": { - "item": "minecraft:amethyst_shard" - }, - "B": { - "item": "ad_astra:glacian_button" - }, - "L": { - "item": "minecraft:lapis_lazuli" - }, - "R": { - "item": "minecraft:blaze_rod" - } - }, - "pattern": [ - " A ", - "BR ", - " L " - ], - "result": { - "item": "tardis_refined:amethyst_screwdriver" - }, - "show_notification": true -} \ No newline at end of file