1.1.0
Compatibility
Required content
Changes
UPDATE!:
DEPENDENCIES HAVE BEEN UPDATED, PLEASE INSTALL!!!!
Added Smoke to Airdrops!
- Added Integration with Medical System!
- Added Medical Crates which spawn Bandages, First Aid kits, painkillers, EMS on the rare occassion. (Dont forget to install the dependencies!)
HEAVILY tweaked loot tables:
-
Under level 10? you get the same stuff, this time, an extra crate is included in the mix, you can now get lower tier weapons, like an M9 or even rarer, an SMG, ammo is scarce in this crate.
-
Over level 10? same as when the mod released, except, this time, you can get more rarer weapons and more rifles, iron/ gold armor
-
Over level 20? Everything above + a spicy MilSpec crate which gives a nice amount of ammo + more!
-
Med Items are included in the lower level crates!Hope you enjoy the changes!
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:pI2T1bdR:JRw69XKQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pI2T1bdR:JRw69XKQ"
}

