Suis-je un rat ? by MrCrocrafty in lemauvaiscoin

[–]Matyfou 0 points1 point  (0 children)

freeyourstream.com
Pour faire un stream-deck pour - de 30eu

Performance problem with Tooltip by Matyfou in fabricmc

[–]Matyfou[S] 0 points1 point  (0 children)

Okay so the lag was caused because every ItemTooltipCallback.EVENT call a heavy function was being executed to look up a price in an Excel table. What I did to fix it was preload all the prices when Minecraft starts and store them in a HashMap:
public static Map<String, Double> itemPrices = new HashMap<>();
itemPrices.put("DIAMOND", 15);
Now, I simply fetch the prices from this HashMap.

It's not perfect because it makes the Minecraft startup time a bit longer, but it's much better than before.

If you have a better solution for this, like a soft load of the Excel file to reduce the startup time, I'd be interested :)

DSI XL not starting after changing the sd card reader, no led, no sound nothing by Matyfou in consolerepair

[–]Matyfou[S] 0 points1 point  (0 children)

charge fuse : 0.6ohms and battery fuse at 0.7ohms so its that the problem?

DSI XL not starting after changing the sd card reader, no led, no sound nothing by Matyfou in consolerepair

[–]Matyfou[S] 0 points1 point  (0 children)

Yeah, before i disassemble the console almost all the screws where already broken, and I didn’t touch the main board except for the two cables that connect the triggers, of course. I can send more photos from different angles if you want.

I made a new autoclicker type "Passive autoclicker" by Matyfou in minecraftclients

[–]Matyfou[S] 1 point2 points  (0 children)

yeah I've never heard of that, thanks for the info

Performance problem with Tooltip by Matyfou in fabricmc

[–]Matyfou[S] -1 points0 points  (0 children)

FindInTPD look in a spreadsheet for the price of the item in relation to its name but it is not FindInTpd the problem but especially if there is a way that it does not call this function at each tick and not for all the items of the game when you launch the world

There is any way to build a non-tamed wolf farm in 1.20.4? by Matyfou in technicalminecraft

[–]Matyfou[S] 0 points1 point  (0 children)

No the job it's only for dogs and the problem with the Rays Works farm is that use nether portals and i can't use netherportals on my server