changed trunk limit of catrelle TL and added recipe

This commit is contained in:
Alexsandro Percy 2023-12-03 19:59:15 -03:00
parent d987350f6e
commit 9922656705
2 changed files with 7 additions and 1 deletions

View File

@ -80,6 +80,12 @@ minetest.register_craftitem("automobiles_catrelle:catrelle_tl", {
-- crafting
--
if minetest.get_modpath("default") then
minetest.register_craft({
output = "automobiles_catrelle:catrelle_tl",
recipe = {
{"automobiles_catrelle:catrelle", "default:glass", "default:steelblock"},
}
})
minetest.register_craft({
output = "automobiles_catrelle:catrelle",
recipe = {

View File

@ -632,7 +632,7 @@ catrelle.car_properties2.initial_properties.textures[9] = "automobiles_alpha.png
catrelle.car_properties2.initial_properties.textures[10] = "automobiles_catrelle_lat_glass.png"
catrelle.car_properties2._seat_pos = {{x=-4.0,y=3,z=15},{x=4.0,y=3,z=15}, {x=-4.0,y=3,z=7},{x=4.0,y=3,z=7}}
catrelle.car_properties2._color = "#0063b0"
catrelle.car_properties2._trunk_slots = 24
catrelle.car_properties2._trunk_slots = 16
catrelle.car_properties2._extra_items_function = catrelle.extra_parts
catrelle.car_properties2._destroy_function = catrelle.destroy