mirror of
https://github.com/rubenwardy/food.git
synced 2025-07-22 08:40:24 +02:00
Compare commits
1 Commits
master
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
c1dddd5adf |
@ -218,3 +218,5 @@ end
|
|||||||
function food.craft(craft)
|
function food.craft(craft)
|
||||||
minetest.register_craft(craft)
|
minetest.register_craft(craft)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.log("action", "[food] loaded.")
|
||||||
|
@ -295,3 +295,4 @@ food.module("cake_carrot", function()
|
|||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
minetest.log("action", "[food_basic] loaded.")
|
||||||
|
Reference in New Issue
Block a user