mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Fix complaints
This commit is contained in:
		| @@ -27,7 +27,7 @@ public final class TurtleUpgrades | ||||
|         final String modId; | ||||
|         boolean enabled; | ||||
|  | ||||
|         public Wrapper( ITurtleUpgrade upgrade ) | ||||
|         Wrapper( ITurtleUpgrade upgrade ) | ||||
|         { | ||||
|             this.upgrade = upgrade; | ||||
|             this.id = upgrade.getUpgradeID().toString(); | ||||
|   | ||||
| @@ -19,7 +19,7 @@ import org.openzen.zencode.java.ZenCodeType; | ||||
| public class TurtleTweaker | ||||
| { | ||||
|     /** | ||||
|      * Remove a turtle upgrade with the given id | ||||
|      * Remove a turtle upgrade with the given id. | ||||
|      * | ||||
|      * @param upgrade The ID of the to remove | ||||
|      */ | ||||
| @@ -30,7 +30,7 @@ public class TurtleTweaker | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * Remove a turtle upgrade crafted with the given item stack" | ||||
|      * Remove a turtle upgrade crafted with the given item stack". | ||||
|      * | ||||
|      * @param stack The stack with which the upgrade is crafted. | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev