Add car55 textures
@ -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"},
|
||||
|
6
init.lua
@ -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"},
|
||||
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 141 B |