Skip to content
Snippets Groups Projects
  1. Jul 19, 2016
  2. Jul 18, 2016
    • rubenwardy's avatar
      Move nyancats into a separate mod · 3661cb61
      rubenwardy authored
      Nyancats are independent in the default mod. Nothing else uses them or
      their code. Separating it into a separate mod makes it easier for
      subgames to remove them. It also makes it easier for a mod to depend
      on nyancats, as lots of subgames don't have them.
      
      Default/mapgen.lua: Register biomes, ores and decorations in
      singlenode mapgen. These were never disabled anyway because
      singlenode was removed from the world creation menu.
      3661cb61
  3. Jul 15, 2016
  4. Jul 13, 2016
  5. Jul 10, 2016
  6. Jul 09, 2016
  7. Jul 07, 2016
  8. Jul 05, 2016
    • paramat's avatar
      Default/mapgen: Simplify iron ore registrations · d42f77cc
      paramat authored
      Preserve overlapping registrations of large and small clusters
      below y = -64 but now extend the small clusters up to y = 0 (the
      previous highest iron ore level) in a similar to way to coal
      d42f77cc
    • paramat's avatar
      Default/mapgen: Add ores above y = 1024 · d476d017
      paramat authored
      Each ore's rarity is equal to that occuring below y= -1024
      d476d017
    • paramat's avatar
      Default/mapgen: Clean up ore registrations · 1886d293
      paramat authored
      Re-order registrations
      Add and improve comments
      Change sand blob ymax to 0 as sand does not always rise above 0
      Remove dirt blobs from sandstone as it is unsuitable for
      many sandstone biomes and ugly in stony sandstone desert
      Change ymax of first iron region to 0
      1886d293
    • tenplus1's avatar
      Bucket: Correct liquid placing in protected areas · 21b457c9
      tenplus1 authored
      - Placing liquid inside a protected area no longer returns an empty bucket
      - Remove on_place function, tidy up code, return proper itemstack
      - Shorten code (changes from HybridDog/patch-35)
      21b457c9
  9. Jul 03, 2016
  10. Jul 01, 2016
  11. Jun 27, 2016
  12. Jun 26, 2016
  13. Jun 25, 2016
  14. Jun 22, 2016
Loading