Skip to content
Snippets Groups Projects
  1. Oct 24, 2019
  2. Oct 22, 2019
  3. Oct 18, 2019
    • Paramat's avatar
      Move hotbar code/textures, and damage sound, from player_api to default · 7caa5d36
      Paramat authored
      These are unrelated to the Player API and player object.
      All other GUI/HUD code and textures are in default.
      All other engine hardcoded sounds are in default.
      The player_api mod is highly likely to be used unchanged in new games,
      so logical grouping of content will help the creation of new games.
      7caa5d36
  4. Oct 15, 2019
  5. Oct 14, 2019
  6. Oct 12, 2019
  7. Oct 10, 2019
  8. Oct 06, 2019
  9. Oct 05, 2019
  10. Oct 03, 2019
  11. Oct 01, 2019
  12. Sep 28, 2019
  13. Sep 27, 2019
  14. Sep 23, 2019
  15. Sep 22, 2019
  16. Sep 21, 2019
  17. Sep 20, 2019
  18. Sep 19, 2019
  19. Sep 18, 2019
  20. Sep 16, 2019
  21. Sep 14, 2019
  22. Sep 13, 2019
  23. Sep 12, 2019
  24. Sep 10, 2019
  25. Sep 06, 2019
  26. Sep 05, 2019
  27. Aug 31, 2019
    • Paramat's avatar
      Creative: Override the hand instead of re-registering · e8097c9e
      Paramat authored
      Allows the initial hand registration to alter the 'wield_scale' without
      needing to also alter it in creative mod.
      Also make default mod a dependency again, as the initial hand
      registration is required.
      e8097c9e
  28. Aug 28, 2019
    • Paramat's avatar
      Spawn: Avoid spawning outside small worlds · 5c3e4b1d
      Paramat authored
      Previously, the value of 'mapgen_limit' was not used to limit the
      spawn position.
      If a friendly-biome spawn point is not found within a small world,
      spawn point falls back to the engine spawn point, which has a larger
      chance of success.
      5c3e4b1d
    • TumeniNodes's avatar
      Add new TNT sounds · 553b0f9d
      TumeniNodes authored
      553b0f9d
  29. Aug 20, 2019
    • Paul Ouellette's avatar
      Furnace: Improve fuel item replacement support · 72697119
      Paul Ouellette authored
      The output returned by `get_craft_result` has a replacements table that
      contains any replacement items that could not be placed in the input
      (due to the input stack having a count > 1). Put these replacements in
      the dst list or drop them on the furnace.
      72697119
  30. Aug 19, 2019
  31. Aug 18, 2019
Loading