mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-08 19:38:57 +01:00
Add viaversion and viabackwards as provides into fabric.mod.json
Allows mods to commonly check for either viaversion or viabackwards to be loaded
This commit is contained in:
parent
22678ba99b
commit
3ef13d8426
@ -62,5 +62,9 @@
|
||||
},
|
||||
"custom": {
|
||||
"vfp:implVersion": "${implVersion}"
|
||||
}
|
||||
},
|
||||
"provides": [
|
||||
"viaversion",
|
||||
"viabackwards"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user