Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
0.1.11-mc1.21.1
Alpha
0.1.11-mc1.21.12 years ago 7,253
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Change
- move to 1.21.1
- sync
sakura-ryoko/litematica0.19.2 ~ 0.19.3-sakura.2Change info with upstream:
sakura-ryoko/litematica0.19.2- fix: vanilla breaking "unpowered/unconnected" redstone wires in uncommon situations.
- Added and tested V6 Export features in 1.20.4. Lore and Custom Names / Entity Attributes, etc have been tested more in depth.
sakura-ryoko/litematica0.19.3-sakura.1- Add Iris compat support & Improve Shader compatibility by IMS212 sakura-ryoko/litematica#83
- Add enableSchematicFluidRendering so users can 'DISABLE' the Fluid rendering of schematics; similar to ignoreExistingFluids, but for the Schematic Rendering.
sakura-ryoko/litematica0.19.3-sakura.2- fix the Import function from Schematic Manager to be able to Import Sponge (.schem) files, even though the code already existed.
- make the default Export function to be for the V6 (1.20.4) Litematic downgrade, because the Export as Schematic does not work.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Forgematica-0.1.11-mc1.21.1-sources.jar | Unknown | 546.73 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:dCKRaeBC:MBphtQTl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dCKRaeBC:MBphtQTl"
}

