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:
25
servers/bedrock/definitions/features/cocoa_age_0_feature.json
vendored
Normal file
25
servers/bedrock/definitions/features/cocoa_age_0_feature.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:single_block_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cocoa_age_0_feature"
|
||||
},
|
||||
"places_block": {
|
||||
"name": "minecraft:cocoa",
|
||||
"states": {
|
||||
"age": 0
|
||||
}
|
||||
},
|
||||
"enforce_survivability_rules": false,
|
||||
"enforce_placement_rules": false,
|
||||
"may_attach_to": {
|
||||
"min_sides_must_attach": 1,
|
||||
"sides": {
|
||||
"name": "minecraft:log",
|
||||
"states": {
|
||||
"old_log_type": "jungle"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user