07.xhtml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Minetest feature freeze',
  21. 'body' => <<<END
  22. <p>
  23. I worked with Minetest&apos;s tree generation capabilities today, and I&apos;ve decided that their leaf placement pattern is a pain.
  24. Instead of placing leaves on all sides of a branch, Minetest places leaves only above and below the branch, and it does so in a strange pattern full of holes.
  25. I&apos;ll make it work, but it could be much better.
  26. </p>
  27. <p>
  28. I hear that Minetest is currently in a feature freeze.
  29. That means the new release should be coming soon! I was right to start targeting the unstable version as far as Minetyst development.
  30. By the time I get Minetyst anywhere near usable, the new release will be out.
  31. </p>
  32. <p>
  33. I&apos;ve decided it would probably be best for me to abandon the sweet dungeon I found.
  34. The fact is that it doesn&apos;t spawn every time.
  35. I either have to make other arrangements that I know I can make happen, or I have to make plans to keep resetting the world until my dungeon spawns.
  36. Doing the latter gives me undue power over the game world, as other players won&apos;t have that option.
  37. With that in mind, I&apos;ve decided to instead take up residence in a dungeon beneath the spawn area, one that generates every time and that my tunnel project must necessarily bore through part of.
  38. The biggest room in the dungeon will be mostly-demolished by tunnel construction, but if I leave the wall of my tunnel open in that spot, the rest of the dungeon becomes accessible to the outside world via the tunnel.
  39. This is likely to be a temporary housing arrangement until I find a better place to keep my belongings.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. END
  45. );