mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
16
servers/bedrock/behavior_packs/vanilla_1.19.30/features/sculk_patch_feature.json
vendored
Normal file
16
servers/bedrock/behavior_packs/vanilla_1.19.30/features/sculk_patch_feature.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"format_version": "1.16.0",
|
||||
"minecraft:sculk_patch_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:sculk_patch_feature"
|
||||
},
|
||||
"can_place_sculk_patch_on": [],
|
||||
"central_block": "minecraft:sculk_catalyst",
|
||||
"central_block_placement_chance": 0.5,
|
||||
"cursor_count": 10,
|
||||
"charge_amount": 32,
|
||||
"spread_attempts": 64,
|
||||
"growth_rounds": 0,
|
||||
"spread_rounds": 1
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.30/features/sculk_patch_feature_ancient_city.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.30/features/sculk_patch_feature_ancient_city.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.16.0",
|
||||
"minecraft:sculk_patch_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:sculk_patch_feature_ancient_city"
|
||||
},
|
||||
"can_place_sculk_patch_on": [],
|
||||
"central_block": "minecraft:sculk_catalyst",
|
||||
"central_block_placement_chance": 0.5,
|
||||
"cursor_count": 10,
|
||||
"charge_amount": 32,
|
||||
"spread_attempts": 64,
|
||||
"growth_rounds": 0,
|
||||
"spread_rounds": 1,
|
||||
"extra_growth_chance": {
|
||||
"range_min": 1,
|
||||
"range_max": 3
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user