Skip to content

Commit

Permalink
Merge pull request #314 from Dragon-Seeker/1.21-ArchCommonSupport
Browse files Browse the repository at this point in the history
[1.21] Add arch common json file for arch projects
  • Loading branch information
gliscowo authored Oct 23, 2024
2 parents d76a9a7 + fcb6c83 commit 5137438
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/main/resources/architectury.common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"accessWidener": "owo.accesswidener",
"injected_interfaces": {
"net/minecraft/class_2487": [
"io/wispforest/endec/util/MapCarrier"
],
"net/minecraft/class_2540": [
"io/wispforest/endec/util/EndecBuffer"
],
"net/minecraft/class_339": [
"io/wispforest/owo/ui/inject/ComponentStub"
],
"net/minecraft/class_342": [
"io/wispforest/owo/ui/inject/GreedyInputComponent"
],
"net/minecraft/class_1703": [
"io/wispforest/owo/client/screens/OwoScreenHandler"
],
"net/minecraft/class_332": [
"io/wispforest/owo/ui/util/MatrixStackTransformer"
],
"net/minecraft/class_9331\u0024class_9332": [
"io/wispforest/owo/serialization/OwoComponentTypeBuilder<TT;>"
],
"net/minecraft/class_1792\u0024class_1793": [
"io/wispforest/owo/itemgroup/OwoItemSettingsExtension"
],
"net/minecraft/class_1792": [
"io/wispforest/owo/ext/OwoItem"
]
}
}

0 comments on commit 5137438

Please sign in to comment.