VirtualTam's bookmarks

  1. "Currently I am coding love and relationships into the game, and am having to deal with some colonists who are getting a bit polyamorous with the non-sentient furniture items. I am yet to decide as to whether this is a bug."

  2. item = Jenkins.instance.getItemByFullName("your-job-name-here")
    
    // THIS WILL REMOVE ALL BUILD HISTORY
    item.builds.each() { build ->
      build.delete()
    }
    item.updateNextBuildNumber(1)
    
  3. Minetest Essentials 2014-09-18

    [Core]

    [Mapper]

    [Mods:Trivia] (this is going to be an incremental section, I guess)

    [Mods:Biomes]

    [Mods:Blocks]

    [Mods:Gameplay]

    [Mods:Misc]

    [Mods:Nature]

    [Mods:Tech]

    [Mods:World]

    [Textures]