mirror of
				https://github.com/Theta-Dev/ConstructionWand.git
				synced 2025-11-03 20:53:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Java
		
	
	
	
	
	
package thetadev.constructionwand.items.wand;
 | 
						|
 | 
						|
 | 
						|
public class ItemWandInfinity extends ItemWand
 | 
						|
{
 | 
						|
    public ItemWandInfinity(String name, Properties properties) {
 | 
						|
        super(name, properties.maxStackSize(1).isBurnable());
 | 
						|
    }
 | 
						|
}
 |