Add crafting

master
rubenwardy 2018-04-22 17:42:57 +01:00
parent 600e60c7d3
commit 61aaa6b472
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "mods/libs/lib_chatcmdbuilder"]
path = mods/libs/lib_chatcmdbuilder
url = https://github.com/rubenwardy/ChatCmdBuilder
[submodule "mods/crafting"]
path = mods/crafting
url = https://github.com/rubenwardy/crafting

View File

@ -10,7 +10,7 @@ globals = {
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
assert = {fields = {"equals", "is_nil", "is_true", "is_false"}},
assert = {fields = {"equals", "is_nil", "is_true", "is_false", "is_not_nil", "not_equals"}},
-- Builtin
"vector", "ItemStack",
@ -20,5 +20,5 @@ read_globals = {
"default", "sfinv", "creative",
-- Libs
"ChatCmdBuilder", "describe", "it",
"ChatCmdBuilder", "describe", "it", "awards",
}

1
mods/crafting Submodule

@ -0,0 +1 @@
Subproject commit 97c8731b63492bd17cfbd6c09694f3a648e6ca8b