p0t4t0sandwich / TaterLib

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.
GNU General Public License v3.0
7 stars 1 forks source link

Issue Loading on GoldenForge due to paper Patches #71

Closed wolflord212312 closed 1 month ago

wolflord212312 commented 2 months ago

Debug Information

https://mclo.gs/vR47aIf

Description of behavior

Detects paper patches on load and try to load bukkit side instead of forge.

Reproduction Steps

Run on golden forge
Get error

TaterLib Configuration

DOES NOT MATTER

Additional context

To fix this we just need to get the server branding

as goldenforge does customize that.

p0t4t0sandwich commented 2 months ago

Probably will just do a basic reflect-check to grab GoldenForgeEntryPoint Though the updated branding should show in the Server#brand() method in TaterLib itself.