Update init.lua

This commit is contained in:
acmgit 2024-01-27 05:44:27 +01:00 committed by GitHub
parent 9a783703f8
commit a087e084c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {