Glowstone List format conversion question #2


  • Accepted
  • Other
Open
Assigned to timvisee
  • _ForgeUser8615067 created this issue Mar 20, 2012

    I had a lot of glowstones already defined in the older version.  I see the list format has changed, and I would like to manually update the old format to the new one so my older glowstones continue to work.

    Old format:    world|164 66 11     (glass during day/glowstone at night)
    New format:  FlatLand;-64;92;220;1;20;0;89;0;89;0

    Note: These examples are NOT representing the same coordinates.  They are merely format examples.

    What would be the correct new format listing to represent     world|164 66 11    ?

    I will happily modify the list file manually, I just need to understand what all the values are for.  I understand 20, 89, and 89 as the block types for day, night, and rain.  I can figure out which ones are the coordinates, although it would be easier if you'd just tell me.  What are the other values for?

  • _ForgeUser8615067 added the tags New Other Mar 20, 2012
  • timvisee posted a comment Mar 21, 2012

    I'll explain it; Inside the old file system you had it like this (I think)

    world|164 66 11
    

    In the nwe file system they are saved like this;

    FlatLand;-64;92;220;1;20;0;89;0;89;0
    

    So in the old one you could see that there's a world name and the 3 coordinates behind it. In the new version there's a world name, the 3 coordinates (also ceperated with a ; and not a space as the old version) and then the lantern types. for day, night and rain, and the dava values next to it. I hope you understand this, for example that old lantern will be;

    world;164;66;11;1;20;0;89;0;89;0
    

    So it's in the world 'world' on the location 164 66 11, with glass (& data value 0) when it's day and glowstone (& data value 0) when it's night or when it's raining.

    HOpe this helps.

  • timvisee removed a tag New Mar 21, 2012
  • timvisee added a tag Accepted Mar 21, 2012

To post a comment, please login or register a new account.