Supernova (Original Music Pack)
an original album made as a tribute to C418 in his signature style, made into a custom music pack:
this pack features 6 tracks:
– 1 title track: jang
– 2 creative tracks: albeit, burning konkrete
– 3 survival tracks: rose field, cliff hanger, supernova
this resourcepack should be compatible with versions 1.7.2 and above. newer versions may complain about it being broken or incompatible, ignore that.
there are two versions of the pack: one that replaces the vanilla music and one that does not. the one that replaces the original soundtrack doesn’t seem to do so on 1.7.2, but the music should still be added to the pool.
you may use this music in your own resource/data/mod-packs only if it’s ENTIRELY FREE. this music may NOT be resold or used for COMMERICAL PURPOSES.
[https://aurigrave.org/audio/release/supernova](https://aurigrave.org/audio/release/supernova)
Summit


> ### **THIS RESOURCE PACK REQUIRES THESE MODS TO FUNCTION:**
> 1. **[ETF](https://modrinth.com/mod/entitytexturefeatures)**
> 2. **[EMF](https://modrinth.com/mod/entity-model-features)**
> 3. **[Continuity](https://modrinth.com/mod/continuity)**
> 4. **[Polytone](https://modrinth.com/mod/polytone)**
# Summit: Minecraft At Its Peak
**Summit** is a realistic texture pack for Minecraft, designed to enhance your game with a touch of natural beauty. It’s subtle, refined, and compatible with a range of systems.
## Summit 64x is now free!









## Features:
– **Varied Resolutions:** Choose from 16x to 64x to match your system.
– **Balanced Realism:** Enhanced textures that feel right at home in Minecraft.
– **Optimized Performance:** Smooth and efficient gameplay experience.
**Rediscover Minecraft with Summit!**
[Patron]: https://patreon.com/Summitmc?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_fan&utm_content=join_link
[1]: https://i.imgur.com/vZ1vIat.png
[2]: https://www.optifine.net/home “Redirect to Optifine”
[3]: https://i.imgur.com/a7UsCgN.png
[4]: https://irisshaders.dev/ “Redirect to Iris”
[5]: https://i.imgur.com/XCZiKxy.png
[6]: https://patreon.com/Summitmc?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_fan&utm_content=join_link “Redirect to Patreon”
Structures
[](https://www.curseforge.com/minecraft/mc-mods/geckos)
***

## About:
Structures is a datapack that adds new structures to your world!
The added structures not only look great (well, as good as I can make them :D) but also add depth to the game. Instead of just random and meaningless structures, the goal is to make the world feel richer and more immersive.
## Notes:
This datapack has been released as a mod, which means you can use it on Neoforge, Forge, Fabric, and Quilt modloaders. Across a wide range of versions.
The mod is still under active development (not abandoned). Keep in mind: I can add, remove, or change anything about the structures!
Stickless Tools
I got rid of stick on everything with a stick in it. What did you expect?
The Steve Series Pack
**The texture pack has:**
– _6 invisible items (Pottery Sherds)_
– _A Darkness entity (that uses a Piglin as the base)_
– _Darkness Blockset (stairs, slabs, blocks and walls) [granite]_
– _5 colored light blocks (one for each base colored steve)_
– _Rainbow Stone_
– _A custom iron door texture_
**How to make the best Darkness entity:**
summon piglin ~ ~ ~ {IsImmuneToZombification:1,active_effects:[{id:regeneration,duration:200,amplifier:10,show_particles:0b}],HandItems:[{id:angler_pottery_sherd,count:1},{id:angler_pottery_sherd,count:1}],ArmorItems:[{id:angler_pottery_sherd,count:1},{id:angler_pottery_sherd,count:1},{id:angler_pottery_sherd,count:1},{id:angler_pottery_sherd,count:1}],HandDropChances:[0f,0f],ArmorDropChances:[0f,0f,0f,0f]}
**[Must be used inside of a command block.]**
Steak of Undying
Super simple texture pack that changes your Totem of Undying texture to a steak! For the time being, this works in any version of 1.21, and generally, this should work in any version from 1.14 to 1.21 (because in 1.14 they changed the item textures, and I’m not really sure if this the steak texture matches the one before 1.14). This pack is actually heavily inspired by Beppo’s Totem of Undying texture, so I decided to make that into an accessible for everyone pack! The translations for it are currently available in 30 of the most popular/common Minecraft languages.
Steak = Cooked Beef
Makes steak called cooked beef because it makes more sense and it will make a friend of mine happy because he likes beef!
It’s very simple, does nothing else, just this!
(And maybe a little easter egg, try to find it 😀 )
StackDeobfuscator
# Stack Deobfuscator
> **WARNING**
> This mod is obsolete for all Minecraft versions newer than 1.21.11. It will still be maintained for older versions.
Discord: https://discord.gg/XSB7jn9
Web Version: https://stackdeobf.net/
See [wiki](https://github.com/booky10/StackDeobfuscator/wiki/Configuration) for configuration
## What does this mod do?
All errors displayed in the console and all crash reports will be remapped from unreadable production names (e.g.
`net.minecraft.class_310`) to readable mapped names (e.g. `net.minecraft.client.MinecraftClient`).
This allows mod developers to more easily identify issues in a non-development environment, as the errors are instantly
human-readable.
### Comparison
Before
“`
[23:13:08] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.class_148: Manually triggered debug crash
at net.minecraft.class_309.method_1474(class_309.java:509) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1574(class_310.java:1955) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1180) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:801) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:237) ~[minecraft-1.19.4-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.18.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?]
Caused by: java.lang.Throwable: Manually triggered debug crash
at net.minecraft.class_309.method_1474(class_309.java:506) ~[client-intermediary.jar:?]
… 10 more
“`
After (yarn/quilt mappings)
“`
[23:11:25] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.util.crash.CrashException: Manually triggered debug crash
at net.minecraft.client.Keyboard.pollDebugCrash(Keyboard.java:509) ~[client-intermediary.jar:?]
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1955) ~[client-intermediary.jar:?]
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1180) ~[client-intermediary.jar:?]
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:801) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:237) ~[minecraft-1.19.4-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.18.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?]
Caused by: java.lang.Throwable: Manually triggered debug crash
at net.minecraft.client.Keyboard.pollDebugCrash(Keyboard.java:506) ~[client-intermediary.jar:?]
… 10 more
“`
After (mojang mappings)
“`
[23:04:12] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.ReportedException: Manually triggered debug crash
at net.minecraft.client.KeyboardHandler.tick(KeyboardHandler.java:509) ~[client-intermediary.jar:?]
at net.minecraft.client.Minecraft.tick(Minecraft.java:1955) ~[client-intermediary.jar:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1180) ~[client-intermediary.jar:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:801) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:237) ~[minecraft-1.19.4-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.18.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.18.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?]
Caused by: java.lang.Throwable: Manually triggered debug crash
at net.minecraft.client.KeyboardHandler.tick(KeyboardHandler.java:506) ~[client-intermediary.jar:?]
… 10 more
“`
## Mappings Overview
Mappings are downloaded and parsed asynchronously. They are downloaded only once per version.
Yarn and Quilt refresh their version every 48 hours to check for updates.
| Mappings | Compatible Minecraft Versions | Download Size (zipped¹)² | Cached Size (gzipped)² |
|———-|———————————————|—————————————-|————————————-|
| Yarn | 18w49a (1.14 snapshot) or higher | `1.4 MiB` | `1.4 MiB` |
| Quilt | 1.18.2 or higher | `1.4 MiB` (+`1.1 MiB` below 1.19.2) | `1.4 MiB` (+`1.1 MiB` below 1.19.2) |
| Mojang | 1.14.4 and 19w36a (1.15 snapshot) or higher | `9.0 MiB` (uncompressed) + `559.1 KiB` | `1.3 MiB` + `558.6 KiB` |
¹: Mojang mappings are not compressed
²: Sizes as of 12th May 2024 (1.20.6 is latest)
Squared Shadow
This is a Texture Pack, originally designed for “[Better Than Adventure!](https://www.betterthanadventure.net/)”, and consequentially Beta 1.7.3 (although it will work with ANY version of Minecraft that has a Shadow, since the location and filename has never changed, despite the outdated Resource Pack version warning), that gives the Entities a squared Shadow, instead of a circular one. Consistency, my beloved.

# CREDITS
– Shadow texture and “pack.png” made by AndreWharn.
– Do not use the assets without permission, please!
# Thanks for using this pack! 😀
Spellbound Weapons
### Resourcepack
[Click here to download the datapack weapon textures](https://modrinth.com/resourcepack/ls-datapack-resources) This is not needed if using the mod version
# About
Spellbound Weapons adds 20 new high quality weapons to your Minecraft world, each aimed to give players a new way of combatting mobs over the vanilla’s way through ore tiers. Each one has their own rarities, special quirks, and uses for their own situations to fit your playstyle.
Each can be found naturally in survival mode but you can use `/function spellbound_weapons:_item_list` to view them all with commands.
Use the command `/function spellbound_weapons:_settings` in chat to configure settings for the Spellbound Weapons.
# Wiki
Spellbound weapons has a wiki! Here you can view information on all the weapons, what they do, and how to obtain them.
[Click here to view the wiki](https://github.com/SpluoSplatus/Spellbound-Weapons/wiki)
***

Join the Discord Server to chat, discuss, and get help with my mods!
https://discord.gg/XZVARKkjwt

Help support the making of my datapacks with memberships or donations on Ko-fi!
https://ko-fi.com/limesplatus/tiers
***
# Credits:
**Creator/Programmer:** LimeSplatus#4730
**General Weapon Design Help:** • SylverStar#7951
**Crucible Concept:** rhys!#0005
**Weapon Damage Stats Help:** MidasDaEpik#3698