mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 08:12:18 +00:00
Don't hard depend on 1.18.1
It looks like other big mods are not fussed about forcing users over to 1.18.1. Since fabric loader 0.12.9 addresses the log4j issue we will depend on that instead to help push users to safe configurations. Everyone should be able to update their loader version, right?
This commit is contained in:
parent
190a110296
commit
57cfcd8709
@ -1,7 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "computercraft",
|
||||
"name": "CC:Restitched",
|
||||
"name": "CC: Restitched",
|
||||
"version": "${version}",
|
||||
"description": "CC: Tweaked for Fabric.",
|
||||
"license": "ComputerCraft Public License",
|
||||
@ -20,9 +20,9 @@
|
||||
"Toad-Dev"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.3",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.18.1"
|
||||
"minecraft": "1.18.x",
|
||||
"fabricloader": ">=0.12.9",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"modmenu": "*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user