Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can't say for sure if it work for 3.9 or 3.11 but as long as the devs leave the graphics alone for the Ecumenopolis this mod should still work no matter what version the game is
Just curious
That being said it might be possible to bypass by modifying the descriptor to make the launcher think the mod is this one, but it just seems like a lot of work for no real purpose to me.
I'm glad you appreciate the mod! It's fairly simple and shouldn't be much affected by updates.
Still; fantastic mod I don't want to play the game without it, thank you!!
But when I was talking about stuff working, I was simply talking about how Minecraft, as a Java program (with Java-written extensions being loaded, injected, and whatever else as appropriate), doesn't have to worry about Mac, Windows, Linux, or one of the huge variety of non-Mac non-Linux systems which are Unix systems, and so neither do you. You just need to worry about having enough resources to run the stuff, and an appropriate version of Java.
TL;DR - the abstraction that Java has means that the platform you're on doesn't matter. It, largely, doesn't care.
(Whereas a C, C++, C#, Obj-C, etc. program would need to be compiled differently (or again, for the platform in question) for Windows vs Unix vs (possibly) Unix-like vs Other, and possibly would need to be compiled differently for some different Unix systems. (Note: macOS has been a Unix OS for a long while now; OS X is also Unix-certified.))