diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-30 20:34:01 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-30 20:34:01 +0100 |
commit | d8d2fe86d6856ed90b8faea122280ce37b19cd81 (patch) | |
tree | f04ef95b2b286a2016294e1274a19d7de9f63a55 /corn.lua | |
parent | d2a9e695e104aa7020b24a9693a2d3288d1ff59b (diff) |
Make hemp oil bottle placable
Diffstat (limited to 'corn.lua')
-rw-r--r-- | corn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |