Begin 1.20 port (god this is horrible)
This commit is contained in:
parent
8730ae91a0
commit
987a18c360
105 changed files with 757 additions and 2300 deletions
18
Fabric/src/main/resources/tardim_ic.fabric.mixins.json
Normal file
18
Fabric/src/main/resources/tardim_ic.fabric.mixins.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "com.example.examplemod.mixin",
|
||||
"refmap": "${mod_id}.refmap.json",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
"MixinTitleScreen"
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue