mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-19 03:15:49 +02:00
changed trunk limit of catrelle TL and added recipe
This commit is contained in:
parent
d987350f6e
commit
9922656705
@ -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 = {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user