increased height of orbits

This commit is contained in:
2026-06-14 15:05:28 +02:00
parent ab37a1957a
commit 316cfd0847
9 changed files with 13 additions and 41 deletions

View File

@@ -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

View File

@@ -27,7 +27,6 @@
"java": ">=17",
"fabric": ">=0.92.1+1.20.1",
"ad_astra": "*",
"tardis_refined": "*",
"createdeco": "*"
},
"suggests": {}

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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
}