Change min players on Treasure Digger back to 4
This commit is contained in:
parent
47a4e5d9a9
commit
e5cec9c976
@ -46,7 +46,7 @@ public class ChallengeTreasureDigger extends Challenge
|
|||||||
"Find weapons to kill the others!");
|
"Find weapons to kill the others!");
|
||||||
|
|
||||||
Settings.setUseMapHeight();
|
Settings.setUseMapHeight();
|
||||||
Settings.setMinPlayers(2);
|
Settings.setMinPlayers(4);
|
||||||
|
|
||||||
_lootChance.put(Material.BONE, 0.2);
|
_lootChance.put(Material.BONE, 0.2);
|
||||||
_lootChance.put(Material.STRING, 0.2);
|
_lootChance.put(Material.STRING, 0.2);
|
||||||
|
Loading…
Reference in New Issue
Block a user