Tags
Creators
Details
1.0.0-beta-1.19.2
Compatibility
Required content
Changes
Open Beta
This marks the end of the Alpha Phase of the mod and now under Beta and can be tested. All bugs and issues can be reported and will be looked upon. I'm so glad and proud to introduce my first mod in Minecraft Java after porting this entire concept from my Bedrock Add-On
[TURRETS]
This introduces new turrets to the game:
Cannon Turret
The very first turret implemented in the mod. It shoots cannonballs that explodes upon impact.
Ballista
One of the cheapest turrets to build in the mod. It shoots arrows that deals low damages to enemy but penetrates them.
MG Turret
The MG Turret is the first modern turret in the mod. It shoots a barrage of bullets that deals relatively high damage.
[ITEMS]
Various new items are also added such as:
Cannon Base
Cannon Head
Cannon Stand
Unfinished Cannon Head
Ballista Arrow
Ballista Base
Ballista Base with Stand
Ballista Bow
Ammo Case
Ammo Rounds
MG Base
MG Head
MG Stand
[TOOLS]
Of course there are also specialized tools that are added to help you manage these turrets. As of this release, there is only one and that is:
Turret Remover
Let’s you remove an already placed turret. Not really useful for whacking hostile mobs now, is it?
[BLOCKS]
In addition to the previously mentioned features, a new block that can be used as a trap is also now added:
Arrowhead
The first ever block and trap the add-on has to offer! Small damage but cheap to produce!
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:6KRlDejX:ZeFpvMoy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6KRlDejX:ZeFpvMoy"
}




















