Palette support 1

This commit is contained in:
Tnze
2021-12-17 18:45:06 +08:00
parent ee33cedd79
commit 70b0fbf1b7
12 changed files with 2481 additions and 17 deletions

View File

@ -22,6 +22,71 @@
ultrawarm: 0b,
has_ceiling: 0b
}
},
{
name: "minecraft:overworld_caves",
id: 1,
element: {
piglin_safe: 0b,
natural: 1b,
ambient_light: 0.0f,
infiniburn: "minecraft:infiniburn_overworld",
respawn_anchor_works: 0b,
has_skylight: 1b,
bed_works: 1b,
effects: "minecraft:overworld",
has_raids: 1b,
min_y: 0,
height: 256,
logical_height: 256,
coordinate_scale: 1.0d,
ultrawarm: 0b,
has_ceiling: 1b
}
},
{
name: "minecraft:the_nether",
id: 2,
element: {
piglin_safe: 1b,
natural: 0b,
ambient_light: 0.1f,
infiniburn: "minecraft:infiniburn_nether",
respawn_anchor_works: 1b,
has_skylight: 0b,
bed_works: 0b,
effects: "minecraft:the_nether",
fixed_time: 18000L,
has_raids: 0b,
min_y: 0,
height: 256,
logical_height: 128,
coordinate_scale: 8.0d,
ultrawarm: 1b,
has_ceiling: 1b
}
},
{
name: "minecraft:the_end",
id: 3,
element: {
piglin_safe: 0b,
natural: 0b,
ambient_light: 0.0f,
infiniburn: "minecraft:infiniburn_end",
respawn_anchor_works: 0b,
has_skylight: 0b,
bed_works: 0b,
effects: "minecraft:the_end",
fixed_time: 6000L,
has_raids: 1b,
min_y: 0,
height: 256,
logical_height: 256,
coordinate_scale: 1.0d,
ultrawarm: 0b,
has_ceiling: 0b
}
}
]
},