downloaded and eclipse setup
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								src/main/resources/assets/quickiemod/icon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/main/resources/assets/quickiemod/icon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 4.3 KiB | 
							
								
								
									
										37
									
								
								src/main/resources/fabric.mod.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								src/main/resources/fabric.mod.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| { | ||||
| 	"schemaVersion": 1, | ||||
| 	"id": "quickiemod", | ||||
| 	"version": "${version}", | ||||
| 	"name": "Quickiemod", | ||||
| 	"description": "This is an example description! Tell everyone what your mod is about!", | ||||
| 	"authors": [ | ||||
| 		"Me!" | ||||
| 	], | ||||
| 	"contact": { | ||||
| 		"homepage": "https://fabricmc.net/", | ||||
| 		"sources": "https://github.com/FabricMC/fabric-example-mod" | ||||
| 	}, | ||||
| 	"license": "CC0-1.0", | ||||
| 	"icon": "assets/quickiemod/icon.png", | ||||
| 	"environment": "*", | ||||
| 	"entrypoints": { | ||||
| 		"main": [ | ||||
| 			"de.jottyfan.quickiemod.Quickiemod" | ||||
| 		], | ||||
| 		"fabric-datagen": [ | ||||
| 			"de.jottyfan.quickiemod.QuickiemodDataGenerator" | ||||
| 		] | ||||
| 	}, | ||||
| 	"mixins": [ | ||||
| 		"quickiemod.mixins.json" | ||||
| 	], | ||||
| 	"depends": { | ||||
| 		"fabricloader": ">=0.16.9", | ||||
| 		"minecraft": "~1.21.3", | ||||
| 		"java": ">=21", | ||||
| 		"fabric-api": "*" | ||||
| 	}, | ||||
| 	"suggests": { | ||||
| 		"another-mod": "*" | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										11
									
								
								src/main/resources/quickiemod.mixins.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/main/resources/quickiemod.mixins.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| { | ||||
| 	"required": true, | ||||
| 	"package": "de.jottyfan.quickiemod.mixin", | ||||
| 	"compatibilityLevel": "JAVA_21", | ||||
| 	"mixins": [ | ||||
| 		"ExampleMixin" | ||||
| 	], | ||||
| 	"injectors": { | ||||
| 		"defaultRequire": 1 | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user