Go to file
Emo"jigit 78611b3ccd
zh_TW Translations (#13)
2022-08-13 15:03:52 +02:00
locale zh_TW Translations (#13) 2022-08-13 15:03:52 +02:00
sounds Added dumpster 2013-08-24 11:54:43 -04:00
textures Made new dumpster nodebox and fixes the issue of it placing into other nodes 2016-01-11 22:02:39 -05:00
LICENSE.txt Cleanup 2016-01-11 17:06:14 -05:00
README.txt Add MineClone2 compatibility (#10) 2020-04-11 13:26:49 +02:00
init.lua zh_TW Translations (#13) 2022-08-13 15:03:52 +02:00
mod.conf Add MineClone2 compatibility (#10) 2020-04-11 13:26:49 +02:00
screenshot.png Made new dumpster nodebox and fixes the issue of it placing into other nodes 2016-01-11 22:02:39 -05:00
settingtypes.txt Add setting trash_can_throw_in (#5) 2019-08-26 19:59:19 +02:00

README.txt

 _____             _       _____
|_   _|           | |     /  __ \
  | |_ __ __ _ ___| |__   | /  \/ __ _ _ __
  | | '__/ _` / __| '_ \  | |    / _` | '_ \
  | | | | (_| \__ \ | | | | \__/\ (_| | | | |
  \_/_|  \__,_|___/_| |_|  \____/\__,_|_| |_|

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.
You can also throw things in the wooden trash can by pressing "q" or throwing them out of your inventory.

Version: 0.2.3
License: MIT (see LICENSE.txt)

Dependencies:
default (found in minetest_game)

Please report bugs at the github issue tracker:
https://github.com/minetest-mods/trash_can/issues

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

Contributers:

Zeg9:
Made it so you can throw stuff in the trash can (by pressing "q")

Mossmanikin:
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)

Minerdudetest(Minertestdude on Github):
compatibility with MCL2