Decompile upstream Explosion Overhaul 0.2.3.0

This commit is contained in:
Gitea Runner
2026-05-04 10:03:58 +00:00
commit a8b3d372d7
212 changed files with 31516 additions and 0 deletions

39
mods.toml Normal file
View File

@@ -0,0 +1,39 @@
modLoader="javafml"
loaderVersion="[47,)"
license="All Rights Reserved"
[[mods]]
modId="explosionoverhaul"
version="0.2.3.0-forge"
displayName="Explosion Overhaul: A new level of destruction"
displayURL="https://vinlanx.github.io/vinlanx/"
logoFile="logo.png"
authors="Vinlanx"
credits="Check CREDITS.txt file for details."
description='''
This mod completely rethinks explosions in Minecraft, making them incredibly realistic and dynamic. Enjoy unique explosion sounds that change depending on the distance and environment, tangible shockwaves and concussions, as well as realistic visual effects, including plasma sparks and fire clouds. Experience the true destructive power of explosions like never before
'''
mixinConfigs = ["explosionoverhaul.mixins.json"]
[[dependencies.explosionoverhaul]]
modId="forge"
mandatory=true
versionRange="[47.1.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.explosionoverhaul]]
modId="cloth_config"
mandatory=true
versionRange="[11.1.106,)"
ordering="NONE"
side="CLIENT"
[[dependencies.explosionoverhaul]]
modId="geckolib"
mandatory=true
versionRange="[4.0,)"
ordering="NONE"
side="BOTH"