#Farmer's Delight compat!

142 messages Β· Page 1 of 1 (latest)

agile ruin
#

πŸ₯΅ The Grand Opening

#

😭 You dont know just how happy I am to see this

inland palm
#

πŸ˜…

agile ruin
#

🐈 Farmer's Delight Fanboys around the world will be very pleased with this

inland palm
#

Go test it for me, idk if I cleaned up the files just right lol

agile ruin
#

😈 plans for farmer's delight add-on food mods to be worked on too with a tfc compat?

#

πŸ€” not even sure if that's possible to do lol

agile ruin
inland palm
#

It's in the works.

long nebula
#

whoah whoah whoah organize your files

inland palm
#

lmao

agile ruin
#

you remember the name of the addon for Farmer's Delight that adds the copper skillet or pot?

#

dont remember which cooking utensil it was

#

but I liked that add-on

#

not sure if it has a 1.18 port

inland palm
#

I haven't incorporated the cooking stuff yet but the skillet and pot might get added in eventually.

#

The one you're talking about is Copper's Delight

agile ruin
#

yeah yeah think so

#

eh, no.

#

doesnt look like it

#

ah this

inland palm
#

Strange that it requires abnormalscore

agile ruin
#

yup, sadly still 1.16

#

:(

#

it was a really cool add-on

inland palm
#

I don't even know how I'm gonna include the skillet really. Maybe I'll make it be heated by placing it on top of a Firmalife Oven Bottom block.

#

FYI for people who are lazy with pumpkin guts, you can place a single pumpkin on the cutting board to get pumpkin chunks

long nebula
#

are you using a version control system btw?

#

I'm assuming no since your files are all just on your desktop...

inland palm
#

Version control system..?

long nebula
#

git, fossil, etc

#

controls versions

#

is a system

inland palm
#

All my files aren't on my desktop lol that's just my vision board.

#

Those words mean nothing to me lmao idk what any of those things are

long nebula
#

git?

#

github uses git

#

git-hub

inland palm
#

Yeah.. I don't use that

long nebula
#

please use it!

#

it would help

#

it allows you to easily save versions and roll back files, etc etc

inland palm
#

I see your point, but I'm not really planning to ever post this stuff anywhere but here. Not to mention I'm literally amateur at best at coding anything.

long nebula
#

it'd be easier than you think and it would help a lot

inland palm
#

I'll look into it.

hasty axle
#

Cool, might have to try this out!

quaint geyser
#

the download isnt working

pastel tusk
steel sphinx
#

That mod is a complete mess

agile ruin
#

didnt even know that add-on

steel sphinx
#

It’s a new 1.19 one i think

agile ruin
#

I mean i've only played 1.16 farmer's delight and add-ons on 1.16

#

last I played farmer's delight the skillet/pan wasnt implemented

steel sphinx
#

And half of it is absolute WIP with no recipes

agile ruin
#

but damn is Farmer's Delight one of the most polished cooking mods

steel sphinx
#

And they keep updating unfinished stuff to the public version

agile ruin
#

it just works so well

steel sphinx
#

And looks good too

#

Yummy pixels

agile ruin
#

Literally my 1.16 custom modded world is like majority Vanilla + mods only

old ruin
#

i cant download the rar file can u maybe resend it pls?

inland palm
#

Something's going on with discord, this one should work.

plain hatch
#

how do you use it?

inland palm
#

There's a readme in the file. It's dead simple.

plain hatch
#

oh I thought you just dragged the file into a kubejs folder or something like that sorry

old ruin
agile ruin
#

🀨 uh what?

inland palm
#

What.. what?

agile ruin
#

oh ok, it's been deleted

#

that was weird

inland palm
agile ruin
inland palm
#

Strange lol

agile ruin
#

literally just a few messages after your upload of the file

#

that's why it was weird to me

#

:P

#

and it had a slightly different name

#

I thought it was some random edited compat file, but it was the same size as the one you uploaded

inland palm
#

Oh, they probably noticed that the discord link to my first file became broken and uploaded the original that they had downloaded before the link broke.

agile ruin
#

ah

inland palm
#

Btw, have you used my datapack?

agile ruin
#

yeah, tested it a bit. Not throughly

inland palm
#

Seemed to work though?

agile ruin
#

yeah, it showed some food having tfc food values like nutrition and rot

#

I assume you'll probably make getting Ham Leg similar to Farmer's Delight by using a knife to kill a pig/boar right?

inland palm
#

No, I just made the pigs straight up drop 1-2 hams and 2-4 porkchops.

agile ruin
#

you did?

inland palm
#

yep.

agile ruin
#

cuz the pigs didnt drop any

inland palm
#

hmm.

agile ruin
#

they just dropped porkchops

inland palm
#
{
    "type":"minecraft:entity",
    "pools":[
        {"name":"boar-bones",
            "rolls":1,
            "entries":[
                {
                    "type":"item",
                    "name":"minecraft:bone",
                    "weight":1,
                    "functions":[
                        {
                            "function":"set_count",
                            "count":{"min":2,"max":4}
                        }
                    ]
                }
            ]
        },
        {"name":"boar-ham",
        "rolls":1,
        "entries":[
            {
                "type":"item",
                "name":"farmersdelight:ham",
                "weight":1,
                "functions":[
                    {
                        "function":"set_count",
                        "count":{"min":1,"max":2}
                    }
                ]
            }
        ]
        },
        {"name":"boar-hide",
        "rolls":1,
        "entries":[
            {
                "type":"item",
                "name":"tfc:medium_raw_hide",
                "weight":1,
                "functions":[
                    {
                        "function":"set_count",
                        "count":{"min":1,"max":1}
                    }
                ]
            }
        ]
        }
    ]
}```
agile ruin
#

oh, so gotta kill boars instead?

inland palm
#

This is the loot_table I made

#

No this is for minecraft:pig

#

boar only drop porkchops

#

I found the issue. I'll upload a fix soon.

agile ruin
#

ah ok

#

thought I was going crazy

#

btw, will you be hiding the default recipes in a future release?

#

πŸ€” wait, is it possible to actually hide default recipes from JEI?

inland palm
#

I could overwrite the Farmer's delight recipes to be only the TFC ones, but I don't really see a point.

agile ruin
#

oh also, uh. Seems like every recipe cant be crafted in the workbench?

agile ruin
#

oh, also seems like with the datapack installed it's literally impossible to use the tfc firepit to cook any food items

#

like the firepit just wont accept food items into their slots

#

but after removing the datapack, everything works as it should again. Food can be inserted into the slots of the firepit.

inland palm
#

Sorry, I've been busy at work. I'll address this sometime this week.

exotic crow
#

Gosh, can't download it - ERR_INVALID_RESPONSE πŸ˜•

long nebula
astral canyon
#

@inland palm i installed the compat you made and now all terrafirma water is minecraft water soo i can't use buckets of wate

#

correction no bucket is working on any liquid

#

and if i try to leave the server i get this crash

#

i put the kubejs folder in the server is that the problem?

astral canyon
#

uninstalled the compat and kubejs for now

agile ruin
#

also it's probably better to report the issue on the other #1029821338904440903 post

#

active development is by the other person now

astral canyon
agile ruin
#

well precisely, cuz it's still unfinished. neither Pluto's or the new one are close to finish.

#

πŸ˜” just gotta wait for updates by the new person

astral canyon
#

alrighty

pastel tendon
#

has anyone currated a kubejs compat script or datapack between this mod and firma life?

#

asking incase its already done

#

cause if its not im gonna do it myself

tacit wharf
#

perhaps you should go check the other content post out, mentioned about 6 posts above you?

pastel tendon
#

you got to be kidding me lmao

subtle shoal
#

isnt there already like 2 compats for tfc and farmers delight already?

pastel tendon
#

i was asking for compat between firma life and FD tfc

subtle shoal
#

and i was commenting as a general statement not really replying to anything above

#

Β―_(ツ)_/Β―

pastel tendon
#

mybad
\-(Γ— v Γ—) -/

#

(i tried)

pastel tendon
#

btw is cabage rolls giving protein an oversight?

shrewd onyx
#

SORRY FOR NECROPOSTING!!!
but question:
Will the option to debark logs with an axe on the cutting board be added?