Skip to content

Commit 8f9493d

Browse files
committed
Reapply "Merge branch 'update-1.21.9' of https://github.com/Gamemode4Dev/GM4_Datapacks into update-1.21.9"
This reverts commit c790085.
1 parent 7ed050c commit 8f9493d

File tree

7 files changed

+29
-12
lines changed

7 files changed

+29
-12
lines changed

base/data/gm4/tags/block/waterloggable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"values": [
33
"#minecraft:all_signs",
4-
"minecraft:amethyst_cluster",
54
{"id": "#minecraft:bars", "required": false},
65
"#minecraft:campfires",
76
"#minecraft:candles",
@@ -21,6 +20,7 @@
2120
"#minecraft:wall_signs",
2221
"#minecraft:walls",
2322
{"id": "#minecraft:wooden_shelves", "required": false},
23+
"minecraft:amethyst_cluster",
2424
"minecraft:big_dripleaf",
2525
"minecraft:big_dripleaf_stem",
2626
"minecraft:black_stained_glass_pane",

gm4/plugins/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
parent_logger = logging.getLogger("gm4.manifest")
2323

24-
SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9"]
24+
SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"]
2525

2626
# config models for beet.yaml metas
2727
CreditsModel = dict[str, list[str]]

gm4_crossbow_cartridges/data/gm4_crossbow_cartridges/function/projectile/copper_torch/place.mcfunction

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# at @s
44
# run from projectile/copper_torch/check
55

6-
execute positioned ~.05 ~ ~ if predicate gm4_crossbow_cartridges:check_block/east run setblock ~-.1 ~ ~ minecraft:copper_wall_torch[facing=west]
7-
execute positioned ~ ~ ~.05 if predicate gm4_crossbow_cartridges:check_block/south run setblock ~ ~ ~-.1 minecraft:copper_wall_torch[facing=north]
8-
execute positioned ~-.05 ~ ~ if predicate gm4_crossbow_cartridges:check_block/west run setblock ~.1 ~ ~ minecraft:copper_wall_torch[facing=east]
9-
execute positioned ~ ~ ~-.05 if predicate gm4_crossbow_cartridges:check_block/north run setblock ~ ~ ~.1 minecraft:copper_wall_torch[facing=south]
10-
execute positioned ~ ~-.05 ~ if predicate gm4_crossbow_cartridges:check_block/below run setblock ~ ~.1 ~ minecraft:copper_torch
6+
execute positioned ~.1 ~ ~ if predicate gm4_crossbow_cartridges:check_block/east run setblock ~-.15 ~ ~ minecraft:copper_wall_torch[facing=west]
7+
execute positioned ~ ~ ~.1 if predicate gm4_crossbow_cartridges:check_block/south run setblock ~ ~ ~-.15 minecraft:copper_wall_torch[facing=north]
8+
execute positioned ~-.1 ~ ~ if predicate gm4_crossbow_cartridges:check_block/west run setblock ~.15 ~ ~ minecraft:copper_wall_torch[facing=east]
9+
execute positioned ~ ~ ~-.1 if predicate gm4_crossbow_cartridges:check_block/north run setblock ~ ~ ~.15 minecraft:copper_wall_torch[facing=south]
10+
execute positioned ~ ~-.1 ~ if predicate gm4_crossbow_cartridges:check_block/below run setblock ~ ~.15 ~ minecraft:copper_torch

gm4_disassemblers/beet.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ data_pack:
1111
min_format: 88
1212
max_format: 88
1313
directory: since_88
14+
- formats:
15+
min_inclusive: 81
16+
max_inclusive: 88
17+
min_format: 81
18+
max_format: 88
19+
directory: empty
1420

1521
resource_pack:
1622
load: .

gm4_standard_crafting/beet.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ data_pack:
1111
min_format: 88
1212
max_format: 88
1313
directory: since_88
14+
- formats:
15+
min_inclusive: 81
16+
max_inclusive: 88
17+
min_format: 81
18+
max_format: 88
19+
directory: empty
1420

1521
pipeline:
1622
- generate_recipes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
requires-python = ">= 3.10, < 4.0"
99
dependencies = [
10-
"beet @ git+https://github.com/edayot/beet.git@update_1_21_9",
10+
"beet >= 0.112.0",
1111
"mecha >= 0.99.0",
1212
"bolt >= 0.49.2",
1313
"PyYAML >= 6.0, < 7.0",

uv.lock

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)