You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
28
data/minecraft/worldgen/placed_feature/spring_lava.json
Normal file
28
data/minecraft/worldgen/placed_feature/spring_lava.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"feature": "minecraft:spring_lava_overworld",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:very_biased_to_bottom",
|
||||
"inner": 8,
|
||||
"max_inclusive": {
|
||||
"below_top": 8
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user