Minecraft Viki (video wiki) ➜ https://minecraft.viki.gg
Hello everyone. In this video I do final setups for the project such as cleaning the main class, setting up the mods.toml and creating our packages.
My Discord Server: https://discord.gg/d5cGhKQ
Base mods.toml: https://pastebin.com/yRVvQK6H
My GitHub: https://github.com/DaRealTurtyWurty/1.16-Tutorial-Mod
source
Exception in thread "main" joptsimple.MissingRequiredOptionsException: Missing required option(s) [accessToken, version]
at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:426)
at joptsimple.OptionParser.parse(OptionParser.java:400)
at net.minecraft.client.main.Main.main(Main.java:77)
I have this error, i don't know why, pls help !
Btw, if anyone wants to know, you can set a shortcut for new java package or class by going to Window -> Preferences -> Keys (put in top left search bar) -> type in " new package" or " new class", then go down to where it says "binding" and press the key you want (i set it to f8 and f9, no conflicts). Just have what u want selected in package explorer and the dialog comes up 🙂
HELP i get this in the console when i try run
Verifies the given class.
Usage: CheckClassAdapter <fully qualified class name or class file name>
and i get no errors, minecraft doesnt launch either when i press run
Whenever im typing my code in like you did in ClientUtils, it just has a red line under it????
TO FIX the run problem.
in the package explorer, open runClient.launch then close it.
Right click runClient.Launch and click Run As -> 1 runClient
there's no runclient for my mod so i can never run it and all the effort put in to this the entire time was useless
dam thats alot of packages cheeze thats probally like $20 worth of many but its virtual nothing………..
25:41 i actually figured that out myself.. before.. the running
24:07 When I press the "Run" button, it says "Launch configuration runClient references non-existing project forge-1.16.5-36.1.0-mdk." Any ideas for how to fix this?
Hey just wanted to ask, do you have to make that many packages in other mods, is it just to keep it organized, or is it possible without that.
Edit: Btw amazing content
getting a do not work error i can load minecraft with the mod
why is the audio choppy at 27:45
Edit: helpful tutorial btw
I just treat my in game name as a top-level domain, because I know there is no way "jaredbgreat" (e.g., "jaredbgreat.dldungeons") will ever be a real TLD, and Java doesn't know its not from a real URL.
why does mine run on 247 MB and give me a license error when i load the mod up? Someone help asap please.
Fantastic tutorial dude, never been so happy to see the game starting up succesfully, thanks so much
Won't let me say's the selection cannot be launched, and there are no recent launches
Finally a tutorial that is easy to follow
I'm getting errors everywhere
can anyone help
Description Resource Path Location Type
FMLCommonSetupEvent cannot be resolved to a type SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 24 Java Problem
FMLJavaModLoadingContext cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 19 Java Problem
Logger cannot be resolved to a type SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 16 Java Problem
LogManager cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 16 Java Problem
MinecraftForge cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 21 Java Problem
Mod cannot be resolved to a type SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 12 Java Problem
The import net cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 3 Java Problem
The import net cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 4 Java Problem
The import net cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 5 Java Problem
The import net cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 6 Java Problem
The import org.apache cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 7 Java Problem
The import org.apache cannot be resolved SteelMod.java /Minecraft Modding/src/main/java/com/lunyl/steelmod line 8 Java Problem
If when trying to run your mod you get a console error saying "Environment variable 'assetDirectory' must be set to a valid path.", open run configurations, select RunClient and go to the Environments tab, then change the assets directory location to the asset folder in your Minecraft folder. For some reason upon download it's automatically set to a folder in forge_gradle that doesn't exist.
I'm getting – Error loading mods 1 error has occurred during loading _
The Mod File C:UsersUsernameDesktopForgebinmain has mods that were not found
The only mod that this should have is the ones forge includes and the one I am creating. Any quick help? I followed this and the prior video to a T so hopefully it's just a silly copy paste problem.
Edit I figured it out… I accidentally deleted my main class when I messed up the package setup by forgetting a period before a sub package name. I ended up redoing the entire thing in the end and making backups along the way lol!
I get an error that says Could not run action using connection to Gradle distribution when I try to run Minecraft . How do I fix this ?
I've encountered a problem while running the client, I tried to debug but it says: 'Launching runClient' has encountered a problem.
Cannot connect to VM.
Most tutorials
tutorial: Doesn't crash
me: Does crash "Dangit"
This tutorial
24:17
tutorial: crashes
me: Doesn't crash "O_O"
duuuuuude you're an actual genius, the literal hit of dopamine I got at 27:00 as I followed along was actual insanity. Thank you so much for doing this 🙂
I keep get this error Exception in thread "main" [19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: com.electronwill.nightconfig.core.io.ParsingException: Invalid character ''' after a table declaration.
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TableParser.parseTableName(TableParser.java:131)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:51)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.file.WriteAsyncFileConfig.load(WriteAsyncFileConfig.java:138)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.moddiscovery.ModFileParser.modsTomlParser(ModFileParser.java:59)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.moddiscovery.ModFileParser.readModList(ModFileParser.java:46)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.moddiscovery.ModFile.identifyMods(ModFile.java:113)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:121)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:216)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLServiceProvider.runScan(FMLServiceProvider.java:107)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:114)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:115)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:269)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1628)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:116)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:63)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:76)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[19:58:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:108)
i changed the name of the original file and now it gives an error when i try to launch, what can i do to fix it?
This tutorial is not working. I get the java error still with 1.17.1
ошибка при запуске
1550, package part