Remove chunky incompatibility
I'm still a bit annoyed that problems can arise, but if people are able to configure DH/Chunky to work well together, I won't stop them from running together. Note that a warning will be printed to the chat/log, if chunky is detected.
This commit is contained in:
@@ -24,8 +24,7 @@ fabric_api_version=0.90.4+1.20.2
|
||||
canvas_version=
|
||||
|
||||
# iris - needs 1.7.4+ to support the DH API
|
||||
# chunky - isn't recommended since it can cause holes in the LODs
|
||||
fabric_incompatibility_list={ "iris": "<=1.7.4", "chunky": "*" }
|
||||
fabric_incompatibility_list={ "iris": "<=1.7.4" }
|
||||
fabric_recommend_list={}
|
||||
|
||||
# Fabric mod run
|
||||
|
||||
Reference in New Issue
Block a user