Files
minecraft-assets/data/minecraft/worldgen/configured_feature/lake_lava.json
2022-11-16 18:37:49 +01: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"
}
}
}
}
}