mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-04-14 19:56:02 +02:00
Fixed default block configs
This commit is contained in:
parent
2f114fe909
commit
ad4a5ed3d3
@ -61,6 +61,6 @@ public class CustomBlock {
|
||||
}
|
||||
|
||||
public ItemStack getItem() {
|
||||
return mmoitem.newBuilder().getItemStack();
|
||||
return mmoitem.newBuilder().build();
|
||||
}
|
||||
}
|
||||
|
@ -271,6 +271,7 @@ public class ConfigManager {
|
||||
ITEM_TYPES("item-types.yml", "", "item-types.yml", true),
|
||||
DROPS("drops.yml", "", "drops.yml"),
|
||||
ITEM_SETS("item-sets.yml", "", "item-sets.yml"),
|
||||
GEN_TEMPLATES("gen-templates.yml", "", "gen-templates.yml"),
|
||||
UPGRADE_TEMPLATES("upgrade-templates.yml", "", "upgrade-templates.yml"),
|
||||
EXAMPLE_MODIFIERS("modifiers/example-modifiers.yml", "modifiers", "example-modifiers.yml"),
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user