Skip to content

Commit

Permalink
v1.21.60.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Feb 12, 2025
1 parent 19df7dd commit fa222fc
Show file tree
Hide file tree
Showing 251 changed files with 8,539 additions and 2,787 deletions.
7 changes: 3 additions & 4 deletions behavior_pack/aim_assist/categories/categories.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"format_version": "1.21.50",
"minecraft:aim_assist_categories": {
"identifier": "minecraft:aim_assist_categories_1",
"categories": [
{
"name": "bucket",
"name": "minecraft:bucket",
"entity_default": 30,
"block_default": 30,
"priorities": {
Expand All @@ -16,7 +15,7 @@
}
},
{
"name": "hand",
"name": "minecraft:empty_hand",
"entity_default": 30,
"block_default": 30,
"priorities": {
Expand All @@ -33,7 +32,7 @@
}
},
{
"name": "default",
"name": "minecraft:default",
"priorities": {
"blocks": {
"minecraft:lever": 60,
Expand Down
7 changes: 3 additions & 4 deletions behavior_pack/aim_assist/presets/aim_assist_preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"format_version": "1.21.50",
"minecraft:aim_assist_preset": {
"identifier": "minecraft:aim_assist_default",
"categories": "minecraft:aim_assist_categories_1",
"item_settings": {
"minecraft:bucket": "bucket"
"minecraft:bucket": "minecraft:bucket"
},
"default_item_settings": "default",
"hand_settings": "hand",
"default_item_settings": "minecraft:default",
"hand_settings": "minecraft:empty_hand",
"exclusion_list": [
"minecraft:bedrock",
"minecraft:arrow"
Expand Down
1 change: 1 addition & 0 deletions behavior_pack/entities/cat.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"require_tame": true,
"require_full_health": true,
"allow_sitting": true,
"combine_parent_colors": true,
"breeds_with": {
"mate_type": "minecraft:cat",
"baby_type": "minecraft:cat",
Expand Down
71 changes: 39 additions & 32 deletions behavior_pack/entities/cave_spider.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format_version": "1.21.0",
"format_version": "1.21.60",
"minecraft:entity": {
"description": {
"identifier": "minecraft:cave_spider",
Expand All @@ -23,7 +23,6 @@
}
}
},

"minecraft:spider_stray_jockey": {
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.stray"
Expand All @@ -38,7 +37,6 @@
}
}
},

"minecraft:spider_wither_jockey": {
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.wither"
Expand All @@ -53,7 +51,6 @@
}
}
},

"minecraft:spider_neutral": {
"minecraft:environment_sensor": {
"triggers": {
Expand All @@ -69,7 +66,6 @@
"event": "minecraft:become_angry"
}
},

"minecraft:spider_hostile": {
"minecraft:environment_sensor": {
"triggers": {
Expand All @@ -81,7 +77,6 @@
"event": "minecraft:become_neutral"
}
},

"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": true,
Expand All @@ -90,9 +85,21 @@
{
"filters": {
"any_of": [
{ "test": "is_family", "subject": "other", "value": "player" },
{ "test": "is_family", "subject": "other", "value": "snowgolem" },
{ "test": "is_family", "subject": "other", "value": "irongolem" }
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
Expand All @@ -110,7 +117,6 @@
"random_stop_interval": 100
}
},

"minecraft:spider_angry": {
"minecraft:angry": {
"duration": 10,
Expand All @@ -128,9 +134,21 @@
{
"filters": {
"any_of": [
{ "test": "is_family", "subject": "other", "value": "player" },
{ "test": "is_family", "subject": "other", "value": "snowgolem" },
{ "test": "is_family", "subject": "other", "value": "irongolem" }
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 16
Expand Down Expand Up @@ -173,6 +191,8 @@
"components": {
"minecraft:is_hidden_when_invisible": {
},
"minecraft:renders_when_invisible": {
},
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 0"
},
Expand Down Expand Up @@ -200,7 +220,7 @@
"damage_conditions": [
{
"filters": {
"test": "in_lava", "subject": "self","operator": "==", "value": true
"test": "in_lava", "subject": "self"
},
"cause": "lava",
"damage_per_tick": 4
Expand Down Expand Up @@ -305,7 +325,6 @@
{ "test": "is_underground", "value": false }
]
},
"remove": {},
"add": {
"component_groups": [
"minecraft:spider_stray_jockey",
Expand All @@ -316,10 +335,8 @@
{
"weight": 80,
"filters": {
"test": "is_biome",
"value": "the_nether"
"test": "is_biome", "value": "the_nether"
},
"remove": {},
"add": {
"component_groups": [
"minecraft:spider_wither_jockey",
Expand All @@ -335,7 +352,6 @@
{ "test": "is_underground", "value": true }
]
},
"remove": {},
"add": {
"component_groups": [
"minecraft:spider_jockey",
Expand All @@ -347,7 +363,6 @@
},
{
"weight": 99,
"remove": {},
"add": {
"component_groups": [
"minecraft:spider_neutral"
Expand All @@ -356,7 +371,6 @@
}
]
},

"minecraft:become_hostile": {
"sequence": [
{
Expand All @@ -373,8 +387,7 @@
},
{
"filters": {
"test": "is_difficulty",
"value": "easy"
"test": "is_difficulty", "value": "easy"
},
"remove": {
"component_groups": [ "minecraft:spider_poison_hard", "minecraft:spider_poison_normal" ]
Expand All @@ -385,8 +398,7 @@
},
{
"filters": {
"test": "is_difficulty",
"value": "normal"
"test": "is_difficulty", "value": "normal"
},
"remove": {
"component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_hard" ]
Expand All @@ -397,8 +409,7 @@
},
{
"filters": {
"test": "is_difficulty",
"value": "hard"
"test": "is_difficulty", "value": "hard"
},
"remove": {
"component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_normal" ]
Expand All @@ -409,7 +420,6 @@
}
]
},

"minecraft:become_neutral": {
"remove": {
"component_groups": [
Expand All @@ -422,7 +432,6 @@
]
}
},

"minecraft:become_angry": {
"sequence": [
{
Expand All @@ -439,8 +448,7 @@
},
{
"filters": {
"test": "is_difficulty",
"value": "easy"
"test": "is_difficulty", "value": "easy"
},
"remove": {
"component_groups": [ "minecraft:spider_poison_hard", "minecraft:spider_poison_normal" ]
Expand Down Expand Up @@ -473,7 +481,6 @@
}
]
},

"minecraft:on_calm": {
"remove": {
"component_groups": [
Expand Down
Loading

0 comments on commit fa222fc

Please sign in to comment.