mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-08 02:50:23 +02:00
remove dep on default and make game agnostic
This commit is contained in:
@ -16,8 +16,6 @@ minetest.register_craftitem("basic_materials:empty_spool", {
|
||||
inventory_image = "basic_materials_empty_spool.png"
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craftitem("basic_materials:oil_extract", {
|
||||
description = S("Oil extract"),
|
||||
inventory_image = "basic_materials_oil_extract.png",
|
||||
@ -38,8 +36,6 @@ minetest.register_craftitem("basic_materials:wet_cement", {
|
||||
inventory_image = "basic_materials_wet_cement.png",
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craftitem("basic_materials:silicon", {
|
||||
description = S("Silicon lump"),
|
||||
inventory_image = "basic_materials_silicon.png",
|
||||
@ -65,9 +61,6 @@ minetest.register_craftitem("basic_materials:energy_crystal_simple", {
|
||||
inventory_image = "basic_materials_energy_crystal.png",
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
minetest.register_craftitem("basic_materials:steel_wire", {
|
||||
description = S("Spool of steel wire"),
|
||||
groups = { wire = 1 },
|
||||
@ -134,4 +127,4 @@ minetest.register_craftitem("basic_materials:gear_steel", {
|
||||
minetest.register_craftitem("basic_materials:padlock", {
|
||||
description = S("Padlock"),
|
||||
inventory_image = "basic_materials_padlock.png"
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user