1.0.1
Compatibility
Changes
ฟีเจอร์ใหม่: Breeding & Maturation Awareness (ระบบการผสมพันธุ์และการเติบโต) ภาษาไทย (Thai): การปรับปรุงฟีเจอร์ใหม่: เพิ่มระบบแยก Lifecycle ของม็อบเด็ก: ม็อด QuantumMobStacker จะไม่รวมม็อบเด็ก (Baby Mobs) เข้ากับ Stack โดยอัตโนมัติ เพื่อให้ลูกม็อบที่เกิดจากการผสมพันธุ์สามารถวิ่งเล่นและเติบโตได้อย่างอิสระ เมื่อม็อบโตเต็มวัยแล้ว ม็อดจึงจะทำการ Merge ม็อบนั้นเข้ากับ Stack ที่เหมาะสมให้อัตโนมัติ ทำให้การฟาร์มสมจริงและจัดการประชากรได้ง่ายขึ้น English: New Feature: Breeding & Maturation Awareness: QuantumMobStacker now respects the lifecycle of baby mobs. Any baby mob spawned from breeding will be excluded from automatic stacking, allowing them to roam and grow naturally. Once a baby reaches adulthood, the mod will automatically merge it into the nearest valid stack. This ensures a realistic breeding experience while maintaining optimal performance
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:hbL64hUy:yGd4hyiN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hbL64hUy:yGd4hyiN"
}

