From 77f0e689f84a601f5da4aaf2308bccf74a531346 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 24 Jul 2021 16:59:58 +0800 Subject: Initial public release (minecraft 1.17.1). --- data/minecraft/dimension_type/overworld.json | 17 +++++++++++++++++ data/minecraft/dimension_type/overworld_caves.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 data/minecraft/dimension_type/overworld.json create mode 100644 data/minecraft/dimension_type/overworld_caves.json (limited to 'data/minecraft/dimension_type') diff --git a/data/minecraft/dimension_type/overworld.json b/data/minecraft/dimension_type/overworld.json new file mode 100644 index 0000000..9b21a4a --- /dev/null +++ b/data/minecraft/dimension_type/overworld.json @@ -0,0 +1,17 @@ +{ + "logical_height": 384, + "infiniburn": "minecraft:infiniburn_overworld", + "effects": "minecraft:overworld", + "ambient_light": 0.0, + "respawn_anchor_works": false, + "has_raids": true, + "min_y": -64, + "height": 384, + "natural": true, + "coordinate_scale": 1.0, + "piglin_safe": false, + "bed_works": true, + "has_skylight": true, + "has_ceiling": false, + "ultrawarm": false +} \ No newline at end of file diff --git a/data/minecraft/dimension_type/overworld_caves.json b/data/minecraft/dimension_type/overworld_caves.json new file mode 100644 index 0000000..f4ea040 --- /dev/null +++ b/data/minecraft/dimension_type/overworld_caves.json @@ -0,0 +1,17 @@ +{ + "logical_height": 384, + "infiniburn": "minecraft:infiniburn_overworld", + "effects": "minecraft:overworld", + "ambient_light": 0.0, + "respawn_anchor_works": false, + "has_raids": true, + "min_y": -64, + "height": 384, + "natural": true, + "coordinate_scale": 1.0, + "piglin_safe": false, + "bed_works": true, + "has_skylight": true, + "has_ceiling": true, + "ultrawarm": false +} \ No newline at end of file -- cgit v1.2.3