Add pillager leader chance options

This commit is contained in:
William Blake Galbreath
2020-04-06 01:07:08 -05:00
parent 0c2deb10ed
commit 8e1e816556
12 changed files with 110 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
From e2473f36a0588e54e9ca3f2e8039dc77e23f441f Mon Sep 17 00:00:00 2001
From a8583bbc4f305b08ecfbea51ee81c5ea5eabb758 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
Date: Thu, 26 Mar 2020 19:46:44 -0500
Subject: [PATCH] Breedable Polar Bears
@@ -64,10 +64,10 @@ index 0a3906bde0..42fef3abaa 100644
this.goalSelector.a(5, new PathfinderGoalRandomStroll(this, 1.0D));
this.goalSelector.a(6, new PathfinderGoalLookAtPlayer(this, EntityHuman.class, 6.0F));
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
index 95193625b7..2f7a590827 100644
index a0405b6bff..360c4b9c7e 100644
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
@@ -666,10 +666,15 @@ public class PurpurWorldConfig {
@@ -670,10 +670,15 @@ public class PurpurWorldConfig {
public boolean polarBearRidable = false;
public boolean polarBearRidableInWater = false;
public boolean polarBearRequireShiftToMount = true;