cvs0
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by cvs0 on 3/28/2025 in #java-help
Streaming jar in
Hey! so my minecraft mod has a loader as its a private mod. it recieves the b64 buffer of the jar file, then starts loading the classes. the thing is though it has errors for the minecraft classes, like:
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_2382
Any help would be appreciated!
24 replies
PPrisma
•Created by cvs0 on 2/5/2025 in #help-and-questions
Any better way for data refreshing here?
https://github.com/LockScript/lockscript-vault/blob/main/src/app/(main)/page.tsx
https://github.com/LockScript/lockscript-vault/blob/main/src/components/vault/vault-page.tsx#L67
7 replies
PPrisma
•Created by cvs0 on 12/21/2024 in #help-and-questions
My items dont update on deletion.
This isnt a bug, its just bad coding on my side.
page.tsx fetches the data from prisma serverside, then passes it through components such as VaultPage, and i just noticed when you DELETE items using the buttons in these client side components it does not revalidate the data until a reload.
https://github.com/LockScript/Lockscript-Vault
4 replies