mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-23 01:55:27 +01:00
initial commit
subgame + mods
This commit is contained in:
15
mods/farming/sugar.lua
Normal file
15
mods/farming/sugar.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
--= Sugar
|
||||
|
||||
minetest.register_craftitem("farming:sugar", {
|
||||
description = "Sugar",
|
||||
inventory_image = "farming_sugar.png",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
cooktime = 3,
|
||||
output = "farming:sugar 2",
|
||||
recipe = "default:papyrus",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user