Skip to content

Commit

Permalink
v1.21.20.22-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Jul 10, 2024
1 parent 4f6f952 commit bea2097
Show file tree
Hide file tree
Showing 124 changed files with 2,533 additions and 2,041 deletions.
2 changes: 1 addition & 1 deletion behavior_pack/entities/breeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"target_anchor": 0,
"target_offset": [ 0.0, 0.5, 0.0 ]
},
"minecraft:behavior.move_away_from_target": {
"minecraft:behavior.move_around_target": {
"priority": 3,
"destination_position_range": [4.0, 8.0],
"movement_speed": 1.2,
Expand Down
3 changes: 3 additions & 0 deletions behavior_pack/entities/iron_golem.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
"cut_red_sandstone",
"chiseled_red_sandstone",
"smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
Expand Down
1 change: 1 addition & 0 deletions behavior_pack/entities/sniffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"find_valid_position_retries": 5,
"target_blocks": [
"minecraft:dirt",
"minecraft:coarse_dirt",
"minecraft:grass",
"minecraft:podzol",
"minecraft:dirt_with_roots",
Expand Down
6 changes: 6 additions & 0 deletions behavior_pack/entities/villager_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
"cut_red_sandstone",
"chiseled_red_sandstone",
"smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
Expand Down Expand Up @@ -1714,6 +1717,9 @@
"red_nether_brick",
"end_bricks",
"red_sandstone",
"cut_red_sandstone",
"chiseled_red_sandstone",
"smooth_red_sandstone",
"white_stained_glass",
"orange_stained_glass",
"magenta_stained_glass",
Expand Down
1 change: 1 addition & 0 deletions behavior_pack/items/sweet_berries.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"farmland",
"grass",
"dirt",
"coarse_dirt",
"podzol",
"moss_block",
"mycelium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_ominous_common.json",
"weight": 8
"weight": 2
},
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_ominous_rare.json",
"weight": 2
"weight": 8
}
]
},
Expand Down Expand Up @@ -45,4 +45,4 @@
]
}
]
}
}
3 changes: 1 addition & 2 deletions behavior_pack/recipes/coarse_dirt.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
}
],
"result": {
"item": "minecraft:dirt",
"data": 1,
"item": "minecraft:coarse_dirt",
"count": 4
}
}
Expand Down
9 changes: 5 additions & 4 deletions behavior_pack/recipes/furnace_quartz_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
},
"unlock": [
{
"item": "minecraft:quartz_block"
"item": "minecraft:quartz_block",
"data": 0
}
],
"tags": ["furnace"],
"input": "minecraft:quartz_block:0",
"output": "minecraft:quartz_block:3"
"tags": ["furnace"],
"input": "minecraft:quartz_block:0",
"output": "minecraft:smooth_quartz"
}
}
18 changes: 18 additions & 0 deletions behavior_pack/recipes/furnace_red_sand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"format_version": "1.20.10",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_red_sand"
},

"unlock": [
{
"item": "minecraft:red_sand"
}
],
"tags": ["furnace"],
"input": "minecraft:red_sand",
"output": "minecraft:glass"
}

}
12 changes: 8 additions & 4 deletions behavior_pack/recipes/furnace_red_sandstone.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
"description": {
"identifier": "minecraft:furnace_red_sandstone"
},
"unlock": [
"unlock":[
{
"item": "minecraft:red_sandstone"
"item" : "minecraft:red_sandstone",
"data" : 0
}
],
"tags": [ "furnace" ],
"input": "minecraft:red_sandstone",
"output": "minecraft:red_sandstone:3"
"input": {
"item" : "minecraft:red_sandstone",
"data" : 0
},
"output": "minecraft:smooth_red_sandstone"
}
}
13 changes: 8 additions & 5 deletions behavior_pack/recipes/furnace_sand.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@

"unlock": [
{
"item": "minecraft:sand"
"item": "minecraft:sand",
"data": 0
}
],
"tags": ["furnace"],
"input": "minecraft:sand",
"output": "minecraft:glass"
}

"input": {
"item": "minecraft:sand",
"data": 0
},
"output": "minecraft:glass"
}
}
7 changes: 2 additions & 5 deletions behavior_pack/recipes/quartz_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:quartz_block"
},


"tags": [ "crafting_table" ],
"pattern": [
"##",
Expand All @@ -16,14 +14,13 @@
"item": "minecraft:quartz"
}
},
"unlock": [
"unlock": [
{
"item": "minecraft:quartz"
}
],
"result": {
"item": "minecraft:quartz_block",
"data": 0
"item": "minecraft:quartz_block"
}
}
}
52 changes: 26 additions & 26 deletions behavior_pack/recipes/quartz_bricks.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:quartz_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:quartz_block",
"data": 0
}
},
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
"item": "minecraft:quartz_bricks",
"count": 4
}
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:quartz_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:quartz_block",
"data": 0
}
},
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
"item": "minecraft:quartz_bricks",
"count": 4
}
}
}
29 changes: 29 additions & 0 deletions behavior_pack/recipes/quartz_pillar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:pillar_quartz_block"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:quartz_block",
"data": 0
}
},
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
"item": "minecraft:quartz_pillar",
"count": 2
}
}
}
9 changes: 3 additions & 6 deletions behavior_pack/recipes/red_sandstone.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@
],
"key": {
"#": {
"item": "minecraft:sand",
"data": 1
"item": "minecraft:red_sand"
}
},
"unlock": [
{
"item": "minecraft:sand",
"data": 1
"item": "minecraft:red_sand"
}
],
"result": {
"item": "minecraft:red_sandstone",
"data": 0
"item": "minecraft:red_sandstone"
}
}
}
10 changes: 3 additions & 7 deletions behavior_pack/recipes/smooth_quartz_stairs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:smooth_quartz_stairs"
},


"tags": [ "crafting_table" ],
"pattern": [
"# ",
Expand All @@ -14,14 +12,12 @@
],
"key": {
"#": {
"item": "minecraft:quartz_block",
"data": 3
"item": "minecraft:smooth_quartz"
}
},
"unlock": [
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 3
"item": "minecraft:smooth_quartz"
}
],
"result": {
Expand Down
3 changes: 1 addition & 2 deletions behavior_pack/recipes/smooth_red_sandstone.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
}
],
"result": {
"item": "minecraft:red_sandstone",
"data": 2,
"item": "minecraft:cut_red_sandstone",
"count": 4
}
}
Expand Down
6 changes: 2 additions & 4 deletions behavior_pack/recipes/smooth_red_sandstone_stairs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
],
"key": {
"#": {
"item": "minecraft:red_sandstone",
"data": 3
"item": "minecraft:smooth_red_sandstone"
}
},
"unlock": [
{
"item": "minecraft:red_sandstone",
"data": 3
"item": "minecraft:smooth_red_sandstone"
}
],
"result": {
Expand Down
5 changes: 1 addition & 4 deletions behavior_pack/recipes/stonecutter_quartz_chiseled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": {
"identifier": "minecraft:stonecutter_quartz_chiseled"
},


"tags": [ "stonecutter" ],
"priority": 0,
"ingredients": [
Expand All @@ -21,8 +19,7 @@
}
],
"result": {
"item": "minecraft:quartz_block",
"data": 1,
"item": "minecraft:chiseled_quartz_block",
"count": 1
}
}
Expand Down
Loading

1 comment on commit bea2097

@SuperLlama88888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W preview

Please sign in to comment.