mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-30 19:21:22 +01:00
Merge branch 'development'
This commit is contained in:
commit
05bf1bd04e
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "UltimateStacker"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "1.10.15"
|
||||
version: "1.10.16"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -738,6 +738,14 @@ public class LootablesManager {
|
||||
.setMaterial(Material.NETHER_STAR)
|
||||
.setAllowLootingEnchant(false).build()));
|
||||
|
||||
// Add Villager.
|
||||
lootManager.addLootable(new Lootable("VILLAGER",
|
||||
new LootBuilder().build()));
|
||||
|
||||
// Add Silverfish.
|
||||
lootManager.addLootable(new Lootable("SILVERFISH",
|
||||
new LootBuilder().build()));
|
||||
|
||||
lootManager.saveLootables();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user