Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 7 months ago
All versions
1.1.0
Release
NanoMirai 1.1.07 months ago 180
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
NanoMirai 1.1.0
New Features
- Assembler, Laser Engraver, and the Synthesize Display now support item Capability.
- This enables item insertion and extraction via pipes and similar transports from other mods.
- Added integration with Jade.
- You can view the Synthesize Display's state, work progress, and contained items.
- Added notation for items that are not consumed by recipes.
- The Laser Engraver now prioritizes lenses when performing quick moves.
Other
- Set lenses and research catalysts to be non-stackable.
- Added generic tags to Reinforced Obsidian.
- Added translations for tags.
新機能
- 組立機、レーザー加工機、合成用ブロックをアイテムCapabilityに対応
- 他modのパイプ等を使用して、アイテムの搬入出が可能になりました
- Jadeの連携を追加
- 合成用ブロックの状態、作業進捗、アイテムを確認できます
- レシピで消費されないアイテムの表記を追加
- レーザー加工機は、レンズを優先してクイック移動するように変更
その他
- レンズとリサーチカタリストをスタック不可に設定
- 強化された黒曜石に汎用タグを追加
- タグに翻訳を追加
Optional dependencies
Any compatible version
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:XCjnR9PI:euVBFPxD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XCjnR9PI:euVBFPxD"
}

