1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-19 10:50:20 +02:00

Moreblocks compatibility

Merged recipes.lua into items.lua
Added support for moreblocks' compressed dirt
This commit is contained in:
Joaquin Villalba
2020-12-22 11:26:30 -03:00
committed by GitHub
parent 86c0626956
commit 2ab701933d
4 changed files with 59 additions and 7 deletions

View File

@ -3,5 +3,4 @@ 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")