From 1e7214a6abc9a04bef78f028a76dc5d1d5bd7f28 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 8 Feb 2018 11:13:25 +0000 Subject: Added Pineapple and Pineapple Juice --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index ab700de..a404b7c 100644 --- a/init.lua +++ b/init.lua @@ -7,7 +7,7 @@ farming = {} farming.mod = "redo" -farming.version = "1.30" +farming.version = "1.31" farming.path = minetest.get_modpath("farming") farming.select = { type = "fixed", @@ -598,6 +598,7 @@ farming.hemp = true farming.garlic = true farming.onion = true farming.pepper = true +farming.pineapple = true farming.donuts = true farming.rarety = 0.006 @@ -652,6 +653,7 @@ if farming.donuts then dofile(farming.path.."/donut.lua") end if farming.garlic then dofile(farming.path.."/garlic.lua") end if farming.onion then dofile(farming.path.."/onion.lua") end if farming.pepper then dofile(farming.path.."/pepper.lua") end +if farming.pineapple then dofile(farming.path.."/pineapple.lua") end dofile(farming.path.."/mapgen.lua") dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility -- cgit v1.2.3