added a few comments

This commit is contained in:
Sokomine 2017-08-06 19:04:32 +02:00
parent cea4794a53
commit f992fdad52
2 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,4 @@ mycorners?
mymulch?
clothing?
cblocks?
morecolors?

View File

@ -1,5 +1,9 @@
-- This is based upon the paint_roller mod by Krock.
-- if the old color of the block can be identified and is supported, its
-- corresponding dye is added to the player's inventory;
-- if at all possible, the block is colored with the dye that is found in
-- the player's inventory to the right of the paintroller
minetest.register_tool("colormachine:paint_roller", {
description = "Paint roller",
inventory_image = "paint_roller.png",