17 lines
570 B
Lua
17 lines
570 B
Lua
--Simple Modding!
|
|
-- By Jordach, AKA, Jordan Snelling, http://twitter.com/jordansnelling / jordach.snelling@gmail.com / jordach@blokkeren.co.cc
|
|
-- This is a prototype; feel free to add things, or change things to fit.
|
|
--Licence; LGPL
|
|
|
|
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(groups, tiles. description, nodename,)
|
|
minetest.register_node("modname" |