-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/camp based mobs #10533
Merged
Merged
Feature/camp based mobs #10533
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
793721e
Fix sound event spam issues
Raycoms 5db9f47
Initial Setup of camp based mobs
Raycoms 9e8317e
setup drowned pirates
Raycoms 9e885e9
fix pharao model
Raycoms a8774b2
95% of pharao model
Raycoms f96480e
camp raider walk setup
Raycoms 15a2d11
extend range a bit
Raycoms 0bb481d
fix some oopsies
Raycoms 527952a
Fix other PR oopsy of pathresult being null here still
Raycoms 7c07155
fix copy pasta comment issues
Raycoms d794062
adjust to query difficulty
Raycoms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campamazon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campamazon", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campamazonchief.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campamazonchief", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campamazonspearman.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campamazonspearman", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/camparcherbarbarian.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.camparcherbarbarian", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/camparchermummy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.camparchermummy", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/camparcherpirate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.camparcherpirate", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campbarbarian.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campbarbarian", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campchiefpirate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campchiefpirate", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campmummy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campmummy", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campnorsemenarcher.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campnorsemenarcher", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campnorsemenchief.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campnorsemenchief", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/camppharao.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.camppharao", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/camppirate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.camppirate", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/campshieldmaiden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campshieldmaiden", | ||
"scaling": "always" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/minecolonies/damage_type/ccamphiefbarbarian.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.1, | ||
"message_id": "entity.minecolonies.campchiefbarbarian", | ||
"scaling": "always" | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/com/minecolonies/api/client/render/modeltype/AmazonModel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/java/com/minecolonies/api/client/render/modeltype/EgyptianModel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/java/com/minecolonies/api/client/render/modeltype/NorsemenModel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ public int getThreatFor(final LivingEntity attacker) | |
} | ||
} | ||
|
||
return 0; | ||
return -1; | ||
} | ||
|
||
/** | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi, looks like these broke datagen, at least in 1.21