Skip to content

Commit c790085

Browse files
committed
Revert "Merge branch 'update-1.21.9' of https://github.com/Gamemode4Dev/GM4_Datapacks into update-1.21.9"
This reverts commit 58097ab, reversing changes made to 6c297d2.
1 parent 58097ab commit c790085

File tree

7 files changed

+12
-29
lines changed

7 files changed

+12
-29
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"values": [
33
"#minecraft:all_signs",
4+
"minecraft:amethyst_cluster",
45
{"id": "#minecraft:bars", "required": false},
56
"#minecraft:campfires",
67
"#minecraft:candles",
@@ -20,7 +21,6 @@
2021
"#minecraft:wall_signs",
2122
"#minecraft:walls",
2223
{"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", "1.21.10"]
24+
SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9"]
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 ~.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
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

gm4_disassemblers/beet.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ 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
2014

2115
resource_pack:
2216
load: .

gm4_standard_crafting/beet.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ 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
2014

2115
pipeline:
2216
- 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 >= 0.112.0",
10+
"beet @ git+https://github.com/edayot/beet.git@update_1_21_9",
1111
"mecha >= 0.99.0",
1212
"bolt >= 0.49.2",
1313
"PyYAML >= 6.0, < 7.0",

uv.lock

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

0 commit comments

Comments
 (0)