1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Species Clothing 1.0

Allows replacing clothing depending on the species.

Tags:
  1. cat2002
    Note: This is a library mod, it is useless unless a mod specifies to use it.
    Also it may be incompatible with some mods that modify crew members.

    Allows replacing clothing depending on the species.

    example usage
    "speciesreplace" : {
    "human" : false,
    "apex" : "humantier1head",
    "other" : "cowboyhead"
    }
    This example will replace the item you added this to with Scouter's Visor if they are an apex, nothing if they are a human and Cowboy Hat otherwise.
    Mod Pack Permissions:
    Anyone can use this mod in their mod compilation without the author's consent.
    Mod Assets Permissions:
    Anyone can alter/redistribute the mod's assets without the author's consent.
    Relten and species9000and1 like this.

Recent Reviews

  1. species9000and1
    species9000and1
    5/5,
    Version: 1.0
    I'm trying this out now, but the concept alone deserves applause. This is something that should have been a part of the modding API from the beginning... I would like to ask, does this only replace the item's sprite when you apply it, or the whole item and stats of it?