diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e53aea0..a999535 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build on: [ workflow_dispatch ] jobs: + permissions: + contents: write, read build: runs-on: ubuntu-latest steps: diff --git a/build.gradle b/build.gradle index 507e564..cad5aa2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ mixin { } -version = '1.20.1-1.6.5' +version = '1.20.1-1.6.6' group = 'tallestegg.guardvillagers' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'guardvillagers' diff --git a/changelog-1.20.1.txt b/changelog-1.20.1.txt index d8de2b6..a96e9cb 100644 --- a/changelog-1.20.1.txt +++ b/changelog-1.20.1.txt @@ -1,8 +1 @@ -- Added Komodo Dragon (Alexs Mobs) to mob blacklist -- Added separate config option for mobs attacking guards -- Adjusted range of Crossbow guards firing arrows -- Made iron golems float and walk back to nearest land when in water -- Fixed guards not returning back to checkpoint -- Added advancement to recruiting a guard -- Made guards not attack zombified piglins -- Enabled illagers attacking animals during raids by default \ No newline at end of file +- Added config to iron golem floating \ No newline at end of file