diff options
author | GreenXenith <bl00ntdmonkey@yahoo.com> | 2018-09-10 20:47:50 -0700 |
---|---|---|
committer | GreenXenith <bl00ntdmonkey@yahoo.com> | 2018-09-10 20:47:50 -0700 |
commit | ad89a350a3c347ad8f90187f6c5a3adc535e53ab (patch) | |
tree | 650b392843145b88b73549773847b6ac9c5bd49c | |
parent | 16ca66d435487cdab2997b06bcddef27ea30b207 (diff) |
Fix old mention of punching with dye in comment.
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ minetest.register_node("bike:hand", { --[[ Bike ]]-- --- Default textures (overidden when mounted or punched with dye) +-- Default textures (overidden when mounted or colored) local function default_tex(metaltex, alpha) return { "metal_grey.png", |