mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-13 22:10:27 +02:00
remove reduntant if check
This commit is contained in:
@ -73,9 +73,7 @@ if minetest.get_modpath("basic_materials") then
|
||||
{materials.steel_ingot, materials.steel_ingot, materials.steel_ingot},
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
if minetest.get_modpath("basic_materials") then
|
||||
minetest.register_craft({
|
||||
output = "home_workshop_machines:3dprinter_corexy",
|
||||
recipe = {
|
||||
|
Reference in New Issue
Block a user