texture for steel_chasis
This commit is contained in:
parent
de6dbf0c77
commit
1b12ed04d3
@ -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,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
BIN
sparkcomponent/textures/sparkcomponent_steel_sideplate.png
Normal file
BIN
sparkcomponent/textures/sparkcomponent_steel_sideplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 B |
Loading…
x
Reference in New Issue
Block a user