Skip to content

Commit

Permalink
HOTFIX:
Browse files Browse the repository at this point in the history
Fixed crash:
`Loading module from “https://cowgillalex.github.io/2D-Minecraft/Sprites/Player/player.js” was blocked because of a disallowed MIME type (“text/html”).`

Fixed grammar on block solidity placeholder
  • Loading branch information
CowgillAlex committed Aug 21, 2024
1 parent d88cfa2 commit 7493847
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<link rel="stylesheet" href="https://unpkg.com/leopard@^1/dist/index.min.css" />
<title>Paper Minecraft 24w34b</title>
<title>Paper Minecraft 24w34c</title>
<style>
@font-face {
font-family: 'Minecraft';
Expand Down Expand Up @@ -52,7 +52,7 @@
</noscript>
<p id="Pos" class="not-selectable"
style="position: absolute; top: 10px; left: 10px; z-index: 1000; background-color: rgba(54, 58, 66, 0.9); color: white; padding: 10px; border: none; cursor: pointer;">
MCSE 24w34b (alpha)</p>
MCSE 24w34c (alpha)</p>
<p id="coordinatesXY" class="not-selectable"
style="position: absolute; top: 55px; left: 10px; z-index: 1000; background-color: rgba(54, 58, 66, 0.9); color: white; padding: 10px; border: none; cursor: pointer;">
XY: Await Coordinates</p>
Expand All @@ -63,15 +63,15 @@

<p id="selectedBlockSolidity" class="not-selectable"
style="position: absolute; top: 50%; right: 10px; transform: translateY(-55px); z-index: 1000; background-color: rgba(54, 58, 66, 0.9); color: white; padding: 10px; border: none; cursor: pointer;">
Block: Await Block Solidity</p>
Block Solidity: Await Block Solidity</p>
<div id="project"></div>


<script type="module">

import project from "./index.js";
import Utils from './Utilities/utils.js'
import Player from "./Sprites/Player/player.js"

import State from "./state.js"

window.onerror = function(message, source, lineno, colno, error) {
Expand Down

0 comments on commit 7493847

Please sign in to comment.