babric / prism-instance

16 stars 6 forks source link

ISSUE-0 - Add missing dependency for CustomizablePlayerModels #3

Closed telvarost closed 4 months ago

telvarost commented 6 months ago

tom5454 — Today at 7:06 PM

The prism instance is missing com.google.guava:failureaccess:1.0.1 library. This is a dependency for Guava's Cache classes that's heavily used inside CPM. I added this to the libraries list:

{
    "downloads": {
        "artifact": {
            "path": "com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar",
            "sha1": "1dcf1de382a0bf95a3d8b0849546c88bac1292c9",
            "size": 4617,
            "url": "https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"
        }
    },
    "name": "com.google.guava:failureaccess:1.0.1"
}

The development environment for Babric has this installed, it's only missing in the Prism instance.

telvarost commented 4 months ago

Sounds good, I will forward this info back to the developer if they haven't fixed it already

telvarost commented 4 months ago

Looks like the dev fixed the issue 👍