Starbound
0 of 0

File information

Last updated

Original upload

Created by

Trent Jones

Uploaded by

stinkfire

Virus scan

Safe to use

About this mod

This is a tool pack that adds new tools into the game. You can craft them using your anvil.

Permissions and credits
DESCRIPTION
This mod adds 6 new items to the game.
5 of them are copper-diamond matter manipulators. They work like there pickaxe counterpart but as you go up in quality the block mining size increases. The diamond manipulator mines a 5x5 area. They also mine slightly faster then pickaxes. To counter this they require more resources to make.
The last item is a book which you can create for 1 pixel. Pick this book up and you can then craft the matter manipulators on an anvil.

INSTALLATION
Place the mods folder into your starbound/assets folder

Once that is complete you need to change the starbound/assets/player.config file.

Change the old code below into the new code.
OLD
"tierBlueprintsUnlockedMessage" : "New blueprints have been unlocked.",
"blueprintOnPickupMessage" : "New blueprint available.",
"defaultBlueprints" : {
"tier1" : [
{ "item" : "copperarmorhead" },
{ "item" : "copperarmorchest" },
{ "item" : "copperarmorpants" },

NEW
"tierBlueprintsUnlockedMessage" : "New blueprints have been unlocked.",
"blueprintOnPickupMessage" : "New blueprint available.",
"defaultBlueprints" : {
"tier1" : [
{ "item" : "beamaxe_book" },
{ "item" : "copperarmorhead" },
{ "item" : "copperarmorchest" },
{ "item" : "copperarmorpants" },


If anyone knows how to add recipes apart from changing the player.config please let me know.