1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-18 10:30:21 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-03-24 20:00:48 +01:00
5 changed files with 69 additions and 53 deletions

View File

@ -3,7 +3,6 @@ local modpath = minetest.get_modpath("claycrafter")
-- TODO: Investigate function to automatically get mod name.
dofile(modpath .. "/items.lua")
dofile(modpath .. "/recipes.lua")
dofile(modpath .. "/claycrafter.lua")
minetest.log("action", "[claycrafter] loaded.")