WIP: mcl_compressed_blocks #46

Draft
SmokeyDope wants to merge 8 commits from mcl_compressed_blocks into master
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 3d4e994759 - Show all commits

View File

@ -1,5 +0,0 @@
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath.."/nodes.lua")
dofile(modpath.."/recipes.lua")