Morphjne Modpack
Modpack for meMorphjne Modpack
Modpack for me.
Credits
The bundled Korean translations were written against the English originals.
EpicLoot ships with no Korean translation, so the Japanese translation from EpicLoot_Japanese by jp was used as the base: translated into Korean, then proofread line by line against the English source. Thanks to jp for that translation.
For the Therzie mods, the translations were rebuilt from the English originals. The existing community Korean files were missing most of their keys (Warfare had 65 of 397, Wizardry 30 of 340) and carried mistranslations, so they were kept only as a reference for wording that already read well.
Translation files only load when the game language is set to Korean, so they have no effect for players using any other language.
Known behaviour
Magic items you already owned before installing the translation may keep their English names. EpicLoot builds a magic item's name once — at the moment the item is enchanted — and stores the result on the item itself. Only the prefix and the suffix are stored as tokens and get localized every time they are drawn; the base item name and the connecting word are baked in as plain text right then.
So an item enchanted before the translation was applied shows up as something like
식인 까마귀의 Hellblade Cleavers of 차단 — affixes in Korean, base name still in
English. Items crafted or enchanted afterwards display correctly. This is how
EpicLoot works rather than a problem with the translation files: the very same
item shows its Korean name (지옥날 쌍도끼) at the crafting station, where the name
is translated on the spot instead of being read from stored data.
Portal pins missing from the map. TargetPortal refreshes its pins from a
coroutine started in Minimap.Start, and that coroutine reads
Player.m_localPlayer — which is still null while the world is loading. On a
heavy modpack the player can take several seconds to spawn, the coroutine throws
a NullReferenceException before that happens, and Unity kills the coroutine for
good. No pins are drawn from then on, and portals may connect to stale targets.
Open the map and press P twice to toggle the portal icons off and on; that
calls the pin refresh directly and everything comes back. Interacting with a
portal does the same. This is a timing bug in TargetPortal 1.2.3 (the current
release), not something the modpack config can fix, and it can recur on any
login.
Two mods cannot be translated at all. SeaAnimals and Blacksmithing never call a
localization system: their strings are baked into the asset bundle or written straight
into the code, so there is no token for a translation file to override. SeaAnimals item
names (Maritime Saddle, Orca, Dolphin) and the orange First craft bonus available line
Blacksmithing adds to the crafting panel stay in English no matter what the modpack ships.
Nothing is broken — there is simply nothing to translate against.
Change Log
1.1.0
Add QoL and content mods, update EpicLoot to 0.13 and extend the Korean localization to its new Shardstone content, fix Korean text not rendering in mod UIs, rebuild the Therzie translations, resolve config conflicts between overlapping mods.
Added
- Foglands by Azumatt
- MyPitsDontLeak by Azumatt
- KoreanFontFallback by Morphjne — some UIs use decorative fonts with no Hangul glyphs, so Korean text was drawn as blank space (EpicLoot's enchanting table tabs, for example). Registers the game's built-in NotoSansKR as a fallback font; no effect on other languages.
- ConditionalConfigSync by shudnal — dependency of MyLittleUI
- Firefly by shudnal
- MyLittleUI by shudnal
- BottleShips by sighsorry
- Trolling Fishing by sighsorry
- AutoRemoveDeathPin by yudi7ll
- Zen ModLib by ZenDragon — dependency of ZenMods
- ZenBossStone by ZenDragon
- ZenHoverItem by ZenDragon
- ZenPlayer by ZenDragon
- ZenRedecorate by ZenDragon
- ZenSign by ZenDragon
- ZenWorldSettings by ZenDragon
Updated
- AzuCraftyBoxes by Azumatt 1.8.14 → 1.8.15
- AzuExtendedPlayerInventory by Azumatt 2.4.1 → 2.4.8
- Expand World Data by JereKuusela 1.66.0 → 1.70.0
- OdinArchitect by OdinPlus 1.6.8 → 1.7.0
- OdinHorse by OdinPlus 1.6.2 → 1.6.6
- PotionPlus by OdinPlus 4.3.0 → 4.3.1
- Recycle_N_Reclaim by Azumatt 1.4.0 → 1.4.1
- EpicLoot by RandyKnapp 0.12.15 → 0.13.4 — adds Shardstones, Tempering and 90+ new magic effects; the bundled Korean localization was extended to cover all of it.
Removed
- Jewelcrafting by Smoothbrain — incompatible with EpicLoot
- Vitality by Smoothbrain — incompatible with EpicLoot
- LocalizationCache by MSchmoecker — its cache swaps the translation dictionary back to a boot-time snapshot on every localization reload, wiping mod-added translations. With Korean (or any non-English) language, all modded content (Therzie, EpicLoot etc.) stayed English.
- FarmGrid by Galateam — unused.
Config
- ZenPlayer —
[Health] Heal Amount Per Comfortset to 0, so ComfortTweaks solely handles rested/comfort healing (avoids double healing). - Recycle_N_Reclaim —
DiscardHotkey(s)set to None to free theDeletekey (was clashing with Quick Stack Store's trash key). - Recycle_N_Reclaim — trashing rebound to
Ctrl + Right-click(TrashingKeybind = Mouse1,TrashingModifierKeybind1 = LeftControl) to freeMouse2for ZenSign's container search. - TargetPortal —
Ignore item teleport restrictionsset to Always, so ore teleport is allowed consistently with TeleportEverything. - FirstPersonMode — toggle shortcut changed to
LeftShift + \(wasLeftShift + H, clashing with EpicLoot's ability hotkeyH). - RockTheBoat —
Sailing speed multiplierlowered 2 → 1.5 to reduce boat-speed stacking with the Sailing skill mod. - Minimal UI —
Use Power Barset to Off. Its custom guardian power bar threwGuardianPowerBar.Create() Object reference not set to an instance of an objecton every startup, which also reset the icon position each time. Several mods reshape the guardian power HUD (Passive Powers, ZenBossStone), so the vanilla countdown display is used instead — no functional difference.
Translation
- Bundled a full Korean localization for EpicLoot (
config/EpicLoot/localizations/Korean.json, 2,098 keys — covers the Shardstone, Tempering and socket content added in 0.13) and for 15 more mods (config/*.Korean.yml, 520 keys): AAA Crafting, Backpacks, BoatAdditions, BottleShips, BowsBeforeHoes, CombatOverhaulREwrite, GapFiller, Groups, OdinHorse, OdinsFoodBarrels, Passive Powers, PotionsPlus, TeleportEverything, Trolling Fishing, VikingsDoSwim. - Rebuilt the Korean translations for all six Therzie mods (
config/TherzieTranslations/) against the English originals. The previous community files were missing most of their keys (Warfare had 65 of 397, Wizardry 30 of 340) and carried mistranslations — bolt rendered as "미사일", chitin confused with barnacle,staff_surtling("Firestarter") named after its key instead of its meaning. Armory set bonuses were listed at double their real values. Now Warfare 398 / WarfareFireAndIce 407 / Wizardry 340 / Armory 313 / Monstrum 136 / MonstrumDeepNorth 254 keys, no gaps. - Reworded item descriptions to end on nouns and read as flavor text; effect lines shortened to "X n% 증가" form. Lore, boss dialogue and system messages keep their sentence endings.
- EpicLoot: fixed magic item names showing raw tokens (
[mod_epicloot_epic_fell수정]) — the name format placed a token directly before Korean text, and Valheim's parser swallowed the Hangul into the token name. Rarity labels unified as 마법/희귀/서사/전설/신화.
1.0.8
Fix changelog formatting, explicitly list dependency packages.
Added
- Custom Raids by ASharpPen — dependency of Monstrum Raids
- HookGenPatcher by ValheimModding — dependency of PlanBuild
- YamlDotNet by ValheimModding — dependency of Expand World Data, Seasonality
1.0.7
Update all mods to latest version, add 18 mods (EpicLoot, Jewelcrafting, Wizardry, Seasonality etc.), remove MonstrumAshlands.
Added
- EpicLootPatching BowsBeforeHoes by AllTheHeims
- This Goes Here by ASharpPen
- PetPantry by Azumatt
- FarmGrid by Galateam
- EpicLoot Therzie by JewelHeim
- Monstrum Raids by JewelHeim
- SeaAnimals by Marlthon
- PlanBuild by MathiasDecrock
- SpeedyPaths by Nextek
- OdinHorse by OdinPlus
- HoneyPlus by OhhLoz
- EpicLoot by RandyKnapp
- Seasonality by RustyMods
- GapFiller by Smoothbrain
- Jewelcrafting by Smoothbrain
- Sailing by Smoothbrain
- Wizardry by Therzie
- JsonDotNET by ValheimModding
Updated
- BepInExPack Valheim by denikson 5.4.2200 → 5.4.2333
- Backpacks by Smoothbrain 1.2.9 → 1.3.8
- Expand World Data by JereKuusela 1.15.0 → 1.66.0
- TimeoutLimit by MSchmoecker 0.1.0 → 0.2.0
- BowsBeforeHoes by Azumatt 1.1.9 → 1.3.14
- AAA Crafting by Azumatt 1.1.1 → 2.1.6
- Jotunn by ValheimModding 2.14.4 → 2.29.2
- Minimal UI by Azumatt 2.1.11 → 2.3.12
- ResourceUnloadOptimizer by Azumatt 1.0.2 → 1.0.4
- VALKEA by The_Bees_Decree 2.1.80 → 3.0.0
- StaminaRegenerationFromFood by Smoothbrain 1.5.5 → 1.5.7
- RockTheBoat by shudnal 1.0.2 → 1.0.10
- Building by Smoothbrain 1.2.5 → 1.2.6
- Lumberjacking by Smoothbrain 1.0.5 → 1.0.6
- Ranching by Smoothbrain 1.1.3 → 1.1.6
- PassivePowers by Smoothbrain 1.0.12 → 1.1.5
- Mining by Smoothbrain 1.1.5 → 1.1.6
- Farming by Smoothbrain 2.1.10 → 2.2.2
- Foraging by Smoothbrain 1.0.7 → 1.0.10
- Exploration by Smoothbrain 1.0.2 → 1.0.4
- Tenacity by Smoothbrain 1.0.3 → 1.0.4
- Evasion by Smoothbrain 1.0.3 → 1.0.4
- Vitality by Smoothbrain 1.1.2 → 1.1.3
- PackHorse by Smoothbrain 1.0.3 → 1.0.4
- Cooking by Smoothbrain 1.1.15 → 1.2.2
- Blacksmithing by Smoothbrain 1.2.5 → 1.3.3
- DualWield by Smoothbrain 1.0.9 → 1.0.10
- SmoothSave by Smoothbrain 1.0.2 → 1.0.5
- TargetPortal by Smoothbrain 1.1.13 → 1.2.3
- ComfortTweaks by Smoothbrain 3.2.6 → 3.3.10
- Groups by Smoothbrain 1.2.2 → 1.2.10
- Endurance by blacks7ar 1.0.5 → 1.1.1
- SNEAKer by blacks7ar 1.1.2 → 1.1.7
- BoatAdditions by blacks7ar 1.1.9 → 1.4.2
- CombatOverhaulREwrite by blacks7ar 1.1.3 → 1.2.5
- VikingsDoSwim by blacks7ar 1.2.8 → 1.4.1
- OdinsFoodBarrels by OdinPlus 1.0.12 → 1.2.3
- Recycle N Reclaim by Azumatt 1.2.0 → 1.4.0
- NoHoeDust by Azumatt 1.0.4 → 1.0.6
- NoCultivatorDust by Azumatt 1.0.4 → 1.0.6
- NoBuildDust by Azumatt 1.0.4 → 1.0.6
- FirstPersonMode by Azumatt 1.2.4 → 1.3.12
- Build Camera Custom Hammers Edition by Azumatt 1.2.1 → 1.2.10
- AzuExtendedPlayerInventory by Azumatt 1.2.4 → 2.4.1
- AzuCraftyBoxes by Azumatt 1.2.4 → 1.8.14
- AzuMiscPatches by Azumatt 1.1.10 → 1.2.8
- ManagerDetector by Azumatt 1.0.3 → 1.0.8
- Official BepInEx ConfigurationManager by Azumatt 18.0.1 → 18.4.1
- PlantEverything by Advize 1.14.1 → 1.20.0
- PlantEasily by Advize 1.6.3 → 2.1.1
- Warfare by Therzie 1.5.4 → 1.8.9
- Monstrum by Therzie 1.2.3 → 1.5.1
- WarfareFireAndIce by Therzie 1.0.5 → 2.0.8
- MonstrumDeepNorth by Therzie 1.0.3 → 2.0.6
- Armory by Therzie 1.0.8 → 1.3.1
- Smoke Collision by JereKuusela 1.8.0 → 1.9.0
- Projectile Collision by JereKuusela 1.6.0 → 1.7.0
- Server devcommands by JereKuusela 1.62.0 → 1.108.0
- Upgrade World by JereKuusela 1.44.0 → 1.80.0
- MissingPieces by BentoG 2.0.3 → 2.2.3
- OdinsKingdom by OdinPlus 1.1.22 → 1.4.9
- OdinArchitect by OdinPlus 1.2.7 → 1.6.8
- TeleportEverything by OdinPlus 2.5.1 → 2.9.1
- PotionPlus by OdinPlus 4.1.12 → 4.3.0
- FishChum by RustyMods 0.0.7 → 1.0.4
- HammerTime by MSchmoecker 0.3.8 → 0.3.11
- LocalizationCache by MSchmoecker 0.2.0 → 0.3.0
- MultiUserChest by MSchmoecker 0.5.5 → 0.6.1
- SearsCatalog by ComfyMods 1.3.0 → 1.8.0
- Digitalroots Slope Combat Assistance by Digitalroot 2.0.17 → 2.0.27
- Quick Stack Store Sort Trash Restock by Goldenrevolver 1.4.2 → 1.4.13
- balrond mountjump by Balrond 1.0.1 → 1.0.2
- Wagon by CookieMilk 1.0.5 → 1.1.7
Removed
- MonstrumAshlands by Therzie — deprecated
1.0.6
Added
- Digitalroots Slope Combat Assistance by Digitalroot
- ComfortTweaks by Smoothbrain
- Groups by Smoothbrain
- Exploration by Smoothbrain
- Tenacity by Smoothbrain
- Evasion by Smoothbrain
- Vitality by Smoothbrain
- PackHorse by Smoothbrain
- Cooking by Smoothbrain
- Blacksmithing by Smoothbrain
- SmoothSave by Smoothbrain
- AzuMiscPatches by Azumatt
- TeleportEverything by OdinPlus
- Endurance by blacks7ar
- SNEAKer by blacks7ar
- Quick Stack Store Sort Trash Restock by Goldenrevolver
- MultiUserChest by MSchmoecker
- balrond mountjump by Balrond
- Wagon by CookieMilk
- PotionPlus by OdinPlus
Removed
- SkillInjector by pipakin
- CookingSkill by thegreyham
- UnrestrictedPortals by xAfflict
- UnrestrictedPortals by Hell_Is_Here
- ItemStacks by hyr
- FarmGrid by Nexus
1.0.5
- Add SearsCatalog by ComfyMods — for scrollable build hud
- Update some configs
1.0.4
- Add NoHoeDust and NoCultivatorDust by Azumatt
- Update some configs
1.0.3
- Add TimeoutLimit by MSchmoecker
- Update some configs
1.0.2
- Update some configs
1.0.1
- Replace Better Archery with BowsBeforeHoes
- Delete Land Animals
1.0.0
- Init


