2020-10-25 19:05:08 +01:00
|
|
|
local name = "hover_blue"
|
|
|
|
|
|
|
|
local definition = ...
|
|
|
|
|
2024-12-19 12:55:40 +01:00
|
|
|
definition.description = vehicle_mash.S("Blue hovercraft")
|
2020-10-25 19:05:08 +01:00
|
|
|
definition.inventory_image = "hovercraft_blue_inv.png"
|
|
|
|
definition.wield_image = "hovercraft_blue_inv.png"
|
|
|
|
definition.textures = {"hovercraft_blue.png"}
|
|
|
|
definition.drop_on_destroy = {"wool:blue", "wool:black 2", "default:steelblock"}
|
|
|
|
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|