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