commit 41358f643c61dc6aeaa9baeeec4b3082d1e333b8 Author: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Sat Apr 11 17:58:55 2026 +0300 Initial commit diff --git a/data/dev/dimension/dimension.json b/data/dev/dimension/dimension.json new file mode 100644 index 0000000..5ef92f5 --- /dev/null +++ b/data/dev/dimension/dimension.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:overworld", + "generator": { + "type": "minecraft:flat", + "settings": { + "biome": "minecraft:plains", + "lakes": false, + "features": false, + "layers": [ + { + "height": 120, + "block": "minecraft:air" + }, + { + "height": 1, + "block": "minecraft:bedrock" + }, + { + "height": 3, + "block": "minecraft:dirt" + }, + { + "height": 1, + "block": "minecraft:grass_block" + } + ], + "structure_overrides": [] + } + } +} \ No newline at end of file diff --git a/data/dev/dimension_type/dimension.json b/data/dev/dimension_type/dimension.json new file mode 100644 index 0000000..3666023 --- /dev/null +++ b/data/dev/dimension_type/dimension.json @@ -0,0 +1,14 @@ +{ + "has_skylight": true, + "has_ceiling": false, + "has_ender_dragon_fight": false, + "coordinate_scale": 1, + "ambient_light": 0, + "has_fixed_time": true, + "logical_height": 0, + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": -64, + "height": 320, + "monster_spawn_light_level": 0, + "monster_spawn_block_light_limit": 0 +} \ No newline at end of file diff --git a/data/dev/function/teleport.mcfunction b/data/dev/function/teleport.mcfunction new file mode 100644 index 0000000..1f62dc3 --- /dev/null +++ b/data/dev/function/teleport.mcfunction @@ -0,0 +1,13 @@ +execute if dimension minecraft:overworld in dev:dimension run tp 0 61 0 +execute if dimension minecraft:overworld in dev:dimension run return run title @s title "Pocket Dimension" + +execute if dimension minecraft:the_nether in dev:dimension run tp 0 61 0 +execute if dimension minecraft:the_nether in dev:dimension run return run title @s title "Pocket Dimension" + +execute if dimension minecraft:the_end in dev:dimension run tp 0 61 0 +execute if dimension minecraft:the_end in dev:dimension run return run title @s title "Pocket Dimension" + +execute if dimension dev:dimension in minecraft:overworld run tp 0 100 0 +execute if dimension dev:dimension in minecraft:overworld run return run title @s title "Overworld" + +return fail \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..31e9e1a --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,13 @@ +{ + "pack": { + "description": "dev-dimension", + "min_format": [ + 101, + 1 + ], + "max_format": [ + 101, + 1 + ] + } +} \ No newline at end of file diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..3e3a487 Binary files /dev/null and b/pack.png differ