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:
58
servers/bedrock/behavior_packs/vanilla/entities/tnt.json
vendored
Normal file
58
servers/bedrock/behavior_packs/vanilla/entities/tnt.json
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"format_version": "1.12.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "minecraft:tnt",
|
||||
"is_spawnable": false,
|
||||
"is_summonable": true,
|
||||
"is_experimental": false
|
||||
},
|
||||
|
||||
"component_groups": {
|
||||
"from_explosion": {
|
||||
"minecraft:explode": {
|
||||
"fuse_length": {
|
||||
"range_min": 0.5,
|
||||
"range_max": 2.0
|
||||
},
|
||||
"fuse_lit": true,
|
||||
"power": 4,
|
||||
"causes_fire": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:type_family": {
|
||||
"family": [ "tnt", "inanimate" ]
|
||||
},
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.98,
|
||||
"height": 0.98
|
||||
},
|
||||
|
||||
"minecraft:explode": {
|
||||
"fuse_length": 4,
|
||||
"fuse_lit": true,
|
||||
"power": 4,
|
||||
"causes_fire": false
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": false,
|
||||
"is_pushable_by_piston": true
|
||||
}
|
||||
},
|
||||
|
||||
"events": {
|
||||
"from_explosion": {
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"from_explosion"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user