Skip to content

Commit

Permalink
really vile quick fix for the ai loop (need to remove the barracuda a…
Browse files Browse the repository at this point in the history
…rmour remnants); removed goat loot table; start of some scorpionito assets
  • Loading branch information
cybercat5555 committed Jul 11, 2023
1 parent d0562d1 commit 6135295
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ public boolean canUse() {
return this.canContinueToUse() && e.position().distanceTo(e.getTarget().position()) >= 8D;
}

@Override
public boolean canContinueToUse() {
return !done && e.getTarget() != null && e.getTarget().isAlive() && EntityArapaima.isWearingShiny(e);
}

@Override
public void start() {
// rush!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ public class ModEntities {
.add(Attributes.MOVEMENT_SPEED, 2D)
.add(Attributes.ATTACK_DAMAGE)
.add(Attributes.ATTACK_DAMAGE, 2D), b -> b
.spawn(MobCategory.WATER_AMBIENT, 3, 1, 1)
.spawn(MobCategory.WATER_AMBIENT, 3, 1, 2)
.waterPlacement()
.egg(0x575556, 0x9A2C23)
.size(1.5F, 1F)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"item.betteranimalsplus.crayfish_raw": "Crayfish",
"item.betteranimalsplus.crayfish_blue": "Blue Crayfish",
"item.betteranimalsplus.crayfish_cooked": "Cooked Crayfish",
"item.betteranimalsplus.arapaima_bucket": "Bucket of Arapaima",

"block.betteranimalsplus.trillium": "Trillium",
"block.betteranimalsplus.feralwolfhead": "Feral Wolf Head",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "item/template_spawn_egg"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

0 comments on commit 6135295

Please sign in to comment.