GeneratorFabricMod
GeneratorFabricMod copied to clipboard
Prompts the user for various information and outputs a skeleton mod for the Fabric toolchain
When the project is built after adjusting Java and Gradle versions, it fails with this: ``` > Configure project : Fabric Loom: 0.12.1 FAILURE: Build completed with 2 failures. 1:...
Creating blank mod for 1.18.1 with loom 0.10-SNAPSHOT and building it yields this message ``` Build file 'C:\Users\zecos\source\Java\testmod2\build.gradle' line: 2 An exception occurred applying plugin request [id: 'fabric-loom', version: '0.10-SNAPSHOT']...
Since 1.17 minecraft and the mod environement got updated to java 16, and gradle 7.0.2. however, this generator doesnt generate a lot of things right at the moment, it is...
Basically an extension of #16 , but also editing the `fabric.mod.json` file to include ```json "main": [{ "adapter" :"*lang*", "value": "*classname*" }], "depends": { "*adapter-lang-name*": "*" } ``` or whatever
The application works really well but I would like to configure it to generate a template with custom dependencies. So if I add the dependency once, everytime I generate a...
I just ran the command GeneratorFabricMod in linux and this happened javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alert.createSSLException(Alert.java:131) at sun.security.ssl.TransportContext.fatal(TransportContext.java:324)...