Remove itemstack placeholders from paraminfoblock
This commit is contained in:
@@ -24,6 +24,9 @@ public class ParamInfoItemStack extends ParamInfoEnum {
|
||||
Enum[] possibleValues) {
|
||||
super(paramClass, name, valueType, description, possibleValues);
|
||||
|
||||
if (this instanceof ParamInfoItemBlock)
|
||||
return;
|
||||
|
||||
setOtherValues("null", "%held-item%", "%offhand-item%", "%helmet%", "%chestplate%", "%leggings%", "%boots%");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user