Ever since 1.7.10 came and went, models have been a lot harder. Beyond that, there's things that have never been easy or simple to do in modding. GUIs take a ton of manual effort, and tile saving and packets are manual effort all the way down. However, LibLib makes all these things easier. Here's a quick overview of the major things we help with:
- Generating models that aren't there (can be turned off)
- Automatic registration of item colors, models, statemappers, and all other things related to models
- Automatically syncs tileentity fields and packet fields marked with @Save (some setup may be required)
- A GUI library that allows very easy construction and design of GUIs
All in all, we aim to make your life easier. Try us out, and reap the rewards!
It says this mod needs a mod Called "Forgelin," however, there is no mention of this in the description
In reply to somebody121534:
It is mention on the file download page when you click on the name of the files
Could you be more specific?
In reply to somebody121534:
When you click on "librarianlib-1.12.2-4.2.1 jar" which takes you to the file page, if you scroll down a bit, you will see that it needs Shadowfacts's Forgelin as a required dependency.
why is this 1.12.2-4.20 update file size 38.82 MB and last update is 3.8 mb
In reply to Mistythecat:
To quote myself about a dozen comments down from yours,
In reply to Thecodewarrior1:
That's weird because download times for the new version is 10x the time for me. No problem though, just letting you know.
So apparently this mod doesn’t work with magma or catserver. Is there any chance a developer can join magma discord and help up make it work? https://discord.gg/G2Rr4NU
In reply to johncsuti: There's an issue on GitHub already (https://github.com/TeamWizardry/LibrarianLib/issues/129) To quote our response in that issue,
In reply to Thecodewarrior1: I was able to get in touch with someone on magma that understands kotlin. He sated the issue is with this: https://github.com/TeamWizardry/LibrarianLib/blob/eb72a3d402054bb134bc47c0b59615e4ad76ef5d/src/main/java/com/teamwizardry/librarianlib/asm/LibLibTransformer.java#L276
Over at magma we are implementing a patch into magma to handle this specifically. Thus making magma the only 1.12.2 hybrid server that works with this mod. Thanks for your reply.
In reply to johncsuti: the developer is however having a bit of a hard time patching it. I will let you know weather he could use a bit of help. Alternatively we have a github issue over at: https://github.com/magmafoundation/Magma/issues/93
In reply to johncsuti:
If you could get me in contact with them I would be glad to discuss this issue. If the patch is relatively simple on our side I’d be happy to add it. I’d hate to make you bend over backward to fix something that would be trivial on our end.
In reply to Thecodewarrior1:
Hey sorry for the late reply please join the Discord and we can discuss this further!
Why the sudden file size jump? from 3.8 MB to 38 MB for v4.20
In reply to MainStun:
Especially when there's no changelog of any kind.
In reply to MainStun:
decided to download/check, looks like extra files that wweren't there originally in the jar. unsure why tho
In reply to Akitori1234:
Version 4.20 includes the new Facade GUI framework, which uses the Bitfont text renderer. Bitfont has to do text layout, and to do it properly it needs to include ICU (International Components for Unicode). Don't worry though, the increased size won't affect load times or memory use, since most of it isn't used.
Minecraft includes ICU, but it has been stripped down to just the couple files they need, so we have to package the full ICU. We certainly could have spent ages trying to strip down ICU to the bare minimum, but I don't want to cause the same issue to someone else who wants to do any advanced text stuff with LibLib, it would take a long time to strip it down, and after speaking with several pack devs the file size doesn't seem to be a factor when creating packs.
Can you please upload the 4.20 update, so my modpack doesn't constantly produce charcoal from nothing?
Henlo, i have a problem with this mod as whenever i launch it together with forgelin and wizardry mod on 1.12.2 it stops constructing at librarianlib and here is the ouput that it gives me: https://paste.ubuntu.com/p/pQNJjPjHfJ/ please help me...
In reply to shadowsoul9563:
I am having the exact same issue, did you find a solution?