Links
Tags
Creators
Details
0.2.0
Compatibility
Required content
Changes
Changes:
- Reworked all the souvlaki textures
- Reworked gyros warmer model and texture
- Updated custom Cutting Board
- Added Geckolib as a required dependency
- Updated Gyros Warmer block to use geckolib model and added animations
- Added sound for gyros warming/cooking
- Added all knife variants (from farmer's delight) to be able to cut the gyros from the gyros warmer block (hopefully)
Fixes:
- Fixed the textures of chicken souvlaki variant
More Info About Update:
Last Major update before releasing 1.20.1 backports
Preparing release for Fabric 1.21.1 (and hopefully 1.20.1) (without using architectury this time)
After the backports I will release the source code for all versions that are being developed (this needs time for setup)
After the backports I am going to make a discord server...
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:7v8mgPun:aRJKwmoY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7v8mgPun:aRJKwmoY"
}



