Update init.lua
This commit is contained in:
parent
5633808d81
commit
59ec3bc8d7
@ -112,7 +112,7 @@ minetest.register_craftitem("gun_lathe:gun_barrel_carbon_steel", {
|
||||
inventory_image = "gunbarrel_carbon_steel.png"
|
||||
})
|
||||
minetest.register_craftitem("gun_lathe:gun_barrel_stainless_steel", {
|
||||
description = "Stainles Steel Gun Barrel",
|
||||
description = "Stainless Steel Gun Barrel",
|
||||
inventory_image = "gunbarrel_stainless_steel.png"
|
||||
})
|
||||
technic.register_recipe("lvlathe", {input = {"default:steel_ingot 4"}, output = "gun_lathe:gun_barrel_iron", time = 60})
|
||||
|
Loading…
x
Reference in New Issue
Block a user