Fix recipe for basic_materials

This commit is contained in:
Serhii Mozhaiskyi 2020-10-23 14:58:43 +03:00
parent fbc3ccadf7
commit 809c86a18c

@ -10,7 +10,7 @@ if minetest.get_modpath("basic_materials") then
body = 'basic_materials:plastic_sheet' body = 'basic_materials:plastic_sheet'
wires = 'basic_materials:copper_wire' wires = 'basic_materials:copper_wire'
antenna = wires antenna = wires
battery = 'basic_materials:simple_energy_crystal' battery = 'basic_materials:energy_crystal_simple'
end end
if minetest.get_modpath("technic") then if minetest.get_modpath("technic") then