1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-25 02:45:19 +01:00

[farming] Update for #443

This commit is contained in:
LeMagnesium
2016-06-18 11:59:26 +02:00
parent 6d50e91204
commit b698f85c0f
44 changed files with 1057 additions and 1823 deletions

View File

@@ -1,8 +1,10 @@
local S = farming.intllib
--= Sugar
minetest.register_craftitem("farming:sugar", {
description = "Sugar",
description = S("Sugar"),
inventory_image = "farming_sugar.png",
})
@@ -11,4 +13,4 @@ minetest.register_craft({
cooktime = 3,
output = "farming:sugar 2",
recipe = "default:papyrus",
})
})