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

Commit dae7d7c

Browse files
committed
Alphabetize settings.gradle and patchwork-extensions-block.mixins.json
1 parent 3a15151 commit dae7d7c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

patchwork-extensions-block/src/main/resources/patchwork-extensions-block.mixins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"package": "net.patchworkmc.mixin.extensions.block",
44
"compatibilityLevel": "JAVA_8",
55
"mixins": [
6+
"MixinBedBlock",
67
"MixinBlock",
78
"MixinBlockState",
89
"BlockTagsAccessor",
9-
"FireBlockAccessor",
10-
"MixinBedBlock"
10+
"FireBlockAccessor"
1111
],
1212
"injectors": {
1313
"defaultRequire": 1

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ rootProject.name = "patchwork-api"
1515
include 'patchwork-biomes'
1616
include 'patchwork-capabilities'
1717
include 'patchwork-dispatcher'
18+
include 'patchwork-enum-hacks'
1819
include 'patchwork-events-entity'
1920
include 'patchwork-events-input'
2021
include 'patchwork-events-lifecycle'
2122
include 'patchwork-events-world'
22-
include 'patchwork-extensions-shearing'
2323
include 'patchwork-extensions'
24+
include 'patchwork-extensions-block'
2425
include 'patchwork-extensions-item'
26+
include 'patchwork-extensions-shearing'
2527
include 'patchwork-fml'
28+
include 'patchwork-gui'
2629
include 'patchwork-level-generators'
2730
include 'patchwork-loot'
28-
include 'patchwork-registries'
29-
include 'patchwork-gui'
3031
include 'patchwork-networking'
3132
include 'patchwork-networking-messages'
33+
include 'patchwork-registries'
3234
include 'patchwork-vanilla-patches'
33-
include 'patchwork-enum-hacks'
34-
include 'patchwork-extensions-block'

0 commit comments

Comments
 (0)