Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
6.0.0.2
Release
Forge-1.19.4-6.0.0.23 years ago 160
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
Current version: 6.0.0.2
- fix build - Jared - Fri Jul 14 00:59:44 2023
- port to 1.19.4 - Jared - Thu Jul 13 17:18:52 2023
- Fix typo - Jared - Thu Jul 13 16:15:40 2023
- buildscript cleanup - Jared - Thu Jul 13 02:56:38 2023
- add setStageByInput. Close #70 - Jared - Wed Jul 12 19:24:33 2023
- Fix version number - Jared - Wed Jan 11 02:58:34 2023
- Add helpers for staged recipes - Jared - Mon Jan 9 03:17:14 2023
- code cleanup - Jared - Sun Jan 8 22:20:03 2023
- port to 1.19.2 - Jared - Thu Jan 5 16:37:02 2023
- Fixed server connection issues and shaped recipe implementations - Jared - Wed Oct 5 21:16:52 2022
- Fixed recipes not being added to all the recipe lists. Close #63 - Jared - Sat Oct 1 00:05:04 2022
- stop generating module metadata - Jared - Fri Sep 30 21:45:32 2022
- Remove references to CraftTweaker's GenericUtil - Max - Fri Sep 2 19:32:12 2022
- Fix clients not being able to join servers. Close #58 - Jared - Thu May 26 20:30:41 2022
- Throw errors if recipe id or recipe serializer id is null - Jared - Fri May 20 17:59:12 2022
- Fix webhook - Jared - Thu May 5 00:55:35 2022
- re-enable webhook and build on java 17 - Jared - Thu May 5 00:51:22 2022
- Port to 1.18.2. Close #56 - Jared - Thu May 5 00:45:43 2022
- Why not? - AlgorithmLX - Sat Oct 16 12:21:39 2021
- fix souts - Jared - Sat Aug 28 22:58:08 2021
- "Fix" recipes in tinkers construct worktables - Jared - Sat Aug 28 22:11:04 2021
- Made CraftTweaker an optional dependency - LatvianModder - Tue Jul 20 16:49:09 2021
- Future proof Jenkinsfile - Jared - Sat Jun 12 02:20:18 2021
- Fix maven libs - Jared - Wed May 26 10:31:27 2021
- Cleanup, move to modtemplate - Jared - Tue May 18 01:53:09 2021
- update to 1.16.5 and mojmaps - Jared - Thu Mar 18 13:30:47 2021
- Add a discord webhook - Jared - Thu Mar 18 12:50:06 2021
- Fix container and package stages. Close #44 - Jared - Thu Mar 18 12:39:24 2021
- Added check for crafting table recipes - LatvianModder - Tue Feb 16 16:26:27 2021
- Added datapack recipe support - LatvianModder - Tue Feb 16 16:11:46 2021
- fix remaining items in recipes close #39 - Jared - Wed Jan 27 19:43:26 2021
- print java details - Jared - Tue Jan 19 18:02:08 2021
- Fixed an issue with servers close #37 - Jared - Tue Jan 19 17:46:48 2021
- comment out the AP - Jared - Mon Jan 11 01:20:55 2021
- Add some docs - Jared - Mon Jan 11 00:41:03 2021
- port done - Jared - Mon Jan 11 00:39:43 2021
- initial porting - Jared - Sun Jan 10 04:41:09 2021
- fix compile issues 2.0 - Jared - Sat Jul 18 02:25:52 2020
- fix compile issues - Jared - Sat Jul 18 02:19:47 2020
- update commit - Jared - Sat Jul 18 01:19:07 2020
Optional dependencies
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:qXkLFB0L:nrLrxxDj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qXkLFB0L:nrLrxxDj"
}



