-
Recently Browsing
No registered users viewing this page.
-
Posts
-
Is thre anything i can do with twitch launcher (basicaly the same thing i figured out)
-
Fixed the issue by referring to the ResourceLocation instead of Item. Like so: public class Blueprint extends Item { public List<Resource> resources; public ResourceLocation outputItem; public Blueprint(Properties properties, List<Resource> resources, ResourceLocation outputItem) { super(properties); this.resources = resources; this.outputItem = outputItem; } public static class Resource { public final ResourceLocation resourceLocation; public final int amount; public Resource(ResourceLocation resourceLocation, int amount) { this.resourceLocation = resourceLocation; this.amount = amount; } } }
-
By Mr_Magic003 · Posted
hey there! I'm currently trying to download forge 1.16.5 and it gives me options for how to upload the file, suggesting I don't have the right software for it. I've tried Adobe Acrobat DC and have tried to download java with no luck (I already have it but it doesn't show on my computer. Got any ideas? -
Im using the curseforge thing, (Overwolf thing)
-
By diesieben07 · Posted
You are probably using Twitch launcher which is a broken piece of ***.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.