Jump to content

Can't get new blocks to show up on the block list when pressing "g"


Suomikunkku

Recommended Posts

Hi!

 

So I've made this mod of mine, like the mod guides have instructed me, and I can't seem to get these 2 blocks I've made to show up in the list of buildable blocks, that shows up when you press "g".

Initially, the guide says the locations/BlockPositions should be like so:

<BlockPositions>
    <BlockPosition>
      <Name>SphereBlockPairName</Name>
      <Position>
        <X>-3</X>
        <Y>-3</Y>
      </Position>
    </BlockPosition>
  </BlockPositions>

In another mod (http://steamcommunity.com/sharedfiles/filedetails/?id=303417641), those were like:

<BlockPosition>
      <Name>Cockpit_Orb_Small</Name>
      <Position>
        <X>9</X>
        <Y>11</Y>
      </Position>
    </BlockPosition>

A third had multiple blocks with higher numbers, like the cockpit mod above, but with negative value.

So I made my blocks have these values:

<BlockPositions>
    <BlockPosition>
      <Name>RampHigh</Name>
      <Position>
        <X>-7</X>
        <Y>-3</Y>
      </Position>
    </BlockPosition>
    <BlockPosition>
      <Name>RampLow</Name>
      <Position>
        <X>-8</X>
        <Y>-3</Y>
      </Position>
    </BlockPosition>
  </BlockPositions>

I've also tried using same values as those other mods, without any success. Can someone please help me?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...