-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Camp Raiders that can be spawned with spawn eggs and added to spawners Did some refactoring to reduce code duplication. They are their own entities.
- Loading branch information
Showing
146 changed files
with
2,434 additions
and
776 deletions.
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.