This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ archivesBaseName = " patchwork-events-imc"
2+ version = getSubprojectVersion(project, " 0.1.0" )
3+
4+ dependencies {
5+ compile project(path : ' :patchwork-fml' , configuration : ' dev' )
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "schemaVersion" : 1 ,
3+ "id" : " patchwork-events-imc" ,
4+ "name" : " Patchwork Inter-Mod Communication Events" ,
5+ "version" : " ${version}" ,
6+ "license" : " LGPL-2.1-only" ,
7+ "icon" : " assets/patchwork-events-lifecycle/icon.png" ,
8+ "contact" : {
9+ "issues" : " https://github.com/PatchworkMC/patchwork-api/issues" ,
10+ "sources" : " https://github.com/PatchworkMC/patchwork-api"
11+ },
12+ "authors" : [
13+ " PatchworkMC"
14+ ],
15+ "depends" : {
16+ "fabricloader" : " >=0.6.2" ,
17+ "patchwork-fml" : " *"
18+ },
19+ "entrypoints" : {
20+ "main" : [
21+ " com.patchworkmc.impl.event.lifecycle.LifecycleEvents"
22+ ]
23+ },
24+ "mixins" : [
25+ " patchwork-events-lifecycle.mixins.json"
26+ ],
27+ "description" : " Implementation of the Forge Lifecycle Events." ,
28+ "custom" : {
29+ "modmenu:api" : true ,
30+ "modmenu:parent" : " patchwork"
31+ }
32+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ rootProject.name = "patchwork-api"
1515include ' patchwork-biomes'
1616include ' patchwork-dispatcher'
1717include ' patchwork-events-entity'
18+ include ' patchwork-events-imc'
1819include ' patchwork-events-lifecycle'
1920include ' patchwork-events-world'
2021include ' patchwork-extensions'
You can’t perform that action at this time.
0 commit comments