1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 06:25:33 +01:00

initial commit

subgame + mods
This commit is contained in:
Ombridride
2014-10-28 18:01:32 +01:00
parent baab1b3f7c
commit 232b274c55
6451 changed files with 226156 additions and 0 deletions

14
mods/multitest/craftitems.lua Executable file
View File

@@ -0,0 +1,14 @@
minetest.register_craftitem("multitest:handle_grip", {
description = "Grip",
inventory_image = "multitest_handle_grip.png",
})
minetest.register_craftitem("multitest:rubber", {
description = "Rubber",
inventory_image = "multitest_rubber.png",
})
minetest.register_craftitem("multitest:rubber_raw", {
description = "Raw Rubber",
inventory_image = "multitest_rubber_raw.png",
})