1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-12 02:10:30 +00:00

Fix complaints

This commit is contained in:
SquidDev 2019-12-24 19:31:14 +00:00
parent 4320a4f851
commit 0f82a4589b
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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.
*/