diff options
Diffstat (limited to 'src/main/java/gregtech/api/GregTech_API.java')
-rw-r--r-- | src/main/java/gregtech/api/GregTech_API.java | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/java/gregtech/api/GregTech_API.java b/src/main/java/gregtech/api/GregTech_API.java index 043cd0b763..2e39cd2181 100644 --- a/src/main/java/gregtech/api/GregTech_API.java +++ b/src/main/java/gregtech/api/GregTech_API.java @@ -481,8 +481,7 @@ public class GregTech_API { return new gregtech.api.items.GT_Generic_Item( aUnlocalized, aEnglish, - "Doesn't work as intended, this is a Bug", - false); + "Doesn't work as intended, this is a Bug"); } /** @@ -528,8 +527,7 @@ public class GregTech_API { return new gregtech.api.items.GT_Generic_Item( aUnlocalized, aEnglish, - "Doesn't work as intended, this is a Bug", - false); + "Doesn't work as intended, this is a Bug"); } /** @@ -552,8 +550,7 @@ public class GregTech_API { return new gregtech.api.items.GT_Generic_Item( aUnlocalized, aEnglish, - "Doesn't work as intended, this is a Bug", - false); + "Doesn't work as intended, this is a Bug"); } /** |