BigDecimalMath is in bigint zips

main
SolDev69 2 years ago
parent 3d23432be2
commit 76d6868d7b

@ -78,7 +78,7 @@
<div id="unlimitedmc-div"> <div id="unlimitedmc-div">
<p>Manifold is necessary for these mods. Install <a href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar">Manifold</a> <p>Manifold is necessary for these mods. Install <a href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar">Manifold</a>
as a JAR mod via the "Add to Minecraft.jar" option in MultiMC-based launchers. Early versions of Infdev 20100630-1 128-bit also requires <a href="https://github.com/eobermuhlner/big-math/releases/download/v2.3.2/big-math-2.3.2.jar">BigDecimalMath</a> as a JAR mod via the "Add to Minecraft.jar" option in MultiMC-based launchers. Early versions of Infdev 20100630-1 128-bit also requires <a href="https://github.com/eobermuhlner/big-math/releases/download/v2.3.2/big-math-2.3.2.jar">BigDecimalMath</a>
which is used to do advanced math with BigDecimals. which is used to do advanced math with BigDecimals, however it's included by default.
</p> </p>
<!-- TODO: which versions? We don't want people randomly installing unecessary depedencies. Maybe bundle manifold with jarmods? --> <!-- TODO: which versions? We don't want people randomly installing unecessary depedencies. Maybe bundle manifold with jarmods? -->
<p>Note: These versions are very CPU and RAM-intensive compared to their vanilla counterparts. Do NOT expect to have the same performance as typical 64-bit mods, even at spawn.</p> <p>Note: These versions are very CPU and RAM-intensive compared to their vanilla counterparts. Do NOT expect to have the same performance as typical 64-bit mods, even at spawn.</p>

@ -269,7 +269,7 @@
<div id="unlimitedmc-div"> <div id="unlimitedmc-div">
<p>Manifold is necessary for these mods. Install <a href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar">Manifold</a> <p>Manifold is necessary for these mods. Install <a href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar">Manifold</a>
as a JAR mod via the "Add to Minecraft.jar" option in MultiMC-based launchers. Early versions of Infdev 20100630-1 128-bit also requires <a href="https://github.com/eobermuhlner/big-math/releases/download/v2.3.2/big-math-2.3.2.jar">BigDecimalMath</a> as a JAR mod via the "Add to Minecraft.jar" option in MultiMC-based launchers. Early versions of Infdev 20100630-1 128-bit also requires <a href="https://github.com/eobermuhlner/big-math/releases/download/v2.3.2/big-math-2.3.2.jar">BigDecimalMath</a>
which is used to do advanced math with BigDecimals. which is used to do advanced math with BigDecimals, however it's included by default.
</p> </p>
<!-- TODO: which versions? We don't want people randomly installing unecessary depedencies. Maybe bundle manifold with jarmods? --> <!-- TODO: which versions? We don't want people randomly installing unecessary depedencies. Maybe bundle manifold with jarmods? -->
<p>Note: These versions are very CPU and RAM-intensive compared to their vanilla counterparts. Do NOT expect to have the same performance as typical 64-bit mods, even at spawn.</p> <p>Note: These versions are very CPU and RAM-intensive compared to their vanilla counterparts. Do NOT expect to have the same performance as typical 64-bit mods, even at spawn.</p>

Loading…
Cancel
Save