Skip to content

Commit

Permalink
初始的Be服
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Sep 25, 2018
0 parents commit ef840f1
Show file tree
Hide file tree
Showing 1,129 changed files with 233,123 additions and 0 deletions.
Binary file added bedrock_server
Binary file not shown.
440 changes: 440 additions & 0 deletions bedrock_server_how_to.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions behavior_packs/chemistry/entities/balloon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"minecraft:entity": {
"format_version": "1.2.0",

"components": {
"minecraft:identifier": {
"id": "minecraft:balloon"
},
"minecraft:collision_box": {
"width": 0.4,
"height": 0.4
},
"minecraft:physics": {
"has_gravity": false
},
"minecraft:balloon": {
"lift_force": [ 0.0, 1.6, 0.0 ]
}
}
}
}
40 changes: 40 additions & 0 deletions behavior_packs/chemistry/entities/ice_bomb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"minecraft:entity": {
"format_version": "1.2.0",

"components": {
"minecraft:identifier": {
"id": "minecraft:ice_bomb"
},
"minecraft:collision_box": {
"width": 0.25,
"height": 0.25
},
"minecraft:projectile": {
"onHit": {
"freeze_on_hit": {
"size": 1.1,
"shape": "cube",
"snap_to_block": true
},
"remove_on_hit": { },
"particle_on_hit": {
"particle_type": "snowballpoof",
"num_particles": 6,
"on_entity_hit": true,
"on_other_hit": true
}
},
"hitSound": "icebomb.hit",
"power": 1.5,
"gravity": 0.025,
"angleoffset": 0.0,
"inertia": 1,
"liquid_inertia": 1,
"hitWater": true
},
"minecraft:physics": {
}
}
}
}
27 changes: 27 additions & 0 deletions behavior_packs/chemistry/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"format_version": 1,
"header": {
"description": "pack.description",
"name": "pack.name",
"uuid": "6baf8b62-8948-4c99-bb1e-a0cb35dc4579",
"version": [1, 0, 0]
},
"modules": [
{
"description": "pack.description",
"type": "data",
"uuid": "5647115c-0d4d-4669-825d-52cb58038d3b",
"version": [1, 0, 0]
}
],
"dependencies": [
{
// Chemistry resource pack
"uuid": "0fba4063-dba1-4281-9b89-ff9390653530",
"version": [1, 0, 0]
}
],
"capabilities": [
"chemistry"
]
}
Binary file added behavior_packs/chemistry/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions behavior_packs/chemistry/texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pack.name=Chemistry
pack.description=Explore the world of chemistry in Minecraft!
15 changes: 15 additions & 0 deletions behavior_packs/vanilla/behavior_trees/attack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "attack",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:attack": {
}
}
]
}
}
}
}
25 changes: 25 additions & 0 deletions behavior_packs/vanilla/behavior_trees/attack_mob_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "attack_mob_test",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at": {
"block_pos": [-1, 4, 0]
}
},
{
"minecraft:shoot_bow": {
}
},
{
"minecraft:wait": {
"wait_duration": 1
}
}
]
}
}
}
}
21 changes: 21 additions & 0 deletions behavior_packs/vanilla/behavior_trees/attack_mob_test2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "attack_mob_test2",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at": {
"block_pos": [-1, 4, 0]
}
},
{
"minecraft:attack": {
"num_of_ticks": 1
}
}
]
}
}
}
}
19 changes: 19 additions & 0 deletions behavior_packs/vanilla/behavior_trees/break_nearby_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "break_nearby_block",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:find_block": {
}
},
{
"minecraft:break_block": {
}
}
]
}
}
}
}
40 changes: 40 additions & 0 deletions behavior_packs/vanilla/behavior_trees/chop_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "chop_wood",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:find_block": {
"block_name": "log"
}
},
{
"minecraft:break_block": {
}
},
{
"minecraft:wait": {
"wait_duration": 1
}
},
{
"minecraft:find_entity": {
"entity_name": "item"
}
},
{
"minecraft:move_to": {

}
},
{
"minecraft:wait": {
"wait_duration": 1
}
}
]
}
}
}
}
27 changes: 27 additions & 0 deletions behavior_packs/vanilla/behavior_trees/collect_items.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "collect_items",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:find_entity": {
"entity_name": "item"
}
},
{
"minecraft:move_to": {
"block_pos_id": "target_pos",
"distance_epsilon": 1.5
}
},
{
"minecraft:wait": {
"wait_duration": 1
}
}
]
}
}
}
}
20 changes: 20 additions & 0 deletions behavior_packs/vanilla/behavior_trees/consume_item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "consume_item",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:consume_item": {
}
},
{
"minecraft:wait": {
"wait_duration": 1
}
}
]
}
}
}
}
32 changes: 32 additions & 0 deletions behavior_packs/vanilla/behavior_trees/cooked_chicken_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "cooked_chicken_test",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at": {
"block_pos": [1, 4, 1]
}
},
{
"minecraft:activate_tool": {
"block_pos": [1, 4, 1]
}
},
{
"minecraft:break_block": {
"block_pos": [1, 4, 1],
"num_of_ticks": 1
}
},
{
"minecraft:wait": {
"wait_duration": 10
}
}
]
}
}
}
}
15 changes: 15 additions & 0 deletions behavior_packs/vanilla/behavior_trees/interact.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "interact",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:interact": {
}
}
]
}
}
}
}
19 changes: 19 additions & 0 deletions behavior_packs/vanilla/behavior_trees/interact_with_at.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "interact_with_at",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at": {
}
},
{
"minecraft:interact": {
}
}
]
}
}
}
}
15 changes: 15 additions & 0 deletions behavior_packs/vanilla/behavior_trees/look_at_entity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "look_at_entity",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at_entity": {
}
}
]
}
}
}
}
26 changes: 26 additions & 0 deletions behavior_packs/vanilla/behavior_trees/mine_block_at_origin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"minecraft:behavior_tree": {
"minecraft:name": "mine_block_at_origin",
"minecraft:root": {
"minecraft:sequence": {
"children": [
{
"minecraft:look_at": {
"block_pos": [0, 4, 0]
}
},
{
"minecraft:break_block": {
"block_pos": [0, 4, 0]
}
},
{
"minecraft:wait": {
"wait_duration": 1
}
}
]
}
}
}
}
Loading

0 comments on commit ef840f1

Please sign in to comment.