Skip to content

Commit

Permalink
speed up the harvest bot bone meal drop time a little
Browse files Browse the repository at this point in the history
  • Loading branch information
LofiMonk committed Jan 31, 2021
1 parent ffff1c9 commit c12a92c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions BP Bot-Topia/bridge/cache/BP/entities/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"file_type": "entity",
"format_version": 1,
"file_uuid": "089f1b17_f437_4100_a2e0_cd3fad982fbc",
"file_version": 326,
"file_version": 327,
"cache_content": {
"children": [
{
Expand Down Expand Up @@ -875,7 +875,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -2092,7 +2092,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -6018,7 +6018,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -7619,7 +7619,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -7925,7 +7925,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -7973,7 +7973,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand All @@ -7985,7 +7985,7 @@
{
"open": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand All @@ -7994,7 +7994,7 @@
"key": "entities",
"is_minified": true,
"children": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -8965,7 +8965,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down Expand Up @@ -10781,7 +10781,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down
4 changes: 2 additions & 2 deletions BP Bot-Topia/entities/bot.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//bridge-file-version: #326
//bridge-file-version: #327
{
"format_version": "1.16.100",
"minecraft:entity": {
Expand Down Expand Up @@ -863,7 +863,7 @@
},
"minecraft:spawn_entity": {
"entities": {
"min_wait_time": 90,
"min_wait_time": 45,
"max_wait_time": 400,
"spawn_sound": "plop",
"spawn_item": "bone_meal"
Expand Down

0 comments on commit c12a92c

Please sign in to comment.