Remove itemstack placeholders from paraminfoblock
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ | ||||
|     <!-- A good example on why temporary names for project identification shouldn't be used --> | ||||
|     <groupId>LibsDisguises</groupId> | ||||
|     <artifactId>LibsDisguises</artifactId> | ||||
|     <version>10.0.13</version> | ||||
|     <version>10.0.13-SNAPSHOT</version> | ||||
|  | ||||
|     <build> | ||||
|         <defaultGoal>exec:java clean install</defaultGoal> | ||||
|   | ||||
| @@ -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