mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-25 22:26:24 +02:00
Update init.lua
This commit is contained in:
parent
9a783703f8
commit
a087e084c3
@ -639,7 +639,6 @@ minetest.register_craftitem("automobiles_lib:wheel",{
|
||||
})
|
||||
|
||||
if minetest.get_modpath("default") then
|
||||
--[[
|
||||
minetest.register_craft({
|
||||
output = "automobiles_lib:engine",
|
||||
recipe = {
|
||||
@ -647,7 +646,6 @@ if minetest.get_modpath("default") then
|
||||
{"default:steelblock","default:mese_block", "default:steelblock"},
|
||||
}
|
||||
})
|
||||
]]
|
||||
minetest.register_craft({
|
||||
output = "automobiles_lib:wheel",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user