README 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OCD3 (OCD-LGN)
  2. =====================================================================
  3. Main: jadedctrl, Tirifto, etc.
  4. Link: https://notabug.org/jadedctrl/minetest-OCD-LGN
  5. Based on the newest Minetest-game, this is a whole new OCD.
  6. The best features of OCD have been ported-forward, and the aesthetics have been
  7. preserved and extended.
  8. Here are the rules for textures:
  9. * Natural blocks (wood, dirt, stone, etc) are all one pixel
  10. * Cooking something adds one more pixel, height and length
  11. * Crafted materials are decided by the amount of items that went into it + 1.
  12. * I.E. the ladder texture has 9 pixels. 8 sticks go make a ladder.
  13. * Items that are exclusively mob drops (I.E. raw meat) are 3x3 pixels
  14. * All plantlife are 5x5 (exception for nodeboxes)
  15. Now, OCD3 probably doesn't fully follow those rules yet, but we really have
  16. tried. In the future, expect more and more consistency. :)
  17. OCD3 comes with more mods than OCD, making it feel more complete-- light glows
  18. around the player when using torches (walking_torches), mobs attack the player
  19. (mobs_*), rain and lightning strike (weather), etc.
  20. Licensing
  21. ===================================
  22. There are a lot of modifications-- some minor, some pretty major-- to a lot of
  23. different mods in this subgame compared to upstream. We didn't really take note
  24. of most of them, and probably forgot about a lot of them, so this blanket statement's
  25. the easiest option:
  26. Any modifications are to be considered under the same license of their parent mod,
  27. unless otherwise stated either in the code or in the mod's README file.