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

Commit c50deda

Browse files
committed
patchwork-event-dispatcher -> patchwork-god-classes
1 parent 15b9ca9 commit c50deda

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# patchwork-event-dispatcher
1+
# patchwork-god-classes
22

33
Implementation of ForgeHooks, ForgeHooksClient, ForgeEventFactory, and BasicEventHooks that dispatches to different patchwork modules.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
archivesBaseName = "patchwork-event-dispatcher"
1+
archivesBaseName = "patchwork-god-classes"
22
version = getSubprojectVersion(project, "0.1.0")
33

44
dependencies {

patchwork-event-dispatcher/src/main/java/net/minecraftforge/client/ForgeHooksClient.java renamed to patchwork-god-classes/src/main/java/net/minecraftforge/client/ForgeHooksClient.java

File renamed without changes.

patchwork-event-dispatcher/src/main/java/net/minecraftforge/common/ForgeHooks.java renamed to patchwork-god-classes/src/main/java/net/minecraftforge/common/ForgeHooks.java

File renamed without changes.

patchwork-event-dispatcher/src/main/java/net/minecraftforge/event/ForgeEventFactory.java renamed to patchwork-god-classes/src/main/java/net/minecraftforge/event/ForgeEventFactory.java

File renamed without changes.

patchwork-event-dispatcher/src/main/java/net/minecraftforge/fml/hooks/BasicEventHooks.java renamed to patchwork-god-classes/src/main/java/net/minecraftforge/fml/hooks/BasicEventHooks.java

File renamed without changes.

patchwork-event-dispatcher/src/main/resources/assets.patchwork-event-dispatcher/icon.png renamed to patchwork-god-classes/src/main/resources/assets.patchwork-god-classes/icon.png

File renamed without changes.

patchwork-event-dispatcher/src/main/resources/fabric.mod.json renamed to patchwork-god-classes/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"schemaVersion": 1,
3-
"id": "patchwork-event-dispatcher",
4-
"name": "Patchwork Event Dispatcher",
3+
"id": "patchwork-god-classes",
4+
"name": "Patchwork God Classes",
55
"version": "${version}",
66
"description": "Implements ForgeHooks, ForgeEventFactory, and more.",
77
"environment": "*",
88
"license": "LGPL-2.1-only",
9-
"icon": "assets/patchwork-event-dispatcher/icon.png",
9+
"icon": "assets/patchwork-god-classes/icon.png",
1010
"contact": {
1111
"issues": "https://github.com/PatchworkMC/patchwork-api/issues",
1212
"sources": "https://github.com/PatchworkMC/patchwork-api"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ include 'patchwork-capabilities'
1717
include 'patchwork-data-generators'
1818
include 'patchwork-dispatcher'
1919
include 'patchwork-enum-hacks'
20-
include 'patchwork-event-dispatcher'
2120
include 'patchwork-events-entity'
2221
include 'patchwork-events-input'
2322
include 'patchwork-events-lifecycle'
@@ -28,6 +27,7 @@ include 'patchwork-extensions-block'
2827
include 'patchwork-extensions-item'
2928
include 'patchwork-extensions-shearing'
3029
include 'patchwork-fml'
30+
include 'patchwork-god-classes'
3131
include 'patchwork-gui'
3232
include 'patchwork-level-generators'
3333
include 'patchwork-loot'

0 commit comments

Comments
 (0)