yl_canned_food_mtg/dev/whatdowedo.txt
2024-07-17 01:06:35 +02:00

8 lines
386 B
Plaintext

This file holds a couple of editors notes regarding the mod.
Todo's can be noted here, known issues, the path to ressources or general annotations.
How to generate the JSON file from yl_canned_food_mtg.default_recipes:
local content = minetest.write_json(yl_canned_food_mtg.default_recipes)
minetest.safe_file_write(yl_canned_food_mtg.worldpath .. "yl_canned_food_mtg.json", content)