Fixed default block configs

This commit is contained in:
Indyuce 2020-08-15 00:09:24 +02:00
parent 2f114fe909
commit ad4a5ed3d3
3 changed files with 15 additions and 1177 deletions

View File

@ -61,6 +61,6 @@ public class CustomBlock {
}
public ItemStack getItem() {
return mmoitem.newBuilder().getItemStack();
return mmoitem.newBuilder().build();
}
}

View File

@ -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