diff --git a/.github/workflows/update-museum.yml b/.github/workflows/update-museum.yml index 29ffbf490..282f387ec 100644 --- a/.github/workflows/update-museum.yml +++ b/.github/workflows/update-museum.yml @@ -9,6 +9,8 @@ jobs: update-data: runs-on: ubuntu-latest + if: ${{ github.repository_id == '247692460' }} + steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/constants/sacks.json b/constants/sacks.json index 331972729..508e864b5 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -27,8 +27,8 @@ "Enchanted Agronomy": { "item": "LARGE_ENCHANTED_AGRONOMY_SACK", "contents": [ - "ENCHANTED_HAY_BLOCK", - "TIGHTLY_TIED_HAY_BALE", + "ENCHANTED_WHEAT", + "ENCHANTED_HAY_BALE", "ENCHANTED_SEEDS", "BOX_OF_SEEDS", "ENCHANTED_CARROT",