Support craftguide mod.
This commit is contained in:
parent
28dd7e8e16
commit
672a877f89
@ -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.
|
||||
|
4
init.lua
4
init.lua
@ -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'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user