Skip to content

Commit

Permalink
v1.21.40.23-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Sep 25, 2024
1 parent f2b075e commit ca98329
Show file tree
Hide file tree
Showing 216 changed files with 4,882 additions and 1,254 deletions.
14 changes: 10 additions & 4 deletions behavior_pack/entities/breeze_wind_charge_projectile.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"format_version": "1.21.10",
"format_version": "1.21.40",
"minecraft:entity": {
"description": {
"identifier": "minecraft:breeze_wind_charge_projectile",
"is_spawnable": false,
"is_summonable": false
},
"components": {
"minecraft:wind_burst": {
"radius": 3.0,
"minecraft:explode": {
"power": 3.0,
"particle_effect": "breeze_wind_burst",
"sound_effect": "breeze_wind_charge.burst",
"knockback_scaling": 0.6,
"negates_fall_damage": false
"negates_fall_damage": false,
"causes_fire": false,
"breaks_blocks": false,
"allow_underwater": true,
"toggles_blocks": true,
"damage_scaling": 0,
"max_resistance": 0
},
"minecraft:collision_box": {
"width": 0.3125,
Expand Down
1 change: 1 addition & 0 deletions behavior_pack/entities/enderman.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"format_version": "1.21.40",
"use_beta_features": true,
"minecraft:entity": {
"description": {
"identifier": "minecraft:enderman",
Expand Down
33 changes: 29 additions & 4 deletions behavior_pack/entities/iron_golem.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@
"blocks": [
"cobblestone",
"stone",
"granite",
"polished_granite",
"diorite",
"polished_diorite",
"andesite",
"polished_andesite",
"stone_bricks",
"mossy_stone_bricks",
"cracked_stone_bricks",
Expand Down Expand Up @@ -220,10 +226,29 @@
"polished_diorite_double_slab",
"granite_double_slab",
"polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"mossy_stone_brick_double_slab",
"smooth_quartz_double_slab",
"normal_stone_double_slab",
"cut_sandstone_double_slab",
"cut_red_sandstone_double_slab",
"oak_slab",
"spruce_slab",
"birch_slab",
"jungle_slab",
"acacia_slab",
"dark_oak_slab",
"oak_double_slab",
"spruce_double_slab",
"birch_double_slab",
"jungle_double_slab",
"acacia_double_slab",
"dark_oak_double_slab",
"oak_planks",
"spruce_planks",
"birch_planks",
"jungle_planks",
"acacia_planks",
"dark_oak_planks",
"brick_block",
"nether_brick",
"red_nether_brick",
Expand Down
8 changes: 4 additions & 4 deletions behavior_pack/entities/mooshroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"on_interact": {
"filters": { // orchid
"all_of": [
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:1"},
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "blue_orchid"},
{ "test" : "is_family", "subject" : "other", "value" : "player"},
{ "test": "is_variant", "subject": "self", "operator": "==", "value": 1},
{ "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 6}
Expand All @@ -143,7 +143,7 @@
"on_interact": {
"filters": { // cornflower
"all_of": [
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:9"},
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "cornflower"},
{ "test" : "is_family", "subject" : "other", "value" : "player"},
{ "test": "is_variant", "subject": "self", "operator": "==", "value": 1},
{ "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 1}
Expand Down Expand Up @@ -179,7 +179,7 @@
"on_interact": {
"filters": { // lily of the valley
"all_of": [
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:10"},
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "lily_of_the_valley"},
{ "test" : "is_family", "subject" : "other", "value" : "player"},
{ "test": "is_variant", "subject": "self", "operator": "==", "value": 1},
{ "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 4}
Expand All @@ -197,7 +197,7 @@
"on_interact": {
"filters": { // daisy
"all_of": [
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:8"},
{ "test": "has_equipment", "subject": "other", "domain": "hand", "value": "oxeye_daisy"},
{ "test" : "is_family", "subject" : "other", "value" : "player"},
{ "test": "is_variant", "subject": "self", "operator": "==", "value": 1},
{ "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 8}
Expand Down
17 changes: 16 additions & 1 deletion behavior_pack/entities/piglin.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,22 @@
"minecraft:trapped_chest",
"minecraft:ender_chest",
"minecraft:barrel",
"minecraft:shulker_box",
"minecraft:white_shulker_box",
"minecraft:orange_shulker_box",
"minecraft:magenta_shulker_box",
"minecraft:light_blue_shulker_box",
"minecraft:yellow_shulker_box",
"minecraft:lime_shulker_box",
"minecraft:pink_shulker_box",
"minecraft:gray_shulker_box",
"minecraft:light_gray_shulker_box",
"minecraft:cyan_shulker_box",
"minecraft:purple_shulker_box",
"minecraft:blue_shulker_box",
"minecraft:brown_shulker_box",
"minecraft:green_shulker_box",
"minecraft:red_shulker_box",
"minecraft:black_shulker_box",
"minecraft:undyed_shulker_box"
],
"on_block_broken": "important_block_destroyed_event"
Expand Down
37 changes: 31 additions & 6 deletions behavior_pack/entities/ravager.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,24 +320,49 @@
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"sunflower",
"lilac",
"tall_grass",
"large_fern",
"rose_bush",
"peony",
"oak_leaves",
"spruce_leaves",
"birch_leaves",
"jungle_leaves",
"acacia_leaves",
"dark_oak_leaves",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"poppy",
"blue_orchid",
"allium",
"azure_bluet",
"red_tulip",
"orange_tulip",
"white_tulip",
"pink_tulip",
"oxeye_daisy",
"cornflower",
"lily_of_the_valley",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"oak_sapling",
"spruce_sapling",
"birch_sapling",
"jungle_sapling",
"acacia_sapling",
"dark_oak_sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"short_grass",
"fern",
"turtle_egg",
"vine",
"waterlily",
Expand Down
2 changes: 1 addition & 1 deletion behavior_pack/entities/sniffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"target_blocks": [
"minecraft:dirt",
"minecraft:coarse_dirt",
"minecraft:grass",
"minecraft:grass_block",
"minecraft:podzol",
"minecraft:dirt_with_roots",
"minecraft:moss_block",
Expand Down
66 changes: 58 additions & 8 deletions behavior_pack/entities/villager_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,12 @@
"blocks": [
"cobblestone",
"stone",
"granite",
"polished_granite",
"diorite",
"polished_diorite",
"andesite",
"polished_andesite",
"stone_bricks",
"mossy_stone_bricks",
"cracked_stone_bricks",
Expand Down Expand Up @@ -1547,10 +1553,29 @@
"polished_diorite_double_slab",
"granite_double_slab",
"polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"mossy_stone_brick_double_slab",
"smooth_quartz_double_slab",
"normal_stone_double_slab",
"cut_sandstone_double_slab",
"cut_red_sandstone_double_slab",
"oak_slab",
"spruce_slab",
"birch_slab",
"jungle_slab",
"acacia_slab",
"dark_oak_slab",
"oak_double_slab",
"spruce_double_slab",
"birch_double_slab",
"jungle_double_slab",
"acacia_double_slab",
"dark_oak_double_slab",
"oak_planks",
"spruce_planks",
"birch_planks",
"jungle_planks",
"acacia_planks",
"dark_oak_planks",
"brick_block",
"nether_brick",
"red_nether_brick",
Expand Down Expand Up @@ -1648,6 +1673,12 @@
"blocks": [
"cobblestone",
"stone",
"granite",
"polished_granite",
"diorite",
"polished_diorite",
"andesite",
"polished_andesite",
"stone_bricks",
"mossy_stone_bricks",
"cracked_stone_bricks",
Expand Down Expand Up @@ -1708,10 +1739,29 @@
"polished_diorite_double_slab",
"granite_double_slab",
"polished_granite_double_slab",
"double_stone_slab4",
"wooden_slab",
"double_wooden_slab",
"planks",
"mossy_stone_brick_double_slab",
"smooth_quartz_double_slab",
"normal_stone_double_slab",
"cut_sandstone_double_slab",
"cut_red_sandstone_double_slab",
"oak_slab",
"spruce_slab",
"birch_slab",
"jungle_slab",
"acacia_slab",
"dark_oak_slab",
"oak_double_slab",
"spruce_double_slab",
"birch_double_slab",
"jungle_double_slab",
"acacia_double_slab",
"dark_oak_double_slab",
"oak_planks",
"spruce_planks",
"birch_planks",
"jungle_planks",
"acacia_planks",
"dark_oak_planks",
"brick_block",
"nether_brick",
"red_nether_brick",
Expand Down
13 changes: 10 additions & 3 deletions behavior_pack/entities/wind_charge_projectile.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@
"is_summonable": true
},
"components": {
"minecraft:wind_burst": {
"radius": 1.2,
"minecraft:explode": {
"power": 1.2,
"particle_effect": "wind_burst",
"sound_effect": "wind_charge.burst",
"knockback_scaling": 1.22
"knockback_scaling": 1.22,
"negates_fall_damage": true,
"causes_fire": false,
"breaks_blocks": false,
"allow_underwater": true,
"toggles_blocks": true,
"damage_scaling": 0,
"max_resistance": 0
},
"minecraft:collision_box": {
"width": 0.3125,
Expand Down
27 changes: 27 additions & 0 deletions behavior_pack/items/black_bundle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"format_version": "1.21.30",
"minecraft:item": {
"description": {
"identifier": "minecraft:black_bundle"
},

"components": {
"minecraft:icon": {
"textures": {
"default": "bundle_black"
}
},
"minecraft:max_stack_size": 1,
"minecraft:storage_item": {
"max_slots": 64,
"max_weight_limit": 64,
"weight_in_storage_item": 4,
"allow_nested_storage_items": true,
"banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ]
},
"minecraft:bundle_interaction": {
"num_viewable_slots": 12
}
}
}
}
27 changes: 27 additions & 0 deletions behavior_pack/items/blue_bundle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"format_version": "1.21.30",
"minecraft:item": {
"description": {
"identifier": "minecraft:blue_bundle"
},

"components": {
"minecraft:icon": {
"textures": {
"default": "bundle_blue"
}
},
"minecraft:max_stack_size": 1,
"minecraft:storage_item": {
"max_slots": 64,
"max_weight_limit": 64,
"weight_in_storage_item": 4,
"allow_nested_storage_items": true,
"banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ]
},
"minecraft:bundle_interaction": {
"num_viewable_slots": 12
}
}
}
}
Loading

0 comments on commit ca98329

Please sign in to comment.