0.3.3-Fabric-1.18.2
Compatibility
Required content
Changes
MTR 版本要求: 3.1.12+
MTR Version Required: 3.1.12+
从 0.2.0 版本起,NTE 不再仅需客户端安装。详见 此处 。
NTE is no longer client-only since 0.2.0. Refer to this for details.
This update contains some bugfixes.
Changelog:
- Fix: Models appearing black when using some GPU
- Change: Redesigned the screen for selecting models and added search function
- Fix: Crashes on Minecraft 1.17.1
- Fix: Materials not changed correctly when specifying textures with textureId
- Change: Tweaked the texts on the rail editing screen
本次更新主要是修复一些 bug。
更改内容:
- 修复: 在一些显卡上模型显示为纯黑
- 更改: 重新设计了模型选择页面,并添加了搜索功能
- 修复: 在 1.17.1 上崩溃
- 修复: 在使用 textureId 指定材质时材质更改不正确
- 更改: 调整了轨道编辑屏幕上的文字
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:8pXSjgW8:LhSyyi7C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pXSjgW8:LhSyyi7C"
}


