Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jun 13, 2024
1 parent 6878169 commit fee68f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build

on: [ workflow_dispatch ]
jobs:
permissions:
contents: write, read
build:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
9 changes: 1 addition & 8 deletions changelog-1.20.1.txt
Original file line number Diff line number Diff line change
@@ -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
- Added config to iron golem floating

0 comments on commit fee68f5

Please sign in to comment.