Skip to content

Commit

Permalink
feat(data): void dimension type
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Aug 16, 2022
1 parent 249b832 commit aaa4deb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/data/arnicalib/dimension_type/void.json
@@ -0,0 +1,17 @@
{
"ultrawarm": false,
"natural": false,
"piglin_safe": true,
"respawn_anchor_works": false,
"bed_works": false,
"has_raids": false,
"has_skylight": true,
"has_ceiling": false,
"coordinate_scale": 1,
"ambient_light": 0,
"fixed_time": 6000,
"logical_height": 384,
"infiniburn": "#minecraft:infiniburn_overworld",
"min_y": -64,
"height": 384
}

0 comments on commit aaa4deb

Please sign in to comment.