Skip to content

Commit

Permalink
Support Alex's Mobs version 1.11.0 (two new entities)
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jun 22, 2021
1 parent d027a25 commit 6e184a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_version=2.6.3
mod_version=2.6.4
minecraft_version=1.16.2+

forge_version=1.16.2-33.0.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public AlexsMobsCompat() {
this.addFish("lobster");
this.addFish("blobfish");
this.addFish("platypus");
this.addFish("frilled_shark");
this.addFish("mimic_octopus");
//stradpole is a lava fish
this.obtainableEntityTypes.add(new ObtainableEntityType.Builder(new ResourceLocation(this.name, "stradpole"), Fluids.LAVA).addFluidTag(FluidTags.LAVA).build());
}
Expand Down
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.

0 comments on commit 6e184a7

Please sign in to comment.