mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-26 08:56:54 +00:00
Fix complaints
This commit is contained in:
parent
4320a4f851
commit
0f82a4589b
@ -27,7 +27,7 @@ public final class TurtleUpgrades
|
|||||||
final String modId;
|
final String modId;
|
||||||
boolean enabled;
|
boolean enabled;
|
||||||
|
|
||||||
public Wrapper( ITurtleUpgrade upgrade )
|
Wrapper( ITurtleUpgrade upgrade )
|
||||||
{
|
{
|
||||||
this.upgrade = upgrade;
|
this.upgrade = upgrade;
|
||||||
this.id = upgrade.getUpgradeID().toString();
|
this.id = upgrade.getUpgradeID().toString();
|
||||||
|
@ -19,7 +19,7 @@ import org.openzen.zencode.java.ZenCodeType;
|
|||||||
public class TurtleTweaker
|
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
|
* @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.
|
* @param stack The stack with which the upgrade is crafted.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user