Tweak item appearance of internal items
This commit is contained in:
parent
47f7b21190
commit
e09a72ed59
9 changed files with 15 additions and 8 deletions
|
@ -136,7 +136,6 @@ mesecon.register_button = function(basename, description, texture, recipeitem, s
|
|||
drawtype = "nodebox",
|
||||
tiles = {texture},
|
||||
wield_image = "mesecons_button_wield_mask.png^"..texture.."^mesecons_button_wield_mask.png^[makealpha:255,126,126",
|
||||
inventory_image = "mesecons_button_wield_mask.png^"..texture.."^mesecons_button_wield_mask.png^[makealpha:255,126,126",
|
||||
wield_scale = { x=1, y=1, z=0.5},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue