You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
22
data/minecraft/worldgen/placed_feature/disk_clay.json
Normal file
22
data/minecraft/worldgen/placed_feature/disk_clay.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "minecraft:disk_clay",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_fluids",
|
||||
"fluids": "minecraft:water"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user