11.0.0
Compatibility
Changes
QuickFoods v11.0.0
Türkçe
Yemeklerdeki efekt sorunları tamamen düzeltildi.
Portakal bitkisi oyundan kaldırıldı.
English
All food effect issues have been fully fixed.
The orange plant has been removed from the game.
Deutsch
Alle Probleme mit Nahrungseffekten wurden vollständig behoben.
Die Orangenpflanze wurde aus dem Spiel entfernt.
Français
Tous les problèmes liés aux effets des aliments ont été entièrement corrigés.
La plante d’orange a été supprimée du jeu.
Español
Todos los problemas con los efectos de los alimentos se han corregido por completo.
La planta de naranja ha sido eliminada del juego.
Italiano
Tutti i problemi relativi agli effetti del cibo sono stati completamente risolti.
La pianta d’arancia è stata rimossa dal gioco.
Русский
Все проблемы с эффектами еды полностью исправлены.
Растение апельсина было удалено из игры.
中文(简体)
食物效果相关的问题已全部修复。
橙子植物已从游戏中移除。
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:i0PGid15:zTRpPf47"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i0PGid15:zTRpPf47"
}

