Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
1.1.0a-forge-mc1.19.2
Release
Rechiseled 1.1.0a3 years ago 559
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Rechiseled 1.1.0a
- Fixed crash with Create
Rechiseled 1.1.0
- Moved model stuff to Fusion
- Added a new block registration API for addons
- Chisel item will now display its held block
- Added 121 new variants for existing blocks
- Added variants for 9 new blocks
- Deprecated model API
- Fixed random missing models
Rechiseled 1.0.13
- Added a button to toggle whether the preview rotates
Rechiseled 1.0.12a
- Fix rendering offsets inside the chisel's gui
Rechiseled 1.0.12
- Fix connecting variants of blocks taking forever to break
Rechiseled 1.0.11
- Updated to core library 1.1
- Fixed the chisel item's max stack size being 64
Supplementary resources
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:B0g2vT6l:zJaUBN57"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B0g2vT6l:zJaUBN57"
}

