This commit is contained in:
		| @ -71,7 +71,9 @@ dependencies { | ||||
|     modLocalRuntime("maven.modrinth:lazydfu:${lazydfu_version}") | ||||
|     modLocalRuntime("com.terraformersmc:modmenu:${modmenu_version}") | ||||
|  | ||||
|     // Recipe Viewers - Create Fabric supports JEI, REI, and EMI. | ||||
|     include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1"))) | ||||
|  | ||||
| // Recipe Viewers - Create Fabric supports JEI, REI, and EMI. | ||||
|     // See root gradle.properties to choose which to use at runtime. | ||||
|     switch (recipe_viewer.toLowerCase(Locale.ROOT)) { | ||||
|         case "jei": modLocalRuntime("mezz.jei:jei-${minecraft_version}-fabric:${jei_version}"); break | ||||
|  | ||||
		Reference in New Issue
	
	Block a user