EN:
This mod is the coremod for Extraordinary Energy Modern. It adds several useful features to the game.
The following features are included:
Dense Ores

Drops 4 times as many ores as normal ores.
Ore Finder
Highlights Dense Ores through walls.
Airborne Flight Charm
Equip it in a Curios slot and press and hold the key (default: V) to open the menu.

From the menu, you can toggle movement speed and enable or disable inertia.
Config
execore-ore-veins.toml
Generation settings for Dense Ores.
Example:
[[veins]]
chance = 1.0
y = -24
thickness = 3
ores = [
{ block = "minecraft:diamond_ore", weight = 1 },
{ block = "minecraft:diamond_block", weight = 1 }
]
execore-materials.toml
Settings for Dense Ores and regular ores.
Example:
[[material]]
id = "iron"
color = 0x6f6f6f
dense_factor = 4
generate = { ore = false, dense_ore = true }
JP: このModはExtraordinary Energy ModernのCoremodです。 いくつかの便利な要素を追加します。 以下の要素が追加されます。
高密度鉱石

通常の4倍の鉱石をドロップします。
鉱石ファインダー
高密度鉱石を壁越しにハイライトします。
飛翔採掘のチャーム
Curiosスロットに装備し、キー長押し(デフォルトはVキー)でメニューを開けます。

開いたメニューから、移動速度、慣性の有無を切り替えることが可能です。
Config
execore-ore-veins.toml
高密度鉱石の生成設定です。
例文
[[veins]]
chance = 1.0
y = -24
thickness = 3
ores = [
{ block = "minecraft:diamond_ore", weight = 1 },
{ block = "minecraft:diamond_block", weight = 1 }
]
execore-materials.toml
高密度鉱石と鉱石の設定です。
例文
[[material]]
id = "iron"
color = 0x6f6f6f
dense_factor = 4
generate = { ore = false, dense_ore = true }

