Ajout du mod nalc_maptools.
This commit is contained in:
parent
585a652b55
commit
0112e99866
1
nalc_maptools/depends.txt
Normal file
1
nalc_maptools/depends.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
maptools
|
8
nalc_maptools/init.lua
Normal file
8
nalc_maptools/init.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
minetest.register_craft(
|
||||||
|
{
|
||||||
|
output = "maptools:superapple",
|
||||||
|
type = "shapeless",
|
||||||
|
recipe = {"default:apple", "default:mese", "default:mese"},
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.log("action", "[nalc_maptools] loaded.")
|
Loading…
Reference in New Issue
Block a user