Infusion REI display
This commit is contained in:
parent
ea4b9b726b
commit
cd88d69cf3
14 changed files with 626 additions and 439 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"itemGroup.betterend.items": "Better End",
|
||||
|
||||
"category.rei.damage.amount&dmg": "Tool damage: %s",
|
||||
"category.rei.infusion.time&val": "Infusion Time: %s",
|
||||
|
||||
"biome.betterend.foggy_mushroomland": "Foggy Mushroomland",
|
||||
"biome.betterend.dust_wastelands": "Dust Wastelands",
|
||||
"biome.betterend.chorus_forest": "Chorus Forest",
|
||||
|
@ -102,8 +105,6 @@
|
|||
"block.betterend.aurora_crystal": "Aurora Crystal",
|
||||
"item.betterend.crystal_shards": "Crystal Shards",
|
||||
|
||||
"category.rei.damage.amount&dmg": "Tool damage: %s",
|
||||
|
||||
"block.betterend.pythadendron_sapling": "Pythadendron Sapling",
|
||||
"block.betterend.pythadendron_bark": "Pythadendron Bark",
|
||||
"block.betterend.pythadendron_barrel": "Pythadendron Barrel",
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"itemGroup.betterend.items": "Улучшенный Край",
|
||||
|
||||
"category.rei.damage.amount&dmg": "Износ инструмента: %s",
|
||||
"category.rei.infusion.time&val": "Время наполнения: %s",
|
||||
|
||||
"biome.betterend.foggy_mushroomland": "Туманное гриболесье",
|
||||
"biome.betterend.dust_wastelands": "Пыльные пустоши",
|
||||
"biome.betterend.chorus_forest": "Хорусовый лес",
|
||||
|
@ -102,8 +105,6 @@
|
|||
"block.betterend.aurora_crystal": "Кристалл авроры",
|
||||
"item.betterend.crystal_shards": "Осколки кристаллов",
|
||||
|
||||
"category.rei.damage.amount&dmg": "Износ инструмента: %s",
|
||||
|
||||
"block.betterend.pythadendron_sapling": "Саженец пифадендрона",
|
||||
"block.betterend.pythadendron_bark": "Кора пифадендрона",
|
||||
"block.betterend.pythadendron_barrel": "Бочка из пифадендрона",
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
"ru.betterend.client.BetterEndClient"
|
||||
],
|
||||
"rei_plugins": [
|
||||
"ru.betterend.compat.REIPlugin"
|
||||
"ru.betterend.compat.rei.REIPlugin"
|
||||
],
|
||||
"rei_containers": [
|
||||
"ru.betterend.compat.REIContainer"
|
||||
"ru.betterend.compat.rei.REIContainer"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue