AbsolemJackdaw / AppleCrates

sell your items out of crates
GNU General Public License v3.0
2 stars 6 forks source link

[1.19.2 | Suggestion] Ability to turn off item rendering/limit it to one #16

Closed gokayerez closed 2 months ago

gokayerez commented 1 year ago

I help run a server where we have a market. Since we have a LOT of crates, it lags the game quite a lot. Could it be possible in the config to limit the item rendering to 1 item in the create? Or even an alternative system where it doesn't render anything, but simply displays the name of the item? Thanks!

AbsolemJackdaw commented 1 year ago

Hi ! Lag is never fun. what loader are you using ? if you are using forge, which one of the rendering options are you using ? the rendering of the items should only happen client side, and should not lag the server at all. if the server is lagging because of the crates, I will have to look into the inventory logic. Can you use Spark to check the amount of lag the crates are creating ? feel free to join the discord and ping me to have a 101 direct talk with me, we can find out what's causing the lag together

gokayerez commented 1 year ago

no, no, the lag is client-side, definitely not server :) i just wish there was a way to decrease it, that's all

AbsolemJackdaw commented 1 year ago

i'll take a look at the rendering code. I'd still like to know the loader and mod version you are using !

gokayerez commented 1 year ago

it's forge, i'm using 2.9.0, thank you!