mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-29 13:20:44 +02:00
Better inv. images for computer items
This commit is contained in:
@ -13,6 +13,7 @@ computer.register = function (name, def)
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
description = def.description,
|
||||
inventory_image = def.inventory_image,
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2},
|
||||
tiles = {
|
||||
TEXPFX.."tp.png",
|
||||
|
Reference in New Issue
Block a user