Minor changes
This commit is contained in:
parent
c9b42aa843
commit
00f5fbdc46
3 changed files with 31 additions and 6 deletions
|
@ -91,7 +91,7 @@ public class EMIInfusionRecipe implements EmiRecipe {
|
|||
final int radius = 36;
|
||||
final int halfSize = 9;
|
||||
final int left = 10;
|
||||
final int top = 18;
|
||||
final int top = 17;
|
||||
|
||||
final int cx = left + 84 / 2;
|
||||
final int cy = top + 84 / 2;
|
||||
|
|
|
@ -620,10 +620,23 @@
|
|||
"item.betterend.thallasium_sword_blade": "Thallasiumschwertklinge",
|
||||
"item.betterend.thallasium_sword_handle": "Thallasiumschwertgriff",
|
||||
"block.betterend.aeternium_anvil": "Ätheramboss",
|
||||
"tag.betterend.alloying_iron": "Eisenlegierung",
|
||||
"tag.betterend.alloying_iron": "Eisenerze",
|
||||
"tag.betterend.alloying_copper": "Kupfererze",
|
||||
"tag.betterend.alloying_gold": "Golderze",
|
||||
"tag.betterend.thallasium_alloying": "Thallasiumerze",
|
||||
"tag.betterend.jellyshroom_logs": "Geleepilzstämme",
|
||||
"tag.betterend.umbrella_tree_logs": "Schirmbaumstämme",
|
||||
"tag.betterend.lacugrove_logs": "Seemangrovenstämme",
|
||||
"tag.betterend.end_lotus_logs": "End-Lotusstämme",
|
||||
"tag.betterend.pythadendron_logs": "Pythadendronstämme",
|
||||
"tag.betterend.helix_tree_logs": "Helix-Baumstämme",
|
||||
"tag.betterend.lucernia_logs": "Lucerniastäme",
|
||||
"tag.betterend.dragon_tree_logs": "Drachenbaumstämme",
|
||||
"tag.betterend.mossy_glowshroom_logs": "Bemooste Glühpilzstämme",
|
||||
"tag.betterend.tenanea_logs": "Tenaneastämme",
|
||||
"emi.category.betterend.infusion": "Elementarrituale",
|
||||
"betterend.infusion.north": "Nördlicher Sockel",
|
||||
"betterend.infusion.north_west": "Nordwestlciher Sockel",
|
||||
"betterend.infusion.north_west": "Nordwestlicher Sockel",
|
||||
"betterend.infusion.west": "Westlicher Sockel",
|
||||
"betterend.infusion.south_west": "Südwestlicher Sockel",
|
||||
"betterend.infusion.south": "Südlicher Sockel",
|
||||
|
|
|
@ -794,7 +794,6 @@
|
|||
"block.betterend.sulphuric_rock_flower_pot": "Sulphuric Rock Flower Pot",
|
||||
"block.betterend.violecite_flower_pot": "Violecite Flower Pot",
|
||||
"block.betterend.virid_jadestone_flower_pot": "Virid Jadestone Flower Pot",
|
||||
"block.betterend.virid_jadestone_flower_pot": "Virid Jadestone Flower Pot",
|
||||
"block.betterend.umbralith": "Umbralith",
|
||||
"block.betterend.umbralith_bricks": "Umbralith Bricks",
|
||||
"block.betterend.umbralith_bricks_slab": "Umbralith Bricks Slab",
|
||||
|
@ -819,7 +818,20 @@
|
|||
"block.betterend.pallidium_thin": "Pallidium (Thin Cover)",
|
||||
"block.betterend.pallidium_tiny": "Pallidium (Tiny Cover)",
|
||||
"block.betterend.flammalix": "Flammalix",
|
||||
"tag.betterend.alloying_iron": "Iron Alloys",
|
||||
"tag.betterend.alloying_iron": "Iron Ores",
|
||||
"tag.betterend.alloying_copper": "Copper Ores",
|
||||
"tag.betterend.alloying_gold": "Gold Ores",
|
||||
"tag.betterend.thallasium_alloying": "Thallasium Ores",
|
||||
"tag.betterend.jellyshroom_logs": "Jellyshroom Logs",
|
||||
"tag.betterend.umbrella_tree_logs": "Umbrella Logs",
|
||||
"tag.betterend.lacugrove_logs": "Lacugrove Logs",
|
||||
"tag.betterend.end_lotus_logs": "End-Lotus Logs",
|
||||
"tag.betterend.pythadendron_logs": "Pythadendron Logs",
|
||||
"tag.betterend.helix_tree_logs": "Helix-Tree Logs",
|
||||
"tag.betterend.lucernia_logs": "Lucernia Logs",
|
||||
"tag.betterend.dragon_tree_logs": "Dragon-Tree Logs",
|
||||
"tag.betterend.mossy_glowshroom_logs": "Mossy Glowshroom Logs",
|
||||
"tag.betterend.tenanea_logs": "Tenanea Logs",
|
||||
"emi.category.betterend.infusion": "Infusion Ritual",
|
||||
"betterend.infusion.north": "Northern Pedestal",
|
||||
"betterend.infusion.north_west": "North-West Pedestal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue