You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
21
data/minecraft/worldgen/configured_feature/sculk_vein.json
Normal file
21
data/minecraft/worldgen/configured_feature/sculk_vein.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:multiface_growth",
|
||||
"config": {
|
||||
"block": "minecraft:sculk_vein",
|
||||
"can_be_placed_on": [
|
||||
"minecraft:stone",
|
||||
"minecraft:andesite",
|
||||
"minecraft:diorite",
|
||||
"minecraft:granite",
|
||||
"minecraft:dripstone_block",
|
||||
"minecraft:calcite",
|
||||
"minecraft:tuff",
|
||||
"minecraft:deepslate"
|
||||
],
|
||||
"can_place_on_ceiling": true,
|
||||
"can_place_on_floor": true,
|
||||
"can_place_on_wall": true,
|
||||
"chance_of_spreading": 1.0,
|
||||
"search_range": 20
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user