Tags
Creators
Details
2.0.1
Compatibility
Changes
Version 2.0.1
The following things have changed:
- German translation got fixed (thanks to ieguana)
- The Knakworst Oven can now only cook, not smelt ores
- The texture of the Can of Knakworst changed
- The Update Book went on multiple changes:
- The binding color has changed
- The texture has changed
- Fixed some wrapping problems
- The Knakworst Butcher trades have changed:
- He now sells 6 knakworst instead of 4 for 5 emeralds
- He now sells 2 cans of knakworst instead of 1 for 15 emeralds
- Can of Knakworst is now sold as level 2
- The Update Book can now be bought for one emerald and one book at level 1
- All the trades' max uses and xp levels are changed.
- Fixed the problem of the Knakworst Oven not emitting light whenever it's active
- Fixed the loot chest of the Knakworst Store
- Now the chest will give one guaranteed spawn of the Music Disc, with a max of one
Important: This mod required Citadel 2.3.4-1.19.4, found here: https://www.curseforge.com/minecraft/mc-mods/citadel/files/4556622 If there are any bugs or glitches, please go to our Discord server where we'll be able to help you!
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:DI8Jc49E:uCy09kYr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DI8Jc49E:uCy09kYr"
}

