
M4 Gun
-Its a mod that has an m4 gun ; bullets , new structure thats 1/1000 chance ; new villager trader that needs a titanium block to work ; titanium ore and ingot ; a car ; advancements that are : Car age ; Titanium Age Check my channel for updates : Anas_Jr
1.0.0
Compatibility
Changes
-Fixed lots of broken stuff "3d models,textures etc." -Added cooldown to the gun 'its a temporary change until i find a better solution to stop people from just spamming'. -Added A CAR; YES A CAR that can be crafted . -Added a Structure that is 1/1000 chance that contains the car inside it . -Added two new advancments : Titanium Age . Car Age. -Added titanium block. -Added a villager merchant 'Needs titanium block that can be crafted by 9 titanium ingots' -Added Titanium Armour .
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:NaTwNPlO:xIleZEYH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NaTwNPlO:xIleZEYH"
}
