Fix up tooltips.

This commit is contained in:
Splizard 2012-08-01 13:58:34 +12:00
parent 2aac1b5175
commit 73b962b70c
1 changed files with 2 additions and 1 deletions

View File

@ -147,13 +147,14 @@ minetest.register_entity("snow:snowball_entity", snow_snowball_ENTITY)
--Snowball.
minetest.register_craftitem("snow:snowball", {
Description = "Snowball",
description = "Snowball",
inventory_image = "snow_snowball.png",
on_use = snow_shoot_snowball,
})
--Snow.
minetest.register_node("snow:snow", {
description = "Snow",
tiles = {"snow_snow.png"},
drawtype = "nodebox",
sunlight_propagates = true,