Links
Tags
Creators
Details
v0.3.0
Compatibility
Changes
Power infrastructure added! The basic power family has been added to MachineParts, allowing you to handle power in MagicalMechanics!
FE Input Adapter, FE Output Adapter
Within MagicalMechanics, power is treated as a proprietary standard, MagicalFlux (MF). Therefore, to handle power within MagicalMechanics, we have added FE-compatible blocks, FE Input Adapter and FE Output Adapter!
- These perform Input (transfer) and Output (export) to MF, respectively.
- Currently, there is no conversion rate set; it is exchanged at a 1:1 ratio.
EnergyCore
Along with the addition of power, we have added EnergyCore! EnergyCore is a MachinePart that can store a certain amount of MF.
- Currently, MagicalMechanics has three tiers: Normal, Advanced, and Unlimited.
- There is currently no difference between Normal and Advanced.
- Unlimited has no energy storage limit. Recipe removal or significant difficulty increase is planned for future updates. Enjoy the unlimited capabilities that are a hallmark of MagicalMechanics.
Wireless Energy Interface
This MachinePart enables wireless power transmission, a key feature of MagicalMechanics. It functions by attaching it to a MachineFrame and configuring it with the MF Link Staff! Currently, only Unlimited (no restrictions) versions are available.
MF Link Staff
This tool is used to link wireless power parts and blocks. You can switch modes by performing Shift + right-click in mid-air.
- Source Acquisition Mode By Shift + right-clicking on a MachineFrame with a Wireless Energy Interface attached, you can save the coordinates to the Staff.
- Target Setting Mode By Shift + right-clicking on an FE Input Adapter, etc., you can set the coordinates saved in the Staff and link them.
Other
Recipes have been added to Items & Items that previously did not have recipes. A GUI has been added that opens when you click on the top of the MachineFrame GUI (MachineFrame). However, it is still under development and does not look or function correctly. Approximately 30 Items have been added for testing purposes. It is only available via command line and has no functional capabilities.
電力基盤を追加しました! MachinePartに基礎電力ファミリーが追加されMagicalMechanicsで電力を扱えるようになりました!
FE Input Adapter, FE Output Adapter
MagicalMechanics内では電力は独自規格MagicalFlux (MF)として扱われます。そのためMagicalMechanics内で電力を扱うためにFEとの電力互換ブロックFE Input AdapterとFE Output Adapterを追加しました!
- それぞれMFへのInput (搬入) と Output (搬出) を行います。
- 現在変換レートは設定されておらず 1 : 1 でやり取りされます。
EnergyCore
電力の追加に伴いEnergyCoreを追加しました! EnergyCoreはMFを一定量ためることができるMachinePartです。
- 現在MagicalMechanicsではNormal, Adbanced, Unlimitedと3つのティアが追加されています。
- NormalとAdvancedに現時点では違いはありません。
- Unlimitedは蓄電上限がありません。今後のアップデートでレシピの削除または大幅な難化が予定されています。MagicalMechanicsの特徴である制限なしをお楽しみください。
Wireless Energy Interface
MagicalMechanicsの特徴である電力無線輸送を実現するMachinePartです。 MachineFrameに取り付けMF Link Staffで設定することにより機能を発揮します! 現在はUnlimited(制限なし)の物のみ追加されています。
MF Link Staff
電力パーツやブロックの無線を紐づけるためのツールです。 空中でShift + 右クリックを行うことによりモードを切り替えれます。
- リンク元(Source)取得モード Wireless Energy Interfaceの装着されているMachineFrameをShift + 右クリックすることで座標をStaffに保存できます。
- リンク先(Target)設定モード FE Input AdapterなどにShift + 右クリックすることでStaffに保存しておいた座標をセットしリンクすることができます。
その他
レシピが設定されていなかったItem&Itemにレシピを設定しました。 MachineFrameのGUIの上部(MachineFrame)をクリックした際に開くGUIを追加しました。ただし作成途中であり正しい見た目ではなく機能はありません。 テストを行うためにItemが30個ほど追加されています。コマンドでのみ入手可能で機能はありません。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QNDi0hZx:2CG0Ox4n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QNDi0hZx:2CG0Ox4n"
}

