Steve is no longer retarded

Torches now display right in hand
master
danil275487 2021-05-16 13:36:04 +03:00
parent 97486d03a6
commit 7b74ca620e
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ item_drop.pickup_radius (Pickup radius) float 0.75
#Magnet radius, items between pickup_radius and this begin flying to the player
#Set it to -1 (or something else smaller than pickup_radius) to disable item
#flying
item_drop.magnet_radius (Magnet radius) float -1
item_drop.magnet_radius (Magnet radius) float 1
#Item flight duration, items flying for more than this time are added to the
#player's inventory

View File

@ -26,6 +26,7 @@ local floordef = {
drawtype = "mesh",
mesh = "torch_floor.obj",
inventory_image = "terrain.png^[sheet:16x16:0,5",
wield_image = "terrain.png^[sheet:16x16:0,5",
tiles = {"terrain.png^[sheet:16x16:0,5"},
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "opaque" or false,
paramtype = "light",