texture for steel_chasis

This commit is contained in:
Pascal Abresch 2019-10-04 02:48:38 +02:00
parent de6dbf0c77
commit 1b12ed04d3
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ minetest.register_craft({
minetest.register_craftitem(NAME .. ":steel_chasis", { minetest.register_craftitem(NAME .. ":steel_chasis", {
groups = { steel_chasis = 1 }, -- group for a single item because we keep moving files around, this way it will work even if the modname changes groups = { steel_chasis = 1 }, -- group for a single item because we keep moving files around, this way it will work even if the modname changes
description = "Steel chasis", description = "Steel chasis",
inventory_image = "chasis.png", inventory_image = "[inventorycube{sparkcomponent_steel_sideplate.png{sparkcomponent_steel_sideplate.png{sparkcomponent_steel_sideplate.png",
stack_max = 128, stack_max = 128,
}) })

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B