fix agave syrup translation (thx TheDarkTiger)
This commit is contained in:
parent
3a15c1aa36
commit
7964b7f64a
@ -99,7 +99,7 @@ minetest.register_craft({
|
|||||||
|
|
||||||
-- cook blue agave into a sugar syrup
|
-- cook blue agave into a sugar syrup
|
||||||
minetest.register_craftitem("wine:agave_syrup", {
|
minetest.register_craftitem("wine:agave_syrup", {
|
||||||
description = "Agave Syrup",
|
description = S("Agave Syrup"),
|
||||||
inventory_image = "wine_agave_syrup.png",
|
inventory_image = "wine_agave_syrup.png",
|
||||||
groups = {food_sugar = 1, vessel = 1, flammable = 3}
|
groups = {food_sugar = 1, vessel = 1, flammable = 3}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user