Skip to content

Commit

Permalink
Disable zauber and guidebook in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed May 15, 2024
1 parent b0736c9 commit fa84960
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ jobs:
- name: Copy packs to world
run: |
mkdir -p world/datapacks
rm out/gm4_guidebook.zip
rm out/gm4_trapped_signs.zip
rm out/gm4_zauber_cauldrons.zip
rm out/gm4_zauber_liquids.zip
cp out/gm4_*.zip world/datapacks
- name: Run test server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# @template gm4:test_tube
# @dummy ~1 ~1 ~1
# @optional

give @s golden_leggings[custom_data={gm4_metallurgy:{active_shamir:"animi"}}]
give @s wooden_sword
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# @template gm4:test_platform
# @skyaccess
# @optional

execute positioned ~1.5 ~1.5 ~1.5 run function gm4_block_compressors:machine/create
item replace block ~1 ~1 ~1 container.0 with cobblestone
Expand Down
1 change: 0 additions & 1 deletion gm4_combat_expanded/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pipeline:

meta:
gm4:
minecraft: []
versioning:
required:
lib_forceload: 1.3.0
Expand Down

0 comments on commit fa84960

Please sign in to comment.