Jump to content

784356878734

Member
  • Joined

  • Last visited

  1. 784356878734 changed their profile photo
  2. minotar.net seem to be getting skins from Mojang's servers. If you want to change your skin go to minecraft.net, log in and find the option to change your skin.
  3. UPDATE: I uploaded the file to catbox.moe, you can download it here: https://files.catbox.moe/pki1hn.html It does not have textures but you can upload your own pack by selecting "Change texture pack..." in the Game Menu.
  4. UPDATE: I got ClassiCube working in a single HTML file but it's too big to upload here (it's 1.2MiB and the forum only allows 0.29MB).
  5. The web port does NOT work when you download it with ctrl+s and simply open the downloaded HTML file. The user above is asking for a single self-contained HTML file that they can download that runs ClassiCube. If you modify the downloaded HTML file to remove `crossorigin` from the line <script async="" crossorigin="" type="text/javascript" src="ClassiCube%20(Singleplayer)_files/ClassiCube.js" onerror="onDownloadFailed(this)" referrerpolicy="no-referrer-when-downgrade"></script>to make it <script async="" type="text/javascript" src="ClassiCube%20(Singleplayer)_files/ClassiCube.js" onerror="onDownloadFailed(this)" referrerpolicy="no-referrer-when-downgrade"></script>Then the downloaded web client will work but it won't have any textures.