v0.7.0: fixed a few text errors
This commit is contained in:
@@ -316,14 +316,14 @@ public class QuickRecipe extends Component {
|
|||||||
new ArrayList<>(Arrays.asList(new Blandfruit(), new Plant.Seed.PlaceHolder())),
|
new ArrayList<>(Arrays.asList(new Blandfruit(), new Plant.Seed.PlaceHolder())),
|
||||||
new Blandfruit(){
|
new Blandfruit(){
|
||||||
{
|
{
|
||||||
name = "Cooked Blandfruit";
|
name = Messages.get(Blandfruit.class, "cooked");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String info() {
|
public String info() {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
})); //TODO
|
}));
|
||||||
return result;
|
return result;
|
||||||
case 6:
|
case 6:
|
||||||
r = new Bomb.EnhanceBomb();
|
r = new Bomb.EnhanceBomb();
|
||||||
|
|||||||
+2
-1
@@ -397,6 +397,7 @@ items.bombs.woollybomb.desc=This customized bomb will create a field of magical
|
|||||||
|
|
||||||
###food
|
###food
|
||||||
items.food.blandfruit.name=blandfruit
|
items.food.blandfruit.name=blandfruit
|
||||||
|
items.food.blandfruit.cooked=cooked blandfruit
|
||||||
items.food.blandfruit.sunfruit=sunfruit
|
items.food.blandfruit.sunfruit=sunfruit
|
||||||
items.food.blandfruit.rotfruit=rotfruit
|
items.food.blandfruit.rotfruit=rotfruit
|
||||||
items.food.blandfruit.earthfruit=earthfruit
|
items.food.blandfruit.earthfruit=earthfruit
|
||||||
@@ -873,7 +874,7 @@ items.scrolls.exotic.scrollofconfusion.desc=When read aloud, this scroll will un
|
|||||||
|
|
||||||
items.scrolls.exotic.scrollofdivination.name=scroll of divination
|
items.scrolls.exotic.scrollofdivination.name=scroll of divination
|
||||||
items.scrolls.exotic.scrollofdivination.nothing_left=There is nothing left to identify!
|
items.scrolls.exotic.scrollofdivination.nothing_left=There is nothing left to identify!
|
||||||
items.scrolls.exotic.scrollofdivination.desc=This scroll will permanently identify four random item types: potion colors, scroll runes, and ring gems. The items identified won't necessary be ones you're carrying.
|
items.scrolls.exotic.scrollofdivination.desc=This scroll will permanently identify four random item types. The types identified can be a potion's color, a scroll's rune, or a ring's gem. The items identified won't necessarily be ones you're carrying.
|
||||||
items.scrolls.exotic.scrollofdivination$wnddivination.desc=Your scroll of divination has identified the following items:
|
items.scrolls.exotic.scrollofdivination$wnddivination.desc=Your scroll of divination has identified the following items:
|
||||||
|
|
||||||
items.scrolls.exotic.scrollofenchantment.name=scroll of enchantment
|
items.scrolls.exotic.scrollofenchantment.name=scroll of enchantment
|
||||||
|
|||||||
Reference in New Issue
Block a user