Support craftguide mod.

master
David G 2020-02-19 15:03:08 -07:00
parent 28dd7e8e16
commit 672a877f89
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,8 @@ A 24hr clock with one hand.
David_G (kestral246@gmail.com)
**New:** I have updated this mod to work with the craftguide mod. *(Thanks to feedback from FreeGamers.)*
![Family Screenshot](screenshot.png "All my compass and clock mods")
Shown are all my compass and clock mods.

View File

@ -1,5 +1,7 @@
-- 24hr_clock
-- By David_G (kestral246@gmail.com)
--
-- 2020-02-19
local activewidth=8 -- Number of inventory slots to check.
@ -83,7 +85,7 @@ end
-- crafting recipe only works if default mod present.
if minetest.get_modpath("default") ~= nil then
minetest.register_craft({
output = '24hr_clock:clock12',
output = '24hr_clock:clock11',
recipe = {
{'', 'default:tin_ingot', ''},
{'default:copper_ingot', 'default:glass', 'default:copper_ingot'},