dimension types
This commit is contained in:
parent
cd6abb5df5
commit
0001d4d110
4 changed files with 100 additions and 0 deletions
25
kubejs/data/tfg/dimension_type/mars.json
Normal file
25
kubejs/data/tfg/dimension_type/mars.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "ad_astra:mars",
|
||||
"has_ceiling": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
25
kubejs/data/tfg/dimension_type/mercury.json
Normal file
25
kubejs/data/tfg/dimension_type/mercury.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "ad_astra:mercury",
|
||||
"has_ceiling": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": true
|
||||
}
|
||||
25
kubejs/data/tfg/dimension_type/moon.json
Normal file
25
kubejs/data/tfg/dimension_type/moon.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "ad_astra:moon",
|
||||
"has_ceiling": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": false,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
25
kubejs/data/tfg/dimension_type/venus.json
Normal file
25
kubejs/data/tfg/dimension_type/venus.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "ad_astra:venus",
|
||||
"has_ceiling": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue