Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 2 weeks ago
All versions
0.5.1+mc1.21.11
Release
LPCTools 1.21.11_0.5.16 months ago 521
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- 独立(专门)修复的问题:#13
- 采用并完成的改进:#16
- 将脚本独立成单个文件存储而不是存储在总配置文件中,方便分享
- 修改了脚本编辑器的编辑方式,将其独立到了一个脚本编辑界面中进行脚本的编辑
受影响的内容:
- 脚本配置中的屏幕缩放配置项变得不必要了(#12)
- 添加了更多脚本配置选项
- 对渲染有了更深的理解,抛弃了自行封装的OpenGL内容,改用Minecraft原版渲染管线进行渲染,同时整合了一个渲染模块
受影响的内容:
- 不再要求OpenGL3.3版本内容(#31, #26)
- 渲染效率更高
- 补充内容:当前的脚本编辑方式和脚本文件储存格式可能并不是最终版,后续也许会尝试仿照scratch或蓝图编辑器样式,也有可能不会兼容当前脚本文件储存格式
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| LPCTools-1.21.11_0.5.1-sources.jar | Source jar | 467.47 KiB |
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:mogwUCSX:m2ZrXmUh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mogwUCSX:m2ZrXmUh"
}

