1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Update tile_images

This commit is contained in:
Jat
2012-08-31 12:33:28 +02:00
committed by Perttu Ahola
parent 794c68b32b
commit d3d3e76447
3 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ for _, row in ipairs(wool.dyes) do
-- Node Definition
minetest.register_node("wool:"..name, {
description = desc.." Wool",
tile_images = {"wool_"..name..".png"},
tiles = {"wool_"..name..".png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3},
})
if craft_color_group then