1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-27 07:52:18 +00:00

Require Fabric 0.39.0 due to BlockEntityRendererRegistry

This commit is contained in:
JackMacWindows 2021-12-18 15:36:52 -05:00 committed by GitHub
parent 89cabd5b3e
commit 4a3e112a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
],
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"fabric": ">=0.39.0",
"minecraft": "1.17.x",
"java": ">=16"
},