Fabrication

Fabrication

305k Downloads

1.20.2 support?

ArsiTheFox opened this issue ยท 9 comments

commented

Just asking when 1.20.2 support will be available?

Keep up the AMAZING WORK!!!!

commented

Now we just need the 1.20.2 version for Forge xP

commented

i'm guessing you mean forge?

commented

i'm guessing you mean forge?

Ye, sorry I iz le big dumb

commented

I mean Forge yes, I may move into Fabric at some point but don't know the difference. I have heard Fabric is a little more optimized but that is it. I need to look into it more and see if i need to switch mod loaders

commented

it's easier to work with in part because it's split into the modloader and the API.
modloader being the part that loads mods.
API being the part that actually changes minecraft code to give mod devs simpler acces to it.

forge does this in one swoop and just assumes that it's the only thing allowed to change internal bits.
so when i do change them it can get messy, since forge mightof compleatly removed the code i'm trying to access
fabricAPI also occasionally does this but it's way more rare.

that's a part of why forgery get's updates way later.
(the other part being forgery uses forgerytools which have been half broken since 1.17, no one has figured out what broke yet, so i'm just juggling the broken bit's untill then)

commented

Ok so Fabric basically accesses Minecrafts API and Forge kinda goes around that I would say. I used to code randomshiz in forge but there was sooooo much to do with registering and setting stuff up

commented

Looks like I may be switching to Fabric in the future

commented

i just realized 1.20.2 exists yesterday, so i don't really have a good feeling about how hard a port would be yet.
so far all i've seen are some annoying network changes, if that's all there's to it, it will probably be somewhat quick?
anywhere from today to three weeks is my quess

commented

looks like likely today (still got a few things to finnish up)