HomeJavaModsSmall Ships Upgrades
Small Ships Upgrades
ModsJava

Small Ships Upgrades

by murphy_slaw · on CurseForge

Adds upgrade items for Small Ships ship attributes.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.20.1 · Fabric⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

A simple implmentation of upgrade items for Small Ships

Items

There are three items implemented, one for each major ship attribute: speed, health, and cargo.

To apply an upgrade, right click on a ship with it. If the ship has enough upgrade slots to accept the upgrade, the upgrade item will be consumed and the appropriate attribute will be increased.

Note

The mod adds these items, but does not add recipes for them or add them to loot tables. You'll have to do that yourself.

Configuration

upgradeRecyclePercentage

The percentage of upgrade items to drop when the ship is destroyed, rounding up. Defaults to 100.

speedIncrement

The number of points to increase a ship's speed for each upgrade applied. Defaults to 10.

healthIncrement

The number of points to increase a ship's health for each upgrade applied. Defaults to 20.

cargoIncrement

The number of 9-slot rows to add to the ship's cargo capacity for each upgrade applied. Defaults to 6 (54 slots, one full page).

caps

A list of upgrade caps for each ship type, in the format

{
    "name": "cog",
    "speed": 8,
    "health": 2,
    "cargo": 6
}

Unknown ship types will be ignored. If there are duplicate entries for a ship type, the last entry wins.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more