46 Commits (1.17)

Author SHA1 Message Date
modmuss50 27c0acc531 Update Gradle, Loom, Yarn, Fabric 3 years ago
modmuss50 50f0be767c Update to 21w19a and Java 16
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this.

Gradle 7 is required along with loom 0.8
3 years ago
Geolykt bdfab7a0cf
Unify inconsitent identation in build.gradle (#90) 3 years ago
modmuss50 4cccd73df9 Update loom, gradle, yarn, loader and api. 3 years ago
YTG123 8299566cf7
Improve description of repositories blocks (#81)
* Update build.gradle

* Implements @liach's suggested changes

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update build.gradle

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
3 years ago
modmuss50 ad0752fe78 Fix some IDE's (vsc) not detecting the correct java version to compile for. 3 years ago
zml 90cb78d412
Modernize Gradle buildscript (#71)
* Modernize gradle buildscript

* Bump yarn/loader/fabric api versions

* Add GH actions to build example mod

* Update in response to feedback
3 years ago
Ned Loynd 54035654b7
Simply processResources logic & make it compatible with future versions of Gradle (#69)
* Ignore commonly generated Mac OS junk files

This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.

* Simply processResources logic & make it compatible with future versions of Gradle

When the processResources task is currently run, it uses deprecated Gradle features. Running "gradle clean build --warning-mode all" should output a message along the lines of "Copying or archiving duplicate paths with the default duplicates strategy has been deprecated. This is scheduled to be removed in Gradle 7.0.". This is due to inlcuding all files twice, as the "from" blocks includes them for the second time (gradle includes these files by default). This PR simply edits the relevant files from the already selected resources directory. This also reduces the amount of repetition in the script.

* Switch to double quotes to match style

D'oh!
4 years ago
modmuss50 4237368e64 Update api, loader, loom, gradle 4 years ago
modmuss50 8d952c922d Update Loom 4 years ago
modmuss50 19fa3a76bc Update loom, gradle and all other deps 4 years ago
modmuss50 0028e328c8 Update gradle, update deps, modCompile -> modImplementation 4 years ago
Brad Erickson 705d4da55b Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
4 years ago
modmuss50 47b5686c4f Update loom + dependencies 5 years ago
asie 9c04d84e90 version updates 5 years ago
modmuss50 365f76fbd3 Update to 1.14.1 and Fabric API 0.3.0 5 years ago
asie 76a554fbb7 Minecraft 1.14, Loom 0.2.2 5 years ago
asie 4b9097bcf1 actually update to Loom 0.2.1 5 years ago
asie 1794cc2411 fix typo 5 years ago
UpcraftLP e7fad09f14 remove javadoc jar 5 years ago
UpcraftLP 8243775b5c automatically set mod version on export 5 years ago
UpcraftLP 8c0584bbaf fix indentation 5 years ago
UpcraftLP 9101ee4ee9 fix maven publishing 5 years ago
UpcraftLP 682afc73a4 add javadoc task and maven-publish plugin 5 years ago
UpcraftLP 133913f420 encoding fix for special characters 5 years ago
UpcraftLP 8bbfcdcb4b move properties out of the main buildscript 5 years ago
UpcraftLP 51bee1baf0 use constants for source/target compatibility levels 5 years ago
modmuss50 2931e41b5a Update to 19w06a and 0.2.0 fabric 5 years ago
modmuss50 8872b16f24 Update example mod to 19w05a 5 years ago
modmuss50 23f49411a8 Update example to 19w03c and increase the memory for gradle. 5 years ago
modmuss50 5898ba99a5 Update to 19w02a 5 years ago
Adrian Siekierka 4d7ab690c3 important update 5 years ago
Adrian Siekierka b58680946a add sourcesJar 5 years ago
Adrian Siekierka e79420b9c7 update Loom, Fabric 5 years ago
Zsombor Prisznyák f74f4185ac Bumped version (#4) 5 years ago
asie 8215e4757d update build.gradle for 18w50a 5 years ago
asie 48c5c10977 update 5 years ago
asie 4bce6a728d update build.gradle 5 years ago
modmuss50 d620bd25cb Update Yarn and Fabric 5 years ago
Adrian Siekierka c5477b3e94 update build.gradle 5 years ago
Adrian Siekierka e87fd77bcf update library versions 5 years ago
asie 6a975962b6 Merge branch 'master' of https://github.com/NikkyAI/fabric-example-mod into NikkyAI-master 5 years ago
Adrian Siekierka 4d0c364880 update to 48b, new fabric-loader definition 5 years ago
NikkyAI 33ecb40f61 use plugins block for fabric-loom
add .gitignore
6 years ago
asie 952a3d1787 update to 0.0.13 6 years ago
Adrian Siekierka b755e01769 first commit 6 years ago