Add tin cable textures by me and LuanHawk

This commit is contained in:
mrkubax10 2023-03-23 12:02:17 +01:00
parent cfdcd58569
commit da3d99164b
5 changed files with 2 additions and 2 deletions

View File

@ -147,14 +147,14 @@ local function registerCable(name,displayName,size,flow,registerInsulated)
definition=table.copy(definition)
definition.description=S("Insulated "..displayName.." Cable")
definition.inventory_image="industrialtest_insulated_"..name.."_cable_inv.png"
definition.tiles={"industrialtest_insulated_copper_cable.png"}
definition.tiles={"industrialtest_insulated_"..name.."_cable.png"}
definition.wield_image="industrialtest_insulated_"..name.."_cable_inv.png"
definition._industrialtest_electrocution=nil
minetest.register_node("industrialtest:insulated_"..name.."_cable",definition)
end
end
registerCable("tin","Tin",0.15,industrialtest.api.lvPowerFlow,true)
registerCable("tin","Tin",0.19,industrialtest.api.lvPowerFlow,true)
minetest.register_craft({
type="shaped",
output="industrialtest:tin_cable 6",

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B