1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Update MinetestForFunGame

This commit is contained in:
LeMagnesium
2015-09-02 15:37:12 +02:00
parent 13b31ebf82
commit 265afe4855
31 changed files with 395 additions and 244 deletions

View File

@ -1,4 +1,3 @@
--
-- Helper functions
--
@ -290,6 +289,7 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "boats:boat",
recipe = {
@ -297,4 +297,3 @@ minetest.register_craft({
{"group:wood", "group:wood", "group:wood"},
},
})