Add configured compat
[no changelog]
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"firmament.poweruser.entity.armor": "Entity Armor:",
|
||||
"firmament.poweruser.entity.armor.item": " - %s",
|
||||
"firmament.poweruser.entity.passengers": "%s Passengers",
|
||||
"firmament.config.all-configs": "- All Configs -",
|
||||
"firmament.config.anniversary": "Anniversary Features",
|
||||
"firmament.config.anniversary.shiny-pigs": "Shiny Pigs Tracker",
|
||||
"firmament.config.anniversary.pig-hud": "Pig Tracker Hud",
|
||||
|
||||
@@ -50,6 +50,11 @@
|
||||
"roughlyenoughitems": ">=${rei_version}"
|
||||
},
|
||||
"custom": {
|
||||
"configured": {
|
||||
"providers": [
|
||||
"moe.nea.firmament.compat.configured.ConfiguredCompat"
|
||||
]
|
||||
},
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"modmenu.discord": "https://discord.gg/64pFP94AWA"
|
||||
|
||||
7
src/main/resources/firmament.mixins.json
Normal file
7
src/main/resources/firmament.mixins.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"plugin": "moe.nea.firmament.init.MixinPlugin",
|
||||
"package": "moe.nea.firmament.mixins",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"refmap": "Firmament-refmap.json"
|
||||
}
|
||||
3
src/main/resources/firmament.mixins.json.license
Normal file
3
src/main/resources/firmament.mixins.json.license
Normal file
@@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
Reference in New Issue
Block a user