Page 14 of 26

Re: [Mod] Farming Redo [1.31] [farming]

Posted: Tue Mar 20, 2018 21:44
by Drgnrdr
TenPlus1 wrote:Drgnrdr: Peppercorn + Glass Bottle recipe works fine ?!?!
When I put peppercorn + glass bottle in crafting grid output is unknown item. I don't know what's causing it, but that's what I'm seeing when I'm playing.

Re: [Mod] Farming Redo [1.31] [farming]

Posted: Wed Mar 21, 2018 06:38
by Andrey01
TenPlus1 wrote:Drgnrdr: Peppercorn + Glass Bottle recipe works fine ?!?!

Andrey01: Using a sword chops a watermelon faster, also strawberries are found in Ethereal mod but have an alias in farming for the Farming_Plus compatibility.
Ok. Are you going pea to the mod that i`ve made?

Re: [Mod] Farming Redo [1.32] [farming]

Posted: Wed Mar 21, 2018 10:54
by TenPlus1
Updated to version 1.32:

- Added Pea crop (thanks Andrey01 for textures)
- Added Wooden Bowl (3x wood in v shape crafts 4x bowls)
- Added Pea Soup recipe (2x peas, 1x bowl)

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Wed Mar 21, 2018 17:50
by TenPlus1
Updated to version 1.33:

Added cooking utensils to help with food crafting:

- Wooden Bowl (put food items in this e.g. 2x peas + 1x bowl = pea soup)
- Saucepan (can be used to cook full meals)
- Cooking Pot (can be used to cook soups etc.)
- Baking Tray (bake many different items like cookies and cake)
- Skillet (fried fish or other tasty items cooked in here)
- Mortar & Pestle (grinds food e.g. peppercorns into ground pepper)
- Cutting Board (used to cut items into smaller pieces)
- Glass Mixing Bowl (used to mix food items like salad)

Note: Also yes, this was inspired by Pam's Harvestcraft mod which is awesome :)

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Wed Mar 21, 2018 19:26
by hajo
TenPlus1 wrote: - Wooden Bowl (put food items in this e.g. 2x peas + 1x bowl = pea soup)
- Cooking Pot (can be used to cook soups etc.)
Well, that makes the bowl and cauldron from xdecor less than useful.

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Wed Mar 21, 2018 20:22
by Chibi ghost
yup but I can only make carrot soup using that

how do you use the new tools cause I tried placing them and couldn't
please note I haven't looked at the new stuff fully yet

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Thu Mar 22, 2018 07:36
by TenPlus1
Note: The new utensils are to be used inside crafting recipe's only and cannot be placed, also the bowl has the {food_bowl=1} group set same as ethereal's bowl so both can be used in recipes. I will ask kilbith if he can add the group to xdecor's bowl as well so it can be used in all recipes too :)

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Thu Mar 22, 2018 14:37
by TenPlus1
Update:

- Added Sliced Bread (1x cutting board + 1x bread = 5x bread slices)
- Added Toast (place sliced bread in furnace)
- Added Toast Sandwich (2x slices of bread + 1x toast in middle)
- Flour is made with Mortar & Pestle and adding 4x wheat or barley.

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Thu Mar 22, 2018 15:05
by firefox
TenPlus1 wrote: - Added Toast (place sliced bread in furnace)
- Added Toast Sandwich (2x slices of bread + 1x toast in middle)
so it's a sandwich with only dry roasted bread inside? :P

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Fri Mar 23, 2018 08:17
by TenPlus1
lol yeah, it's a joke food item :P

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sat Mar 24, 2018 13:19
by Chibi ghost
I updated both farming and bbq
and I have an problem that I thought you fixed
Image

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Mar 25, 2018 09:17
by TenPlus1
Chibi: The recipe for ground pepper is (1x mortar & pestle, 1x glass bottle, 1x peppercorn) and it's working fine.

Note: yup, recipe was inside bbq mod, issue reported: https://github.com/Grizzly-Adam/BBQ/issues/4

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Mar 25, 2018 10:22
by Chibi ghost
ah sorry I thought the added extras were optional use sorry for misunderstanding the recipe
and where I should've posted brain not working on that day I promise to be better at this reading thing

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Mar 25, 2018 14:17
by Grizzly Adam
Fixed on my end now too.

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Mar 25, 2018 17:45
by TenPlus1
Thanks Grizzly Adam :)

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Tue Mar 27, 2018 14:29
by Chibi ghost
hajo wrote:
TenPlus1 wrote: - Wooden Bowl (put food items in this e.g. 2x peas + 1x bowl = pea soup)
- Cooking Pot (can be used to cook soups etc.)
Well, that makes the bowl and cauldron from xdecor less than useful.
did some tinkering to fix that sorry Tenplus
-- wooden bowl

minetest.register_craftitem("farming:bowl", {
description = S("Wooden Bowl"),
inventory_image = "farming_bowl.png",
groups = {food_bowl = 1, flammable = 2},
})

minetest.register_craft({
output = "farming:bowl 4",
recipe = {
{"group:stick", "", "group:stick"},
{"", "group:stick", ""},
}
})
and that fixed the mod clash with the xdecor bowl and farming
I did a similar thing with Ben's Thirsty mod sorry Ben to stop a clash between thirsty's bowl and xdecors bowl
but did stick....stick...
wood

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Tue Mar 27, 2018 20:04
by TenPlus1
it doesnt matter if the recipe's conflict, they all use the group:food_bowl group and work with all the recipes :) that was the point...

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Apr 08, 2018 10:52
by Buddler
Is it just me, or is it impossible to farm pepper, garlic and raspberries?

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Apr 08, 2018 11:29
by TenPlus1
How do you mean impossible ? They are growing ok on my farm in Xanadu.

Re: [Mod] Farming Redo [1.33] [farming]

Posted: Sun Apr 08, 2018 11:39
by Chibi ghost
mod clash?
maybe??

Re: [Mod] Farming Redo [1.35] [farming]

Posted: Mon Apr 09, 2018 10:36
by TenPlus1
Updated to version 1.35:

- Deprecated bronze/mese/diamond hoe's (increased steel hoe uses)
- Added hoe bomb as lucky block prize (use or throw to hoe large areas)
- Added scarecrow Base (5x sticks in a cross shape)


Chibi - which mods are you using ?

Re: [Mod] Farming Redo [1.35] [farming]

Posted: Mon Apr 09, 2018 10:43
by Chibi ghost
A metric ton of mods but I'm not having farming issues for a change
that was Buddler with the problems

yey fors scarecrow base
the only thing I miss from farming plus was the full scarecrow
and who wastes diamonds on hoes?

Re: [Mod] Farming Redo [1.35] [farming]

Posted: Tue Apr 10, 2018 08:50
by Chibi ghost
I haz a sad now I can't find the scarecrow base :(

Re: [Mod] Farming Redo [1.35] [farming]

Posted: Fri Apr 13, 2018 17:05
by TechNolaByte
soon v2 of gemeric will come out with upgrades for the tools
the hoes can be upgraded with aoe charms twice to hoe 3x3 then 5x5 dirt at once

Re: [Mod] Farming Redo [1.36] [farming]

Posted: Mon Apr 30, 2018 12:36
by TenPlus1
Updated to version 1.36:

- Added Beetroot and Beetroot Soup (6x beetroot and 1x bowl)
- Can be made into red dye also :)