mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-08 11:00:18 +02:00
Hades branch improvements (#12)
* Add hades_bucket to crafts. Fix some bugs. * Fix dependencies and recipes. Disable silicon if hades_materials is aviable. * Remove unused dependence. * Clear original recipe for palstic base from hades_materials. Prevent dual plastic cook recipe. * Use register_alias_force. * Fix spaces vs tabs. Co-authored-by: wsor4035 <24964441+wsor4035@users.noreply.github.com> * formatting fixes Co-authored-by: sfence <sfence.software@gmail.com> Co-authored-by: OgelGames <olliverdc28@gmail.com>
This commit is contained in:
@ -127,4 +127,11 @@ minetest.register_craftitem("basic_materials:gear_steel", {
|
||||
minetest.register_craftitem("basic_materials:padlock", {
|
||||
description = S("Padlock"),
|
||||
inventory_image = "basic_materials_padlock.png"
|
||||
})
|
||||
})
|
||||
|
||||
if minetest.get_modpath("hades_materials") then
|
||||
minetest.register_alias_force("basic_materials:plastic_sheet", "hades_materials:plastic_sheeting")
|
||||
minetest.register_alias_force("basic_materials:paraffin", "hades_materials:plastic_base")
|
||||
minetest.register_alias_force("hades_extramaterials:silicon", "hades_materials:silicon")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user