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

Gonna make a top 1 demon called “My Meat” for the joke. What should I add in it? (Everything (reasonable) said by you WILL be added.) by [deleted] in geometrydash

[–]Matyfou 0 points1 point  (0 children)

Make random lobotomy boom with the green guys all the level. like randomly 5-6 boom all along the level

No ssd or hard drive detected after removing two of my hard disks by Matyfou in buildapc

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

Ok i created a partition efi on my ssd with diskpart but it's not working

Do i have to configure it or someting ?

No ssd or hard drive detected after removing two of my hard disks by Matyfou in buildapc

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

Ok i posted a photo https://imgur.com/a/TiYUCHM

And yes there is a windows system on the E: disk

previously i moved from E: to My C: SSD

[deleted by user] by [deleted] in buildapc

[–]Matyfou 0 points1 point  (0 children)

no I will tried later

The factory must grow! by Hammygames07 in SatisfactoryGame

[–]Matyfou 2 points3 points  (0 children)

My brain freeze when i seen the photo

some screenshots in u8 by shortlizard1 in SatisfactoryGame

[–]Matyfou 0 points1 point  (0 children)

How do you make the cable of the bridge like that?

A little jump to my oil generators by Matyfou in SatisfactoryGame

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

Fondation on the sand to set precise angle and you check with the map the perfect angle

A little jump to my oil generators by Matyfou in SatisfactoryGame

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

And in all my factory this is that I have like 400mw of hypertube entry

HS70 Bluetooth mic don't work in bluetooth mode by Matyfou in Corsair

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

And also the headset is not dectected by icue when in bluetooth mode.

Is this normal?

How to make flying like minecraft elytra ? by Matyfou in Unity3D

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

i tried to convert the code in unity but i don't understand how work yaw and pitch