Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
    • Auke Kok's avatar
      Place tree logs as decorations. · 57939c6c
      Auke Kok authored
      We can vary the landscape a bit more by placing "fallen logs"
      around the various forests. These decorations are quite fast
      and will provide some gameplay value but are still more rare
      than the corresponding trees, so they don't provide free
      materials.
      
      I've manually put the schematic as lua tables since these log
      schematics are only 8 blocks. We vary the log lengths between
      1 and 3 blocks by making the end blocks have a lower chance
      of appearing.
      
      Amount is varied by fill_ratio, except for acacia trees where
      we reduce the scale, so that acacia logs show up near places with
      acacia trees consistently.
      
      Mushrooms are placed optionally on each log. We can't place
      two different mushrooms on a log, so instead we opt to place
      brown mushrooms on oak/appletree logs, brown mushrooms on
      jungletree logs, and red mushrooms on pine logs. No mushrooms
      are placed on acacia logs, as they occur in a dry biome,
      savannah, and this adds a bit of biome diversity.
      57939c6c
  2. Jan 06, 2016
  3. Jan 03, 2016
    • paramat's avatar
      Default: Remove normalmap textures · 0472e61a
      paramat authored
      0472e61a
    • Auke Kok's avatar
      Steel Trapdoor. · e9a7782c
      Auke Kok authored
      Adds a steel trapdoor. Textures were painted from scratch, and
      inspired by the current Steel Door. Ownership on the trapdoor
      works as expected, and so does the crafting recipe.
      e9a7782c
  4. Dec 31, 2015
  5. Dec 28, 2015
    • paramat's avatar
      11115c7d
    • Auke Kok's avatar
      Fix door volume level. · 481d1758
      Auke Kok authored
      Playing stereo sounds positionally in OpenAL causes it to play
      the sounds unattenuated - same volume for all distances. This
      shouldn't happen, and makes door sounds unneccesarily loud from
      very far away.
      
      Convert all door samples to mono, 22kHz 64kbit.
      
      Trimmed all door samples to remove lead, trail silence.
      481d1758
  6. Dec 25, 2015
    • Auke Kok's avatar
      Remove spores from mushrooms. · 32bdb9a3
      Auke Kok authored
      These have almost no value gameplay wise. Mushrooms spread
      by their very nature into appropriate soil nearby, and
      harvesting spores is something only scientists do. Actual
      mushroom farmers leave a few mushrooms and put on more
      manure, and keep the light off.
      
      Modify the growth ABM to test for light levels and attempt
      to plant a similar mushroom nearby (+/- 2 x,z, +/- y). Light
      at both source and destination needs to be low enough. I've
      tuned it to be 3-4 spaces from a torch.
      
      Mushrooms will die in full sunlight, but they can survive under
      trees and may grow out at night anywhere.
      
      Removed obsolete textures.
      
      Remove unused nodes and provide aliases for them.
      
      Aliased obsolete nodes so no unknown item nodes appear.
      
      Mushrooms die only in full sunlight (light level 15).
      32bdb9a3
    • Auke Kok's avatar
      Verify node type is facedir. · 82299b94
      Auke Kok authored
      This prevents nodes that are not of the "facedir" paramtype2,
      as these are generally not expected to be able to rotate. Mods
      and other methods may still manipulate param2 of these nodes
      as expected.
      
      Addresses #712
      82299b94
    • jeanpatrick.guerrero@gmail.com's avatar
  7. Dec 23, 2015
  8. Dec 19, 2015
  9. Dec 12, 2015
    • Auke Kok's avatar
      Add a separate image for a written book. · b57ecb94
      Auke Kok authored
      Since written books are quite different from empty books, the
      visual clue that they are different items is really needed in-game.
      
      I've added a "clasp" or "belt-with-buckle" like element to the
      png from default_book, keeping them very similar but also
      immediately recgnizably different.
      
      I added the new texture to blockmen's license list since it's
      obviously derivative of his work.
      
      The PNG was run through a minimizer/optimizer to save space.
      b57ecb94
    • paramat's avatar
      Default: Slightly reduce alpha of water post effect colour · c66a98bb
      paramat authored
      To make water a little clearer and feel purer
      Also correct lava alpha values from 192 to 191
      c66a98bb
  10. Dec 06, 2015
  11. Nov 23, 2015
  12. Nov 15, 2015
    • paramat's avatar
      Default/mapgen: Use sidelen 16 for low density decorations · 0d499783
      paramat authored
      The fixing of low density decorations allows returning to
      sidelen 16 for acacia trees and cacti, previously sidelen
      80 was required for low density decorations to appear
      Also use sidelen 16 instead of 8 for mgv6 papyrus
      0d499783
  13. Nov 14, 2015
  14. Nov 09, 2015
  15. Nov 08, 2015
    • paramat's avatar
      Default/mapgen: Tune biome points for improved disribution · 3d6f1685
      paramat authored
      Bring humidity points closer to reduce distortion of voronoi cells
      Slightly reduce size of hot and frozen biomes
      Improve location of glacier biomes
      Remove unnecessary snow nodeboxes from tundra to improve FPS
      Add missing dirt_with_snow to taiga
      3d6f1685
  16. Nov 04, 2015
  17. Oct 30, 2015
  18. Oct 28, 2015
  19. Oct 27, 2015
  20. Oct 26, 2015
  21. Oct 20, 2015
  22. Oct 18, 2015
  23. Oct 17, 2015
  24. Oct 11, 2015
Loading