Fixed recipes and System messages
I'm stupid rooDerp
This commit is contained in:
parent
f0d62b997a
commit
ab230b7af4
11 changed files with 720 additions and 20 deletions
|
@ -23,6 +23,7 @@ public class GeneratorLanguage extends LanguageProvider
|
|||
|
||||
// Tile Entitites
|
||||
add("tile.bloodmagic.soulforge.name", "Hellfire Forge");
|
||||
add("tile.bloodmagic.arc.name", "Alchemical Reaction Chamber");
|
||||
|
||||
// Blood Orb tooltips
|
||||
add("tooltip.bloodmagic.extraInfo", "&9-Hold shift for more info-");
|
||||
|
@ -104,6 +105,8 @@ public class GeneratorLanguage extends LanguageProvider
|
|||
add("tooltip.bloodmagic.diviner.extraExtraInfo", "-Hold shift + alt for augmentation info-");
|
||||
add("tooltip.bloodmagic.diviner.currentDirection", "Current Direction: %s");
|
||||
|
||||
add("tooltip.bloodmagic.holdShiftForInfo", "Press shift for extra info");
|
||||
|
||||
add("ritual.bloodmagic.testRitual", "Test Ritual");
|
||||
add("ritual.bloodmagic.waterRitual", "Ritual of the Full Spring");
|
||||
add("ritual.bloodmagic.lavaRitual", "Serenade of the Nether");
|
||||
|
@ -235,5 +238,8 @@ public class GeneratorLanguage extends LanguageProvider
|
|||
add("chat.bloodmagic.ritual.activate", "A rush of energy flows through the ritual!");
|
||||
add("chat.bloodmagic.ritual.notValid", "You feel that these runes are not configured correctly...");
|
||||
|
||||
// GUI
|
||||
add("gui.bloodmagic.empty", "Empty");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue