Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 2da678c

Browse files
committed
create module
1 parent 9ec87e6 commit 2da678c

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

patchwork-events-imc/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
archivesBaseName = "patchwork-events-imc"
2+
version = getSubprojectVersion(project, "0.1.0")
3+
4+
dependencies {
5+
compile project(path: ':patchwork-fml', configuration: 'dev')
6+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rootProject.name = "patchwork-api"
1515
include 'patchwork-biomes'
1616
include 'patchwork-dispatcher'
1717
include 'patchwork-events-entity'
18+
include 'patchwork-events-imc'
1819
include 'patchwork-events-lifecycle'
1920
include 'patchwork-events-world'
2021
include 'patchwork-extensions'

0 commit comments

Comments
 (0)