Skip to content

Commit

Permalink
Update digiscreen crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Nov 13, 2023
1 parent e2f6b2c commit cf0304e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions crafting_overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2015,3 +2015,17 @@ if minetest.get_modpath("caverealms") and minetest.get_modpath("farming") then
},
})
end

if minetest.get_modpath("digiscreen") then
minetest.clear_craft({
output = "digiscreen:digiscreen",
})
minetest.register_craft({
output = "digiscreen:digiscreen",
recipe = {
{"mesecons_luacontroller:luacontroller0000", "default:mese", "default:mese"},
{"digilines:lcd", "digilines:lcd", "digilines:lcd"},
{"mesecons_lightstone:lightstone_red_off", "mesecons_lightstone:lightstone_green_off", "mesecons_lightstone:lightstone_blue_off"},
},
})
end

0 comments on commit cf0304e

Please sign in to comment.