ExampleMod1.7.10 icon indicating copy to clipboard operation
ExampleMod1.7.10 copied to clipboard

An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.

Results 10 ExampleMod1.7.10 issues
Sort by recently updated
recently updated
newest added

How can I make the VERSION field a custom value, such as 1.0, 1.1, instead of the current git version?

Hello, I downloaded the starter zip, unzipped, changed template files and tried to build, but i get an error with task :spotlessJava. Anyone knows what to do with this? Full...

i want to make a minecraft mod and i understand everything except the 3rd point [Ensure your project is under VCS. For example initialise git repository by running git init;...

This would allow people to easily create new repositories based on this one. ![image](https://github.com/GTNewHorizons/ExampleMod1.7.10/assets/3904250/e7ec9d0f-d18d-4c9e-935b-bcec8793ea4c)

enhancement

https://discord.com/channels/181078474394566657/603348502637969419/1126029335208415232

https://www.ietf.org/rfc/rfc4180.txt ``` *.[cC][sS][vV] text eol=crlf ```

Talked in Discord: https://discord.com/channels/181078474394566657/603348502637969419/1345471366253510656 [Github document](https://docs.github.com/en/actions/sharing-automations/reusing-workflows) said that the secrets are not shared across orgranizations or enterprise. This will cause the step of publishing to maven repository not working consistently,...

i want to make a minecraft mod,But When I Run ./gradlew build,I get this error: C:\Cproject\Angelica-1.0.0-beta53>gradlew build [Incubating] Problems report is available at: file:///C:/Cproject/Angelica-1.0.0-beta53/build/reports/problems/problems-report.html FAILURE: Build failed with an exception....

The current spotless rule will insert a return (\n) before the 3rd function call in a chained function call, like: ``` "Hello!".toString().toString().toString(); ``` will be transformed to ``` "Hello!".toString() .toString()...