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:
parent
4320a4f851
commit
0f82a4589b
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user