mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-26 03:20:19 +02:00
Updated planflife modpack : bug fixes, less laggy, etc..
This commit is contained in:
14
mods/plantlife_modpack/vines/crafts.lua
Normal file
14
mods/plantlife_modpack/vines/crafts.lua
Normal file
@ -0,0 +1,14 @@
|
||||
minetest.register_craft({
|
||||
output = 'vines:rope_block',
|
||||
recipe = vines.recipes['rope_block']
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'vines:shears',
|
||||
recipe = vines.recipes['shears']
|
||||
})
|
||||
|
||||
minetest.register_craftitem("vines:vines", {
|
||||
description = "Vines",
|
||||
inventory_image = "vines_item.png",
|
||||
})
|
Reference in New Issue
Block a user