mirror of
https://github.com/Sokomine/colormachine.git
synced 2025-01-24 08:50:37 +01:00
added a few comments
This commit is contained in:
parent
cea4794a53
commit
f992fdad52
@ -16,3 +16,4 @@ mycorners?
|
||||
mymulch?
|
||||
clothing?
|
||||
cblocks?
|
||||
morecolors?
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user