Compare commits
	
		
			2 Commits
		
	
	
		
			0338c7c5ef
			...
			0079c721cc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 0079c721cc | ||
|  | 7e299caed0 | 
| @@ -12,11 +12,7 @@ | |||||||
| 			<attribute name="gradle_used_by_scope" value="main,test"/> | 			<attribute name="gradle_used_by_scope" value="main,test"/> | ||||||
| 		</attributes> | 		</attributes> | ||||||
| 	</classpathentry> | 	</classpathentry> | ||||||
| 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/> | ||||||
| 		<attributes> |  | ||||||
| 			<attribute name="module" value="true"/> |  | ||||||
| 		</attributes> |  | ||||||
| 	</classpathentry> |  | ||||||
| 	<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | 	<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | ||||||
| 	<classpathentry kind="output" path="bin/default"/> | 	<classpathentry kind="output" path="bin/default"/> | ||||||
| </classpath> | </classpath> | ||||||
|   | |||||||
| @@ -4,14 +4,14 @@ org.gradle.parallel=true | |||||||
|  |  | ||||||
| # Fabric Properties | # Fabric Properties | ||||||
| # check these on https://fabricmc.net/develop | # check these on https://fabricmc.net/develop | ||||||
| minecraft_version=1.21 | minecraft_version=1.21.1 | ||||||
| yarn_mappings=1.21+build.2 | yarn_mappings=1.21.1+build.3 | ||||||
| loader_version=0.15.11 | loader_version=0.15.11 | ||||||
|  |  | ||||||
| # Mod Properties | # Mod Properties | ||||||
| mod_version=1.21.0.2 | mod_version=1.21.1.0 | ||||||
| maven_group=de.jottyfan.quickiemod | maven_group=de.jottyfan.quickiemod | ||||||
| archives_base_name=quickiemod | archives_base_name=quickiemod | ||||||
|  |  | ||||||
| # Dependencies | # Dependencies | ||||||
| fabric_version=0.100.0+1.21 | fabric_version=0.102.1+1.21.1 | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| 			"item": "quickiemod:speedingot" | 			"item": "quickiemod:speedingot" | ||||||
| 		}, | 		}, | ||||||
| 		"c": { | 		"c": { | ||||||
| 			"item": "minecraft:chest" | 			"tag": "c:chests" | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
| 	"result": { | 	"result": { | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| 			"item": "quickiemod:speedpowder" | 			"item": "quickiemod:speedpowder" | ||||||
| 		}, | 		}, | ||||||
| 		"s": { | 		"s": { | ||||||
| 			"item": "minecraft:chest" | 			"tag": "c:chests" | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
| 	"result": { | 	"result": { | ||||||
|   | |||||||
| @@ -30,7 +30,7 @@ | |||||||
| 	], | 	], | ||||||
| 	"depends": { | 	"depends": { | ||||||
| 		"fabricloader": ">=0.15.11", | 		"fabricloader": ">=0.15.11", | ||||||
| 		"minecraft": "~1.21", | 		"minecraft": "~1.21.1", | ||||||
| 		"java": ">=21", | 		"java": ">=21", | ||||||
| 		"fabric-api": "*" | 		"fabric-api": "*" | ||||||
| 	}, | 	}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user