mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-06 07:07:35 +01:00
Fixed Preview
This commit is contained in:
parent
ff00e7c90e
commit
9d3ee63b67
@ -25,7 +25,6 @@ public class ConfigMMOItem {
|
|||||||
Validate.isTrue(config.contains("type") && config.contains("id"), "Config must contain type and ID");
|
Validate.isTrue(config.contains("type") && config.contains("id"), "Config must contain type and ID");
|
||||||
Type type = MMOItems.plugin.getTypes().getOrThrow(config.getString("type").toUpperCase().replace("-", "_").replace(" ", "_"));
|
Type type = MMOItems.plugin.getTypes().getOrThrow(config.getString("type").toUpperCase().replace("-", "_").replace(" ", "_"));
|
||||||
template = MMOItems.plugin.getTemplates().getTemplateOrThrow(type, config.getString("id"));
|
template = MMOItems.plugin.getTemplates().getTemplateOrThrow(type, config.getString("id"));
|
||||||
preview = template.newBuilder(0,null,true).build().newBuilder().build();
|
|
||||||
|
|
||||||
this.amount = Math.max(1, config.getInt("amount"));
|
this.amount = Math.max(1, config.getInt("amount"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user