You've already forked minecraft-assets
Create/Update assets for version 25w09a
This commit is contained in:
27
data/minecraft/worldgen/configured_feature/spring_water.json
Normal file
27
data/minecraft/worldgen/configured_feature/spring_water.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:spring_feature",
|
||||
"config": {
|
||||
"hole_count": 1,
|
||||
"requires_block_below": true,
|
||||
"rock_count": 4,
|
||||
"state": {
|
||||
"Name": "minecraft:water",
|
||||
"Properties": {
|
||||
"falling": "true"
|
||||
}
|
||||
},
|
||||
"valid_blocks": [
|
||||
"minecraft:stone",
|
||||
"minecraft:granite",
|
||||
"minecraft:diorite",
|
||||
"minecraft:andesite",
|
||||
"minecraft:deepslate",
|
||||
"minecraft:tuff",
|
||||
"minecraft:calcite",
|
||||
"minecraft:dirt",
|
||||
"minecraft:snow_block",
|
||||
"minecraft:powder_snow",
|
||||
"minecraft:packed_ice"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user