Add car55 textures

master
paramat 2015-12-24 20:45:46 +00:00
parent d8d5831270
commit 35b224639c
7 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ For Minetest 0.4.10 and later
Depends default
Licenses: code WTFPL, textures CC BY-SA
4 styles of microcar: skycar, nyancart, mesecar and oerkka.
4 styles of microcar: car55, oerkka, nyancart and mesecar.
Will only turn when moving, turn speed reduces near top speed.
Dual-motor 4 wheel drive update (inspired by Tesla Model S).
By default will climb slabs but not full blocks, edit STEPH to 1.1 to climb blocks.
@ -34,7 +34,7 @@ Crafting recipies
minetest.register_craft({
output = "mesecar:mesecar1", -- Skycar
output = "mesecar:mesecar1", -- Car55
recipe = {
{"default:steel_ingot", "dye:blue", "default:steel_ingot"},
{"default:steel_ingot", "group:wool", "default:glass"},

View File

@ -32,7 +32,7 @@ local function get_v(v)
end
-- Skycar
-- Car55
local car1 = {
physical = true,
@ -534,7 +534,7 @@ minetest.register_entity("mesecar:mesecar4", car4)
-- Items
minetest.register_craftitem("mesecar:mesecar1", { -- Skycar
minetest.register_craftitem("mesecar:mesecar1", { -- Car55
description = "Mese Car 1",
inventory_image = "mesecar_car1front.png",
wield_image = "mesecar_car1front.png",
@ -667,7 +667,7 @@ minetest.register_craft({
minetest.register_craft({
output = "mesecar:mesecar1", -- Skycar
output = "mesecar:mesecar1", -- Car55
recipe = {
{"default:steel_ingot", "dye:blue", "default:steel_ingot"},
{"default:steel_ingot", "group:wool", "default:glass"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 141 B