mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
lolwuthowudodis
This commit is contained in:
parent
a00f76772c
commit
f35779db64
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ public class StringUtil{
|
|||
public static final int DECIMAL_COLOR_WHITE = 16777215;
|
||||
public static final int DECIMAL_COLOR_GRAY_TEXT = 4210752;
|
||||
|
||||
public static final String BUGGED_ITEM_NAME = "lolWutHowUDoDis";
|
||||
public static final String BUGGED_ITEM_NAME = ModUtil.MOD_ID_LOWER+".lolWutHowUDoDis";
|
||||
|
||||
/**
|
||||
* Localizes a given String via StatCollector
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#General
|
||||
itemGroup.actuallyadditions=Actually Additions
|
||||
achievement.page.actuallyadditions=Actually Additions
|
||||
lolWutHowUDoDis.name=This is bugged. Throw it away. Please.
|
||||
actuallyadditions.lolWutHowUDoDis.name=This is bugged. Throw it away. Please.
|
||||
|
||||
#Fluids
|
||||
fluid.actuallyadditions.oil=Oil
|
||||
|
|
Loading…
Reference in a new issue