version 0.21
This commit is contained in:
parent
bd1233aaf1
commit
c8d70b992c
1717 changed files with 68882 additions and 0 deletions
14
mods/redstone/mesecons_materials/init.lua
Normal file
14
mods/redstone/mesecons_materials/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
--GLUE
|
||||
minetest.register_craftitem("mesecons_materials:glue", {
|
||||
image = "jeija_glue.png",
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
description="Glue",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = '"mesecons_materials:glue" 2',
|
||||
type = "cooking",
|
||||
recipe = "default:sapling",
|
||||
cooktime = 2
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue