From d8d2fe86d6856ed90b8faea122280ce37b19cd81 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 30 Apr 2017 20:34:01 +0100 Subject: Make hemp oil bottle placable --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corn.lua') 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", -- cgit v1.2.3