David Bailey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29c522536f 
							
						 
					 
					
						
						
							
							Update dependencies ( #92 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com> 
						
					 
					
						2021-03-27 20:04:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Geolykt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bdfab7a0cf 
							
						 
					 
					
						
						
							
							Unify inconsitent identation in build.gradle ( #90 )  
						
						 
						
						
						
					 
					
						2021-03-15 19:14:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							4cccd73df9 
							
						 
					 
					
						
						
							
							Update loom, gradle, yarn, loader and api.  
						
						 
						
						
						
					 
					
						2021-02-26 22:04:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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> 
						
					 
					
						2021-02-07 17:38:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							171c0a228a 
							
						 
					 
					
						
						
							
							Remove jcenter from settings.gradle as jcenter is shutting down.  
						
						 
						
						... 
						
						
						
						Closes  #78 
This should have never been here, sadly not a lot I can do about the past. 
						
					 
					
						2021-02-03 20:07:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							7971a5fcfd 
							
						 
					 
					
						
						
							
							Update default maven group  
						
						 
						
						
						
					 
					
						2021-01-30 23:32:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							16101f0bff 
							
						 
					 
					
						
						
							
							Update minecraft, gradle, loader and api.  
						
						 
						
						
						
					 
					
						2021-01-15 18:12:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							ad0752fe78 
							
						 
					 
					
						
						
							
							Fix some IDE's (vsc) not detecting the correct java version to compile for.  
						
						 
						
						
						
					 
					
						2020-11-11 22:19:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							a126c7916a 
							
						 
					 
					
						
						
							
							1.16.4  
						
						 
						
						
						
					 
					
						2020-11-10 22:34:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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 
						
					 
					
						2020-11-10 22:11:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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! 
						
					 
					
						2020-10-14 11:23:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							4237368e64 
							
						 
					 
					
						
						
							
							Update api, loader, loom, gradle  
						
						 
						
						
						
					 
					
						2020-09-27 13:04:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							46dc3e2dab 
							
						 
					 
					
						
						
							
							1.16.3  
						
						 
						
						
						
					 
					
						2020-09-10 16:53:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							f9b7d47979 
							
						 
					 
					
						
						
							
							1.16.2  
						
						 
						
						
						
					 
					
						2020-08-11 17:59:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							6efb5c4830 
							
						 
					 
					
						
						
							
							1.16.1  
						
						 
						
						
						
					 
					
						2020-06-24 17:22:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							829b170190 
							
						 
					 
					
						
						
							
							1.16  
						
						 
						
						
						
					 
					
						2020-06-23 14:26:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							167b058407 
							
						 
					 
					
						
						
							
							Update Gradle and dependencies  
						
						 
						
						
						
					 
					
						2020-06-07 20:50:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							8d952c922d 
							
						 
					 
					
						
						
							
							Update Loom  
						
						 
						
						
						
					 
					
						2020-06-07 20:46:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							19fa3a76bc 
							
						 
					 
					
						
						
							
							Update loom, gradle and all other deps  
						
						 
						
						
						
					 
					
						2020-04-10 00:07:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79266b6c23 
							
						 
					 
					
						
						
							
							Update README.md  
						
						 
						
						
						
					 
					
						2020-04-06 19:50:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Caroline Joy Bell 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01ae0cd3ab 
							
						 
					 
					
						
						
							
							Add Eclipse *.launch files to the gitignore ( #37 )  
						
						 
						
						
						
					 
					
						2020-03-18 23:29:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							0028e328c8 
							
						 
					 
					
						
						
							
							Update gradle, update deps, modCompile -> modImplementation  
						
						 
						
						
						
					 
					
						2020-02-28 20:43:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								i509VCB 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b38f2b0f52 
							
						 
					 
					
						
						
							
							Add minVersion to template mixin config ( #41 )  
						
						 
						
						... 
						
						
						
						* Add minVersion to mixin config
* Bump loader dep requriement to >=0.7.4 
						
					 
					
						2020-02-25 14:56:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							18fd282e3e 
							
						 
					 
					
						
						
							
							1.15.2  
						
						 
						
						
						
					 
					
						2020-01-21 15:31:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							52da86e9e3 
							
						 
					 
					
						
						
							
							1.15.1  
						
						 
						
						
						
					 
					
						2019-12-17 21:35:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							c3daefbee9 
							
						 
					 
					
						
						
							
							Increase required loader version  
						
						 
						
						
						
					 
					
						2019-12-10 20:08:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							97a962625c 
							
						 
					 
					
						
						
							
							1.15  
						
						 
						
						
						
					 
					
						2019-12-10 19:54:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brad Erickson 
							
						 
					 
					
						
						
						
						
							
						
						
							705d4da55b 
							
						 
					 
					
						
						
							
							Update yarn, loader and api ( #31 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: modmuss50 <modmuss50@gmail.com> 
						
					 
					
						2019-11-19 22:38:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							727a449d61 
							
						 
					 
					
						
						
							
							Update yarn, loader and api  
						
						 
						
						
						
					 
					
						2019-08-28 22:37:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							01bf2f5a56 
							
						 
					 
					
						
						
							
							Update gradle to 5.5.1  
						
						 
						
						
						
					 
					
						2019-08-02 15:17:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							47b5686c4f 
							
						 
					 
					
						
						
							
							Update loom + dependencies  
						
						 
						
						
						
					 
					
						2019-08-02 15:07:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								MrIbby 
							
						 
					 
					
						
						
						
						
							
						
						
							706e20caf6 
							
						 
					 
					
						
						
							
							Fix   #18  ( #19 )  
						
						 
						
						
						
					 
					
						2019-07-23 01:19:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							0022be8092 
							
						 
					 
					
						
						
							
							1.14.4  
						
						 
						
						
						
					 
					
						2019-07-22 15:10:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Modmuss50 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b8fe8c5b3 
							
						 
					 
					
						
						
							
							Update API version to fix a bug with crashes.  
						
						 
						
						... 
						
						
						
						Sadly this bug snuck into previous versions, this has been fixed. 
						
					 
					
						2019-07-14 18:26:33 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							1962995275 
							
						 
					 
					
						
						
							
							1.14.3  
						
						 
						
						
						
					 
					
						2019-06-25 17:19:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								asie 
							
						 
					 
					
						
						
						
						
							
						
						
							9c04d84e90 
							
						 
					 
					
						
						
							
							version updates  
						
						 
						
						
						
					 
					
						2019-06-12 22:49:15 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexander 
							
						 
					 
					
						
						
						
						
							
						
						
							97c2c8c2f1 
							
						 
					 
					
						
						
							
							Update gradle.properties ( #15 )  
						
						 
						
						
						
					 
					
						2019-06-06 07:12:32 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								asie 
							
						 
					 
					
						
						
						
						
							
						
						
							78fb3e4288 
							
						 
					 
					
						
						
							
							fix requires -> depends in mod JSON  
						
						 
						
						
						
					 
					
						2019-05-27 22:04:51 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							2e1903f7d2 
							
						 
					 
					
						
						
							
							Update to 1.14.2  
						
						 
						
						
						
					 
					
						2019-05-27 17:27:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Modmuss50 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							004f6720ab 
							
						 
					 
					
						
						
							
							Merge pull request  #14  from swordglowsblue/patch-1  
						
						 
						
						... 
						
						
						
						Update Yarn mappings to 1.14.1+build.5 
						
					 
					
						2019-05-16 11:32:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Connor Scialdone 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e85c762e21 
							
						 
					 
					
						
						
							
							Update Yarn mappings to 1.14.1+build.5  
						
						 
						
						... 
						
						
						
						Yarn 1.14.1+build.4 had an issue with Hopper#getWorld being renamed to Hopper#getHopperWorld, which caused the world to crash when ticking hoppers in dev. 1.14.1+build.5 fixed this, but the example mod wasn't updated yet, so anyone following the dev install instructions on the site would run into the issue. 
						
					 
					
						2019-05-16 01:02:49 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							365f76fbd3 
							
						 
					 
					
						
						
							
							Update to 1.14.1 and Fabric API 0.3.0  
						
						 
						
						
						
					 
					
						2019-05-14 00:51:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								asie 
							
						 
					 
					
						
						
						
						
							
						
						
							76a554fbb7 
							
						 
					 
					
						
						
							
							Minecraft 1.14, Loom 0.2.2  
						
						 
						
						
						
					 
					
						2019-04-23 21:06:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								asie 
							
						 
					 
					
						
						
						
						
							
						
						
							4b9097bcf1 
							
						 
					 
					
						
						
							
							actually update to Loom 0.2.1  
						
						 
						
						
						
					 
					
						2019-04-21 13:02:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							1b8a889c5b 
							
						 
					 
					
						
						
							
							Update to pre 4  
						
						 
						
						
						
					 
					
						2019-04-18 14:56:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Modmuss50 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							20832149f8 
							
						 
					 
					
						
						
							
							Merge pull request  #10  from Technici4n/master  
						
						 
						
						... 
						
						
						
						Update to fabric 0.2.6.121 
						
					 
					
						2019-04-07 23:24:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ploumhans 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79f91b4c7e 
							
						 
					 
					
						
						
							
							Update to fabric 0.2.6.121  
						
						 
						
						
						
					 
					
						2019-04-08 00:22:51 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Selebrator 
							
						 
					 
					
						
						
						
						
							
						
						
							7f97ddb3bc 
							
						 
					 
					
						
						
							
							Update gradle to 4.10.3 ( #9 )  
						
						 
						
						
						
					 
					
						2019-04-07 18:40:21 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adrian Siekierka 
							
						 
					 
					
						
						
						
						
							
						
						
							d6e85e2219 
							
						 
					 
					
						
						
							
							update to Loader 0.4.0  
						
						 
						
						
						
					 
					
						2019-04-07 19:39:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								modmuss50 
							
						 
					 
					
						
						
						
						
							
						
						
							20c98824b9 
							
						 
					 
					
						
						
							
							Update to fixed fabric + yarn  
						
						 
						
						
						
					 
					
						2019-03-20 22:13:25 +00:00