Tags
Creators
Details
Published 3 months ago
Updated 5 days ago
All versions
0.5.6
Release
Starfield Pastoral 0.5.65 days ago 1,046
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update Log (English)
Caroline, The Sunroom And Tea Bushes
- Added Caroline's original two-heart Sunroom event and six-heart Seed Shop event, including the green-tea vision sequence, original event timing and choices, localized dialogue for all 12 supported languages, Sunroom music and brook ambience, and the next-day Tea Sapling recipe letter.
- Added the complete Tea Bush lifecycle: Tea Saplings can be crafted and planted outdoors, in the greenhouse or in Garden Pots; bushes mature over 20 days, produce Tea Leaves during the final week of each season, remain productive through winter when sheltered, and work with automation, Jade and the crop-growth key.
- Added the original Tea Leaf processing route for the Keg and its artisan ingredient metadata, source-style Tea Sapling ingredients and tags, stage-specific two-block models, collision geometry and axe behavior. The permanent Sunroom bush can be harvested normally and removed for its sapling only after sustained chopping.
- Rebuilt Caroline's rain, Green Rain, clinic, Night Market, weekday and seasonal schedules from the original data using the supplied Minecraft coordinates and facings, with explicit Sunroom, Seed Shop, town, clinic, museum and beach routing.
Wizard Quest And NPC Reliability
- Repaired the Wizard Tower introduction so entering the tower or interacting with the Wizard can retry a failed start, commits the first-meeting flag only when the event reaches that command, and adds the new "An Eye Between Worlds" quest asking the player to bring an Eye of Ender.
- Made Wizard Tower entry recover the Wizard immediately at his active schedule position, and made NPC existence maintenance continue while Stardew time is paused. Ordinary NPCs whose unloaded entities disappeared are now recreated when a player re-enters the Valley.
- Isolated NPC entity-scan and forced-chunk caches per server level, and clear spawn, movement, dialogue-lock, event and client visibility state when leaving a world or stopping a server. This prevents NPCs from disappearing because another dimension or previous save reused process-local state.
- Corrected Pam's bus-driver check to use the actual data-defined driver point instead of a stale hard-coded coordinate, so reaching the scheduled bus stop position now enables boarding.
Dialogue, Resources And Runtime Fixes
- Fixed source-style direct dialogue responses such as the Feast of the Winter Star story: local response text is no longer sent as a server dialogue-node id, avoiding the overlong-payload crash while preserving paragraph breaks and player-name substitutions.
- Allowed authoritative resource snapshots from a newly joined server to replace same-version data retained from a previous session, preventing false resource-reload rejection when switching worlds or servers.
- Cleaned cutscene, fade, NPC visibility and cached client state on disconnect, and refreshed the bundled prebuilt Valley regions and manifest for the completed Sunroom content.
- Updated the public mod version to
0.5.6.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:i54Drdq8:yWCwm1mX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i54Drdq8:yWCwm1mX"
}

