MCPitanLibやその他前提MODが入っているか、また、前提MODをダウンロードすることもできます。
- MCPitanLib
- Architectury API
- Small Stairs (Additional Small Stairs)
repositories {
maven {
url = "https://maven.pitan76.net/"
}
}
dependencies {
modImplementation "net.pitan:mcpitanlib_checker-fabric:${mcpitanlib_checker_version}"
}gradle.propertiesに以下のように記述してください。
# Example: 1.0.4
mcpitanlib_checker_version=x.x.xこのMODはMITライセンスのもとで公開されています。詳しくはLICENSEをご覧ください。
You can check if MCPitanLib and other prerequisite MODs are installed, and you can also download prerequisite MODs.
- MCPitanLib
- Architectury API
- Small Stairs (Additional Small Stairs)
repositories {
maven {
url = "https://maven.pitan76.net/"
}
}
dependencies {
modImplementation "net.pitan:mcpitanlib_checker-fabric:${mcpitanlib_checker_version}"
}Please write as follows in gradle.properties.
# Example: 1.0.4
mcpitanlib_checker_version=x.x.xThis MOD is released under the MIT license. Please see LICENSE for details.