README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. _____ _ _____
  2. |_ _| | | / __ \
  3. | |_ __ __ _ ___| |__ | / \/ __ _ _ __
  4. | | '__/ _` / __| '_ \ | | / _` | '_ \
  5. | | | | (_| \__ \ | | | | \__/\ (_| | | | |
  6. \_/_| \__,_|___/_| |_| \____/\__,_|_| |_|
  7. This mod adds a wooden trash can, and a dumpster to the game. Right click it, put in your trash, and click the empty trash button.
  8. You can also throw things in the wooden trash can by pressing "q" or throwing them out of your inventory.
  9. Version: 0.2.3
  10. License: MIT (see LICENSE.txt)
  11. Dependencies:
  12. default (found in minetest_game)
  13. Please report bugs at the github issue tracker:
  14. https://github.com/minetest-mods/trash_can/issues
  15. Crafting:
  16. Wooden trash can:
  17. w = wood planks x = nothing
  18. w|x|w
  19. -----
  20. w|x|w
  21. -----
  22. w|w|w
  23. Dumpster:
  24. i = iron ingot c = coal block g = dark green dye
  25. c|c|c
  26. -----
  27. i|g|i
  28. -----
  29. i|i|i
  30. Contributers:
  31. Zeg9:
  32. Made it so you can throw stuff in the trash can (by pressing "q")
  33. Mossmanikin:
  34. Made the nodeboxes for the dumpster, the textures for the wooden trash can, and the texture for the dumpster node.
  35. (with some editing by me). (old)
  36. Minerdudetest(Minertestdude on Github):
  37. compatibility with MCL2