We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b356f32 commit d2a3299Copy full SHA for d2a3299
.github/workflows/update-museum.yml
@@ -9,6 +9,8 @@ jobs:
9
update-data:
10
runs-on: ubuntu-latest
11
12
+ if: ${{ github.repository_id == '247692460' }}
13
+
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
constants/sacks.json
@@ -27,8 +27,8 @@
27
"Enchanted Agronomy": {
28
"item": "LARGE_ENCHANTED_AGRONOMY_SACK",
29
"contents": [
30
- "ENCHANTED_HAY_BLOCK",
31
- "TIGHTLY_TIED_HAY_BALE",
+ "ENCHANTED_WHEAT",
+ "ENCHANTED_HAY_BALE",
32
"ENCHANTED_SEEDS",
33
"BOX_OF_SEEDS",
34
"ENCHANTED_CARROT",
0 commit comments