Files
minecraft-assets/data/minecraft/worldgen/configured_feature/lake_lava.json
2024-10-23 18:31:37 +02:00

20 lines
367 B
JSON

{
"type": "minecraft:lake",
"config": {
"barrier": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:stone"
}
},
"fluid": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:lava",
"Properties": {
"level": "0"
}
}
}
}
}