Finished localization of ritual descriptions (for now).
This commit is contained in:
parent
d00c272561
commit
f770f5eb30
|
@ -31,6 +31,7 @@ public class RitualPump extends Ritual
|
||||||
super("ritualPump", 0, 500, "ritual." + Constants.Mod.MODID + ".pumpRitual");
|
super("ritualPump", 0, 500, "ritual." + Constants.Mod.MODID + ".pumpRitual");
|
||||||
addBlockRange(PUMP_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-16, -16, -16), new BlockPos(17, 17, 17)));
|
addBlockRange(PUMP_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-16, -16, -16), new BlockPos(17, 17, 17)));
|
||||||
|
|
||||||
|
setMaximumVolumeAndDistanceOfRange(PUMP_RANGE, 0, 16, 16);
|
||||||
liquidsCache = new ArrayList<BlockPos>();
|
liquidsCache = new ArrayList<BlockPos>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -399,6 +399,7 @@ ritual.BloodMagic.upgradeRemoveRitual=Sound of the Cleansing Soul
|
||||||
ritual.BloodMagic.armourEvolveRitual=Ritual of Living Evolution
|
ritual.BloodMagic.armourEvolveRitual=Ritual of Living Evolution
|
||||||
ritual.BloodMagic.animalGrowthRitual=Ritual of the Shepherd
|
ritual.BloodMagic.animalGrowthRitual=Ritual of the Shepherd
|
||||||
ritual.BloodMagic.forsakenSoulRitual=Gathering of the Forsaken Souls
|
ritual.BloodMagic.forsakenSoulRitual=Gathering of the Forsaken Souls
|
||||||
|
ritual.BloodMagic.crystalHarvestRitual=Crack of the Fractured Crystal
|
||||||
|
|
||||||
ritual.BloodMagic.cobblestoneRitual=Le Vulcanos Frigius
|
ritual.BloodMagic.cobblestoneRitual=Le Vulcanos Frigius
|
||||||
ritual.BloodMagic.placerRitual=Laying of the Filler
|
ritual.BloodMagic.placerRitual=Laying of the Filler
|
||||||
|
@ -429,6 +430,13 @@ ritual.BloodMagic.upgradeRemoveRitual.info=Undocumented.
|
||||||
ritual.BloodMagic.armourEvolveRitual.info=Undocumented.
|
ritual.BloodMagic.armourEvolveRitual.info=Undocumented.
|
||||||
ritual.BloodMagic.animalGrowthRitual.info=Increases the maturity rate of baby animals within its range.
|
ritual.BloodMagic.animalGrowthRitual.info=Increases the maturity rate of baby animals within its range.
|
||||||
ritual.BloodMagic.forsakenSoulRitual.info=Damages mobs within its damage range and when the mob dies a demon crystal within its crystal range will be grown.
|
ritual.BloodMagic.forsakenSoulRitual.info=Damages mobs within its damage range and when the mob dies a demon crystal within its crystal range will be grown.
|
||||||
|
ritual.BloodMagic.crystalHarvestRitual.info=Breaks Demon Will crystal clusters within its range, dropping the results on top of the crystals.
|
||||||
|
|
||||||
|
ritual.BloodMagic.placerRitual.info=Grabs blocks that are inside of the connected inventory and places them into the world.
|
||||||
|
ritual.BloodMagic.fellingRitual.info=A standard tree-cutting machine, this ritual will cut down all trees and leaves within its area and collect the drops.
|
||||||
|
ritual.BloodMagic.pumpRitual.info=Looks around the world and grabs fluids from the defined area. Will only remove and put the fluid into the connected tank if the tank has at least a bucket's worth of the same fluid.
|
||||||
|
ritual.BloodMagic.altarBuilderRitual.info=Builds an altar out of the components inside of the connected inventory.
|
||||||
|
ritual.BloodMagic.portalRitual.info=Creates a portal network based on the activator and the immediately surrounding blocks. Blocks can be changed after activation without changing the network of portals, and portals with the same "key" will link together.
|
||||||
|
|
||||||
ritual.BloodMagic.waterRitual.waterRange.info=(Water) The area that the ritual will place water source blocks.
|
ritual.BloodMagic.waterRitual.waterRange.info=(Water) The area that the ritual will place water source blocks.
|
||||||
ritual.BloodMagic.lavaRitual.lavaRange.info=(Lava) The area that the ritual will place lava source blocks.
|
ritual.BloodMagic.lavaRitual.lavaRange.info=(Lava) The area that the ritual will place lava source blocks.
|
||||||
|
@ -455,6 +463,13 @@ ritual.BloodMagic.zephyrRitual.chest.info=(Chest) The location of the inventory
|
||||||
ritual.BloodMagic.animalGrowthRitual.growing.info=(Growth) Animals within this range will grow much faster.
|
ritual.BloodMagic.animalGrowthRitual.growing.info=(Growth) Animals within this range will grow much faster.
|
||||||
ritual.BloodMagic.forsakenSoulRitual.crystal.info=(Crystal) Demon Crystals in this range receive an increase in growth speed when a mob is killed by the ritual.
|
ritual.BloodMagic.forsakenSoulRitual.crystal.info=(Crystal) Demon Crystals in this range receive an increase in growth speed when a mob is killed by the ritual.
|
||||||
ritual.BloodMagic.forsakenSoulRitual.damage.info=(Damage) Mobs within this range will be slowly damaged, and when killed will grow the crystals.
|
ritual.BloodMagic.forsakenSoulRitual.damage.info=(Damage) Mobs within this range will be slowly damaged, and when killed will grow the crystals.
|
||||||
|
ritual.BloodMagic.crystalHarvestRitual.crystal.info=(Crystal) All Demon Will crystal clusters have a single crystal broken off, spawning the crystal into the world. If there is only one crystal on the cluster, it will not break it.
|
||||||
|
|
||||||
|
ritual.BloodMagic.placerRitual.placerRange.info=(Placement) The range that the ritual will place its blocks in.
|
||||||
|
ritual.BloodMagic.placerRitual.chest.info=(Chest) The location of the inventory that the ritual will grab blocks from to place in the world.
|
||||||
|
ritual.BloodMagic.fellingRitual.fellingRange.info=(Cutting) The range that the ritual will search out logs and leaves in order to cut down.
|
||||||
|
ritual.BloodMagic.fellingRitual.chest.info=(Chest) The location of the inventory that the ritual will place the results into.
|
||||||
|
ritual.BloodMagic.pumpRitual.pumpRange.info=(Pump) The region that the ritual will look for fluids to grab from the world.
|
||||||
|
|
||||||
# Chat
|
# Chat
|
||||||
chat.BloodMagic.altarMaker.setTier=Set Tier to: %d
|
chat.BloodMagic.altarMaker.setTier=Set Tier to: %d
|
||||||
|
|
Loading…
Reference in a new issue