trash_can-cd2025/README.txt

51 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2016-01-11 17:06:14 -05:00
_____ _ _____
|_ _| | | / __ \
| |_ __ __ _ ___| |__ | / \/ __ _ _ __
| | '__/ _` / __| '_ \ | | / _` | '_ \
2013-08-26 15:59:54 -04:00
| | | | (_| \__ \ | | | | \__/\ (_| | | | |
\_/_| \__,_|___/_| |_| \____/\__,_|_| |_|
2013-06-18 20:48:10 -04:00
2016-01-11 17:06:14 -05:00
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.
2013-08-26 15:59:54 -04:00
You can also throw things in the wooden trash can by pressing "q" or throwing them out of your inventory.
2020-04-11 13:26:49 +02:00
Version: 0.2.3
2016-01-11 17:06:14 -05:00
License: MIT (see LICENSE.txt)
2013-08-26 15:59:54 -04:00
2016-01-11 17:06:14 -05:00
Dependencies:
default (found in minetest_game)
2013-08-26 15:59:54 -04:00
2016-01-14 18:31:41 -05:00
Please report bugs at the github issue tracker:
https://github.com/minetest-mods/trash_can/issues
2013-08-26 15:59:54 -04:00
Crafting:
Wooden trash can:
w = wood planks x = nothing
w|x|w
-----
w|x|w
-----
w|w|w
Dumpster:
i = iron ingot c = coal block g = dark green dye
c|c|c
-----
i|g|i
-----
i|i|i
2013-08-26 16:10:30 -04:00
Contributers:
Zeg9:
Made it so you can throw stuff in the trash can (by pressing "q")
Mossmanikin:
2016-01-11 17:06:14 -05:00
Made the nodeboxes for the dumpster, the textures for the wooden trash can, and the texture for the dumpster node.
(with some editing by me). (old)
2013-08-26 16:10:30 -04:00
2020-04-11 13:26:49 +02:00
Minerdudetest(Minertestdude on Github):
compatibility with MCL2