this post was submitted on 07 Jul 2024
9 points (100.0% liked)
Stardew Valley
52 readers
1 users here now
All things Stardew Valley.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No I don't believe so.
The mods framework works by wrapping the game object from monogame.
This is possible due to how c# is compiled into IL byte code instead of machine code in windows and android.
But for consoles the game is usually compiled in a different way.