Delete init.lua

This commit is contained in:
SmokeyDope 2024-01-03 18:04:46 +00:00
parent b238900717
commit 3d4e994759
1 changed files with 0 additions and 5 deletions

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")