Slightly update again.
This commit is contained in:
parent
374c3afc88
commit
3910e772a5
13
init.lua
13
init.lua
@ -3,8 +3,15 @@
|
||||
-- This is a prototype; feel free to add things, or change things to fit.
|
||||
--Licence; LGPL
|
||||
|
||||
dofile
|
||||
dofile(minetest.get_modpath("path_of_mod").."/.lua")
|
||||
|
||||
path_of_mod =
|
||||
-- Add the folder name you would like the path to be, also name the file like mymod.lua
|
||||
|
||||
master_modname =
|
||||
-- Place your mod name here, IT MUST BE THE SAME AS THE FOLDER.
|
||||
|
||||
|
||||
function basic_node(modname, groups, tiles. description,)
|
||||
minetest.register_node("modname
|
||||
|
||||
function basic_node(groups, tiles. description, nodename,)
|
||||
minetest.register_node("modname"
|
Loading…
x
Reference in New Issue
Block a user