aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/resources')
-rw-r--r--common/src/main/resources/architectury.common.json3
-rw-r--r--common/src/main/resources/assets/examplemod/lang/en_us.json3
-rw-r--r--common/src/main/resources/notenoughupdates-common.mixins.json13
-rw-r--r--common/src/main/resources/notenoughupdates.accesswidener1
4 files changed, 20 insertions, 0 deletions
diff --git a/common/src/main/resources/architectury.common.json b/common/src/main/resources/architectury.common.json
new file mode 100644
index 0000000..017e6cd
--- /dev/null
+++ b/common/src/main/resources/architectury.common.json
@@ -0,0 +1,3 @@
+{
+ "accessWidener": "notenoughupdates.accesswidener"
+}
diff --git a/common/src/main/resources/assets/examplemod/lang/en_us.json b/common/src/main/resources/assets/examplemod/lang/en_us.json
new file mode 100644
index 0000000..6bcd60e
--- /dev/null
+++ b/common/src/main/resources/assets/examplemod/lang/en_us.json
@@ -0,0 +1,3 @@
+{
+ "item.examplemod.example_item": "Example Item"
+} \ No newline at end of file
diff --git a/common/src/main/resources/notenoughupdates-common.mixins.json b/common/src/main/resources/notenoughupdates-common.mixins.json
new file mode 100644
index 0000000..d2e39dc
--- /dev/null
+++ b/common/src/main/resources/notenoughupdates-common.mixins.json
@@ -0,0 +1,13 @@
+{
+ "required": true,
+ "package": "net.examplemod.mixin",
+ "compatibilityLevel": "JAVA_16",
+ "client": [
+ "MixinTitleScreen"
+ ],
+ "mixins": [
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file
diff --git a/common/src/main/resources/notenoughupdates.accesswidener b/common/src/main/resources/notenoughupdates.accesswidener
new file mode 100644
index 0000000..236e6b1
--- /dev/null
+++ b/common/src/main/resources/notenoughupdates.accesswidener
@@ -0,0 +1 @@
+accessWidener v2 named