initial commit of packs
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:netherrack"
|
||||
},
|
||||
"title": "Nether Coordinate Scale 1:1",
|
||||
"description": "1 to 1, Nether to Overworld coordinates.",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "minecraft:root",
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tick"
|
||||
]
|
||||
]
|
||||
}
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ultrawarm": true,
|
||||
"natural": false,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": true,
|
||||
"bed_works": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"has_ceiling": true,
|
||||
"coordinate_scale": 1,
|
||||
"ambient_light": 0.1,
|
||||
"fixed_time": 18000,
|
||||
"logical_height": 128,
|
||||
"effects": "minecraft:the_nether",
|
||||
"infiniburn": "#minecraft:infiniburn_nether",
|
||||
"min_y": 0,
|
||||
"height": 256,
|
||||
"monster_spawn_light_level": 7,
|
||||
"monster_spawn_block_light_limit": 15
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48},
|
||||
"description": [{"text":"Nether Coordinate Scale 1:1","color":"gold"}]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user