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

StarBender 1.7

StarBender - Drain the power from 72 materials - Pleased Giraffe

  1. Compatibility with Pleased Giraffe

    marac008
    - Just an update for compatibility with Pleased Giraffe, enjoy :)

    I alone can't test each and every mount/transform so there might be errors but with those I tested there were no errors, so if you come across any kind of problem please contact me.

    Here's a short list of things that needed to be changed in case some other modders need to figure out what they have to change:

    Objects:
    interface craftingtable => crafting

    Quests:
    quest conditions => completionConditions
    questtemplate kind => type

    Tech Lua:
    math.atan2 => math.atan
    .appliedOffset() => .transformedPosition({0, 0})
    tech.anchorPoint("frontSecGunFirePoint") => tech.partPoint("frontSecGun", "firePoint")

    Tech Animation:
    "relativeAnchors" : { "frontDashGunFirePoint" : [-6, -3] } => "firePoint" : [-6, -3]
Return to update list...