Initial commit
This commit is contained in:
commit
76d4b44153
24 changed files with 787 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
package ru.octol1ttle.knockdowns.common;
|
||||
|
||||
public class KnockdownsCommon {
|
||||
public static final String MOD_ID = "knockdowns";
|
||||
public static void init() {
|
||||
}
|
||||
}
|
3
common/src/main/resources/architectury.common.json
Normal file
3
common/src/main/resources/architectury.common.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"accessWidener": "knockdowns.accesswidener"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"item.knockdowns.example_item": "Example Item"
|
||||
}
|
14
common/src/main/resources/knockdowns-common.mixins.json
Normal file
14
common/src/main/resources/knockdowns-common.mixins.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.knockdowns.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
"ru.octol1ttle.knockdowns.mixin.MixinTitleScreen"
|
||||
],
|
||||
"mixins": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
1
common/src/main/resources/knockdowns.accesswidener
Normal file
1
common/src/main/resources/knockdowns.accesswidener
Normal file
|
@ -0,0 +1 @@
|
|||
accessWidener v2 named
|
Loading…
Add table
Add a link
Reference in a new issue