Modify chest loot
This commit is contained in:
parent
c0dd95e085
commit
947e388d05
@ -234,7 +234,6 @@ public abstract class Skywars extends Game
|
|||||||
new ChestLootPool()
|
new ChestLootPool()
|
||||||
.addItem(new ItemStack(Material.WOOD), 16, 32)
|
.addItem(new ItemStack(Material.WOOD), 16, 32)
|
||||||
.addItem(new ItemStack(Material.COBBLESTONE), 16, 32)
|
.addItem(new ItemStack(Material.COBBLESTONE), 16, 32)
|
||||||
.addItem(new ItemStack(Material.SOUL_SAND), 8, 16)
|
|
||||||
.setProbability(0.9)
|
.setProbability(0.9)
|
||||||
,
|
,
|
||||||
|
|
||||||
@ -324,7 +323,7 @@ public abstract class Skywars extends Game
|
|||||||
.addItem(new ItemStack(Material.IRON_SWORD))
|
.addItem(new ItemStack(Material.IRON_SWORD))
|
||||||
.addEnchantment(Enchantment.DAMAGE_ALL, 1)
|
.addEnchantment(Enchantment.DAMAGE_ALL, 1)
|
||||||
.addEnchantment(Enchantment.KNOCKBACK, 1)
|
.addEnchantment(Enchantment.KNOCKBACK, 1)
|
||||||
.setProbability(0.2)
|
.setProbability(0.4)
|
||||||
,
|
,
|
||||||
|
|
||||||
new ChestLootPool()
|
new ChestLootPool()
|
||||||
|
Loading…
Reference in New Issue
Block a user