Skip to content

Commit a09cc39

Browse files
committed
Added new mods, fixed malformed CSS
1 parent 3f6572f commit a09cc39

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

mods/icons/betterendcrystals.png

3.3 KB
Loading

mods/icons/nonhostilemobs.png

1.55 KB
Loading

mods/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,6 +1913,28 @@
19131913
</div>
19141914
</div>
19151915

1916+
<div class="modItem" data-version="1.9.19" data-type="entity,cheat" onclick="window.location.href='https://github.com/user-attachments/files/20601016/00040000001B8700.zip';">
1917+
<div class="modContent">
1918+
<div class="modHeader">Better End Crystals</div>
1919+
<div class="modDescription">Makes end crystals more usable and reduces blast radius.</div>
1920+
<div class="modFooter">
1921+
<div class="modAuthor">by Detective Fob</div>
1922+
<img class="modIcon" src="/mods/icons/betterendcrystals.png" style="object-fit: cover;">
1923+
</div>
1924+
</div>
1925+
</div>
1926+
1927+
<div class="modItem" data-version="1.9.19" data-type="entity,cheat" onclick="window.location.href='https://github.com/user-attachments/files/20601243/00040000001B8700.zip';">
1928+
<div class="modContent">
1929+
<div class="modHeader">NonHostileMobs</div>
1930+
<div class="modDescription">Makes the four basic hostile mobs friendly.</div>
1931+
<div class="modFooter">
1932+
<div class="modAuthor">by Detective Fob</div>
1933+
<img class="modIcon" src="/mods/icons/nonhostilemobs.png" style="object-fit: cover;">
1934+
</div>
1935+
</div>
1936+
</div>
1937+
19161938

19171939

19181940
</div>

unistore/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
display: flex;
155155
justify-content: center;
156156
align-items: center;
157-
gap: 10px;
157+
gap: 10px;
158+
transform: translateX(-10px);
158159
}
159160
#slideshow1 .flickity-button {
160161
transform: translateY(-35px);

0 commit comments

Comments
 (0)