mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-13 13:26:06 +00:00
LOTS OF STUFF
This commit is contained in:
parent
ba9efa195a
commit
43f40c2550
499 changed files with 566 additions and 225 deletions
|
|
@ -1,14 +0,0 @@
|
|||
-- Basic materials mod
|
||||
-- by Vanessa Dannenberg
|
||||
|
||||
-- This mod supplies all those little random craft items that everyone always
|
||||
-- seems to need, such as metal bars (ala rebar), plastic, wire, and so on.
|
||||
|
||||
basic_materials = {}
|
||||
basic_materials.mod = { author = "Vanessa Dannenberg" }
|
||||
basic_materials.modpath = minetest.get_modpath("basic_materials")
|
||||
|
||||
dofile(basic_materials.modpath .. "/nodes.lua")
|
||||
dofile(basic_materials.modpath .. "/craftitems.lua")
|
||||
dofile(basic_materials.modpath .. "/crafts.lua")
|
||||
dofile(basic_materials.modpath .. "/aliases.lua")
|
||||
Loading…
Add table
Add a link
Reference in a new issue