Jouramie
Jouramie
Hi, I have an object like ``` public record Car(String model, @JsonUnwrapped @Schema(implementation=ResourcePath.class) Resource resource, boolean selected) { } public abstract class Resource { } public abstract class ResourcePath extend...
## What is this fixing or adding? This adds a text client specific to Stardew Valley, with integration to Universal Tracker (when the apworld is installed). This will later be...
## What is this fixing or adding? This PR removes some events that were added to handle indirect connection between the Carpenter shop, Pierre and some buildings (only relevant when...
## What is this fixing or adding? While working on #3640, I realized the handling of the skill progression could greatly be improved by using the same "feature" pattern I...