Shoulder Cannons

Share this on:
Downloads:
127
Upvotes: 11
Project status
Alpha
License
All Rights Reserved
Modification type
Supported Minecraft versions
1.16.5

Jump to downloads

When in battle have you ever felt overwhelmed? stifled by hordes of monsters smothering you with their numbers? well maybe a shoulder cannon could help you out, these turrets will sit on your shoulder and attack any mobs that you attack or that attacks you, like a tiny body guard. Turrets can be crafted with a torch, block of redstone, dispenser, log, and a bit of companionship you will have yourself a basic turret, its pretty weak so thats why it can be upgraded to iron gold and the most powerful, diamond. Turrets use no ammo and likely have a few bugs, this mod is very very new so expect to come across bugs and I would love to fix them if you tell me!

 

 

basicturret

 

 Basic turret, low fire rate and minimal health

 

ironturret

 

Iron turret improves upon the basic with increased damage, fire rate, health, and bullet speed 

 

goldturret

 

this improved upon all stats by 5 points, making it a very effective and relatively inexpensive turret

diamondturret

 

all stats are improved, deals 2 damage per shot and has the best fire rate

 

 

 

 

Turrets are completely autonomous and attack what you attack or what attacks you, in the future there may be more options like manual control

There are 4 types of turrets
Basic
Iron
Gold
and Diamond
upgrades are crafted by surrounding a previous tier turret in the material to upgrade it

Controls/rules!!!!!!!!

Shift+V unequips a Turret

turrets are found in the TOOLS TAB
 

dont feed it after midnight

 

 

have fun!
5

2021-10-11-07-44-49

 

2021-10-11-07-45-02

 

2021-10-11-07-45-11

 

3216

Modification files
Shoulder Cannons.jarUploaded on: 10/11/2021 - 15:09   File size: 146.17 KB

Thanks. There are a few more points in your mod that I would like to know how they work, could you throw the project folder into dis(MarshmAlex#6748)? as a sign of gratitude, I will indicate your nickname among the authors if I finish my mod

in mcreator 2020.1 checking the option to turn off the hitbox will do this, if you use 1.16.5 in any newer mcreator version you must use

@Override
public boolean canBeCollidedWith() {
return false;

if you use 1.17 you must use

@Override
public boolean isPickable() {
return false;

the cannon is unequiped after entering water and then cannot be equiped again