Necesse

Necesse

More Merged Trinkets
77 Comments
Jubiman  [author] 8 hours ago 
If you actually read the entire sentence where I say it is better, it is talking about tooltips. From what I can gather it is no longer the case but I am too lazy to remove it. Other than that, this is a mod that does a little extra because why not.
The reason I made this mod is because I didn't like MGE's duplicated tooltips. Then I updated it some with the intention to make this a dependency for a content mod I was working on.
I lost interest in modding for this game so it is no longer being developed, and neither is this mod.

There is no such thing as objectively better and I never claimed this mod was, only in relation to the tooltips, which doesn't seem to be the case anymore.

Suck it up or cry me a river. I don't care
justabrick2 Oct 30 @ 11:56am 
so anubis, merge everything is better and the mod description saying some mods are overpowered is specifically referring to this mod, also yikes, saying your mod is better than someone else's is just anti-social behavior but then again we're on the internet and we should be tolerant of...whatever this is
xKonvict Oct 28 @ 9:43am 
Does this work on the new update?
Anubis Oct 27 @ 12:26pm 
It'd probably be good to include on this mod's description that it not only adds new "merged" version of trinkets but also further improved versions of those trinkets.

The new trinkets are also rather far from Vanilla's idea of balance so it's rather odd that this is described just as "creates further merged trinkets" and "better than merge everything" (since the two have very different stances on the merged trinket effects - the other mod simply condenses the effects on a single trinket).

As an example - one of this mod's top tier trinkets increases "all damage" by 666% whilst there's no vanilla trinket with a damage value over 50% and the highest "all damage" goes (without conditions) is 15%.
mel_oren Oct 23 @ 9:26am 
Thank you very much for your awesome mod. I abuse it frequently ^.^
Bowzer Oct 22 @ 10:02am 
You're the best! <3
Jubiman  [author] Oct 22 @ 9:39am 
Alright alright, you guys win. This might take a while as I haven't looked at the source code in a while and a lot has changed (0 documentation as of yet :steamsad:).
phonon5891 Oct 22 @ 8:58am 
+1 hoping for an update soon!
Bowzer Oct 22 @ 6:34am 
Update please! <3
jumentinhoazul Oct 21 @ 4:04pm 
Hoping for update too.
Neko Dae Oct 18 @ 12:50am 
I love this mod to bits and i am hoping that it gets updated or forked soon, the game doesn't feel the same without it tbh
Jubiman  [author] Apr 27 @ 4:41pm 
Singularities are upgraded from the wood singularity which is crafted in your inventory. Make sure to check all workstations and anvils for further upgrades!
And yes, this mod is compatible with Merge Everything. We do effectively the same thing, but I have fixed the duplicate tooltips (which does sadly remove translations, unless someone would translate it themselves). We also have a few differences in crafting recipes/merges.
That said, there will just be 2 of the same/similar item you can craft with the vanilla items
Zara ♡ Apr 27 @ 7:37am 
Can this be used alongside Merge Everything?
Jubiman  [author] Apr 1 @ 5:20am 
Most trinkets are crafted in the tungsten workstation or anvil. All items have the mmt_ prefix
MendozaX Mar 31 @ 9:43pm 
how i look the recipes ?
Jubiman  [author] Mar 10 @ 8:41am 
Sorry for the late response. I have taken a new interest in updating this (and some others of mine) mod. It seems to me like the "Light up the area around you" effect is still present, but barely noticeable. It is indeed missing from the tooltip.
I will also try to add some more combinations, this could take up some time as I have not at all kept updated with this game.
秋風ひなた Feb 8 @ 1:48am 
Play with this mod for half a year, but noticed a question until these days. the trinket "Arctic Explorer's Equipment" needs "Explorer Satchel" to craft, but lost its effect "Light up the area around you", the Arctic Adventurer's Equipment also doesn't have this effect. I don't know if it's on purpose or just a bug?
Dream-Shadows-Surge Dec 30, 2024 @ 8:17am 
This does seem to work just fine, just because the game says its 'out of date' doesnt actually mean 'it wont work' generally. It simply means that if it edits or has a method change in its code and that method in the game game was updated it might not work as expected. Otherwise, this mod should stay in tact.
Volden Sep 8, 2024 @ 8:25pm 
I want to try this so bad but it needs an update.
Elekjid Aug 22, 2024 @ 11:29am 
there are a few combines from combine all mod. I would like you to make a version. like the resilience trinkets
Jubiman  [author] Aug 15, 2024 @ 6:23am 
It probably works, the mods to the same thing. My mod does prevent you to equip different tiers of merging, so if you were to use the other mod you could stack a lot of the same merged trikents.
Squiffilect Aug 15, 2024 @ 5:57am 
Does this work with merge everything or is it an either/or situation?
Jubiman  [author] Aug 13, 2024 @ 10:45am 
and they also work in the most recent version, so I don't get what your stuff fixes
thelich Aug 12, 2024 @ 2:57pm 
@Jubiman
I'm sure you're right, but your mod and "Toggle Buffs" control work fine after my fix.
Jubiman  [author] Aug 12, 2024 @ 2:30pm 
That is not the issue. The PR is redundant. It was one of the arguments of the floating texts creating a local class and instantiating it (notice the method overrides). The fix for this is by explicitly defining that said class. You do not have to create an inner class that has the method that is called onExit or onEnter, that is just code smell.
thelich Aug 12, 2024 @ 2:16pm 
@Jubiman
your patch class have to be static, so you need to wrap it to non-static class. I made PR on github
Jubiman  [author] Aug 12, 2024 @ 5:10am 
The reason it crashes is because of a "Toggle Buffs" control that is bound to T by default. I honestly do not remember what it does or why it is broken. I'll see if I can fix it or if I'll just remove it
Agent Strohmas Aug 12, 2024 @ 4:45am 
mod crashes while doing emote on hotkey t
java.lang.IllegalAccessError: failed to access class com.jubiman.mmt.patch.PlayerControlPatch$1 from class necesse.entity.mobs.PlayerMob (com.jubiman.mmt.patch.PlayerControlPatch$1 and necesse.entity.mobs.PlayerMob are in unnamed module of loader 'app')
at necesse.entity.mobs.PlayerMob.tickControls(PlayerMob.java:1196)
at necesse.engine.state.MainGame.lambda$frameTick$7(MainGame.java:400)
at necesse.engine.gameLoop.tickManager.PerformanceTimerManager.recordPerformance(PerformanceTimerManager.java:105)
at necesse.engine.gameLoop.tickManager.Performance.record(Performance.java:10)
at necesse.engine.state.MainGame.lambda$frameTick$8(MainGame.java:399)
full message wont be allowed (more than 1k letters)
Jubiman  [author] Aug 12, 2024 @ 3:20am 
Please post the error message (it gives me a lot of information)
Renz Aug 11, 2024 @ 8:13pm 
I made a new world and planted some trees but then the game spat some errors at me and crashed the world.
Zara ♡ Aug 11, 2024 @ 3:54pm 
woot
Jubiman  [author] Aug 11, 2024 @ 2:43am 
Updated :)
Daan Aug 10, 2024 @ 11:21am 
the new graphics update broke the mod, can we have and update for this one? thanks s2!
Jubiman  [author] Feb 26, 2024 @ 7:05am 
As long as it does not crash the mod should still work. I am not updating the mod just to change the version number. The "out of date" or whatever it says is just a warning that the mod might be unstable on your game version because it was made for an older game version, but 90% of the time it does not matter
DarkDonaar Feb 25, 2024 @ 5:05pm 
update mod pls <3
LucyMoon Feb 18, 2024 @ 2:45pm 
An option to toggle the spawnrate decrease (like the Calming Miner's Bouquet) with RMB while using Calming Miner's Helmet and Komatsu PC would be nice! Great mod btw :wollove:
Shane Dec 25, 2023 @ 3:52am 
Where them spare gemstones dropped at dawggg
Morieth Dec 22, 2023 @ 9:16am 
anyone else missing the ice singularity?
Jubiman  [author] Dec 14, 2023 @ 3:58am 
Shouldn't be just singularities. It has to do with the change in the way buffs are created in the code. Not to get too technical, but it used to be a function with 1 parameter, now it is 2. So that caused the crash.
I have pushed a new version which should fix it (I have not crashed with a single trinket, single and multiplayer).
If it is not updating, try unsubscribing, waiting a minute and resubscribing to the mod. This should force steam to install the new version.
If the new version crashes, please send me a log of what crashes (Either the message you get or a log file), since I cannot reproduce it.
CloroxGod Dec 13, 2023 @ 5:36pm 
yeah singularitys crashing for older game versions
Jubiman  [author] Dec 13, 2023 @ 2:15pm 
Also, are you sure you are on the right version? It should be 1.8.1.
I am running multiplayer just fine
Jubiman  [author] Dec 13, 2023 @ 2:02pm 
Care for a crash log?
TheBestlol Dec 12, 2023 @ 5:55pm 
please fix it
TheBestlol Dec 12, 2023 @ 5:49pm 
The newly updated version crashes online and cannot be played
Jubiman  [author] Dec 12, 2023 @ 4:23pm 
I have pushed a hotfix for version 0.23. The new trinkets will be added soon!
Sanctus Demon Dec 12, 2023 @ 4:00pm 
update please!!!
dragonknight902 Dec 12, 2023 @ 12:24pm 
Broken after recent update, Equiping a singularity crashes game.
Aethyrian Sep 23, 2023 @ 1:21pm 
Where does one find the Prophecy Slab, in game?
Auren Wolfstein Sep 1, 2023 @ 10:41am 
I didn't mean obscene as in terrible to look at. I'm sorry if that's what you interpreted. I meant the stats of it. Everything else seems reasonable outside of that of that because of the resource sink they are. Either way, thank you for response.
Jubiman  [author] Sep 1, 2023 @ 6:05am 
The icons are just my lack of artistic skills, it's a long story.
As for being used by with other mods: I am currently working on a mod that might require this mod to be balanced, but this is still in an early development phase. This mod itself is not intended to be balanced, but turns you into a power creep.
There is a reason Fair (the game developer) doesn't add these 'all-in-one' trinkets as it is not balanced, and neither is this mod supposed to be.
If you think this mod is cheating, just don't use it.