1.1.0
Compatibility
Changes
Ang:
I added a lot of things, among others: -New Boss -- V; -New Ores -- Gaynium and PanBiOmnium; -New sword -- Ultimate BPO Sword; -New armor -- Gaynium armor (I need to do the 3d texture better, but I want to make it animated, so it will take time); -Skeleton egg craft;
I also solved two three problems: -Bug with the loottables of achievements fixed; -The cards will all be craftable/negotiable (via villagers) to avoid the fact that some unique cards had to be crafted, and therefore lost; -Increased probability of server loots (except for the absolute server which takes a nerf);
Fr :
J'ai rajouté beaucoup de chose, entre autre : -Nouveau Boss -- V; -Nouveau Minerais -- Gaynium et PanBiOmnium; -Nouvelle épée -- Epée Ultime BPO; -Nouvelle armure -- Armure de Gaynium (je dois mieux faire la texture 3d, mais je veux la faire animée, donc ça va prendre du temps); -Craft d'œuf de squelette;
J'ai aussi réglés deux trois problèmes : -Bug avec les loottables des achievement fixé; -Les cartes seront toutes craftable/marchandable (via villageois) pour évité le fait que certaines carte unique devait être crafté, et donc perdue; -Probabilité des loots des serveur augmenté (sauf pour le serveur absolut qui prend un nerfe);
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:KJEivvTg:cKM3L8Za"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KJEivvTg:cKM3L8Za"
}

