Skip to content

Commit d2a3299

Browse files
authored
Replace old wheat stuff with new wheat stuff (#1446)
* Replace old wheat stuff with new wheat stuff * update museum only runs on the neu/neu-repo
1 parent b356f32 commit d2a3299

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/update-museum.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
update-data:
1010
runs-on: ubuntu-latest
1111

12+
if: ${{ github.repository_id == '247692460' }}
13+
1214
steps:
1315
- name: Checkout repository
1416
uses: actions/checkout@v4

constants/sacks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"Enchanted Agronomy": {
2828
"item": "LARGE_ENCHANTED_AGRONOMY_SACK",
2929
"contents": [
30-
"ENCHANTED_HAY_BLOCK",
31-
"TIGHTLY_TIED_HAY_BALE",
30+
"ENCHANTED_WHEAT",
31+
"ENCHANTED_HAY_BALE",
3232
"ENCHANTED_SEEDS",
3333
"BOX_OF_SEEDS",
3434
"ENCHANTED_CARROT",

0 commit comments

Comments
 (0)