mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fix for switching back to latest version
This commit is contained in:
@@ -279,7 +279,7 @@ export class SpyglassService {
|
||||
externals: client.externals,
|
||||
defaultConfig: core.ConfigService.merge(core.VanillaConfig, {
|
||||
env: {
|
||||
gameVersion: version.ref ?? version.id,
|
||||
gameVersion: version.dynamic ? version.id : version.ref,
|
||||
dependencies: ['@vanilla-mcdoc', '@misode-mcdoc'],
|
||||
customResources: {
|
||||
text_component: {
|
||||
|
||||
Reference in New Issue
Block a user