summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-04-30 20:34:01 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-04-30 20:34:01 +0100
commitd8d2fe86d6856ed90b8faea122280ce37b19cd81 (patch)
treef04ef95b2b286a2016294e1274a19d7de9f63a55 /corn.lua
parentd2a9e695e104aa7020b24a9693a2d3288d1ff59b (diff)
Make hemp oil bottle placable
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/corn.lua b/corn.lua
index 75a4278..402ec82 100644
--- a/corn.lua
+++ b/corn.lua
@@ -32,7 +32,7 @@ minetest.register_craft({
-- ethanol (thanks to JKMurray for this idea)
minetest.register_node("farming:bottle_ethanol", {
- description = "Bottle of Ethanol",
+ description = S("Bottle of Ethanol"),
drawtype = "plantlike",
tiles = {"farming_bottle_ethanol.png"},
inventory_image = "farming_bottle_ethanol.png",