This resource pack contains a night sky filled to the brim with bright stars. The space-like atmosphere provides a beautiful scenery in-game.
**This resource pack requires either Skyboxify, Optifine, Nuit, or fabricskyboxes. Without it you will not be able to see it.**
If you want to see more like this join my discord: [https://discord.gg/YrSWPbWDUF](https://discord.gg/YrSWPbWDUF)

Stardew Furnaces
## Minecraft Furnace -> Stardew Valley Forge GUI
Inspired by the Forge from Stardew Valley, this simple resource pack changes the texture of Minecraft’s Furnace (and Blast Furnace) to give it a more industrial look.
Watch the pipes heat up and simmer down as your ores are smelted and your fuel is depleted!
With [Respackopts](https://modrinth.com/mod/respackopts) installed you’ll be able to configure the resource pack, letting you turn each texture on or off as you please.
If you’re interested in a more complete GUI overhaul pack, consider checking out my much larger project [Overgrown Flowery GUI](https://modrinth.com/resourcepack/overgrown-flowery-gui), and for fans of Stardew Valley maybe take a look at the [Dew Drop project](https://modrinth.com/collection/1jZQOrlw)! <3
---
[](https://modrinth.com/user/coolbot100s)(https://www.curseforge.com/members/coolbot100s/projects) [](https://www.planetminecraft.com/collection/146032/all-garden-gals-content/) [](https://discord.gg/qxRVkGDjdJ) [](https://github.com/sponsors/coolbot100s)
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.
## Command
– **/function speedometer:on**
> To turn on the speedometer
– **/function speedometer:off**
> To turn off the speedometer
– **/function speedometer:toggle**
> Allows you to change the style.
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! 😀
Spawn Eggs Backported
# 25w08a Spawn Egg Textures – Backported!
This resource pack brings the **spawn egg textures** introduced in **Minecraft Snapshot 25w08a** to **all versions from Minecraft 1.14 snapshots up to 25w07a**! If you love the new spawn egg textures but prefer playing on older versions, this pack is perfect for you.
### ✨ **Features:**
– Backports **25w08a spawn egg textures** to **all versions from Minecraft 1.14 snapshots up to 25w07a**.
– Faithful to the vanilla aesthetic.
– Perfect for those who want the latest textures on older versions.
Enjoy and let me know if you find any issues! 🥚🎨
[HMI] Spawn Egg Animations

# ✨ Animated Spawn Eggs
> Bring your spawn eggs to life with smooth, unique animations.
—
## ⚙️ Requirements
—
## 🎬 Overview
This resource pack adds custom animations to every spawn egg, giving each one its own unique movement and personality.
Spawn eggs feel more dynamic and immersive while still staying true to Minecraft’s original style.
—
## 🌟 Features
– 🎨 Unique animation for every spawn egg
– 🔄 Smooth and fluid motion
– 🧩 Vanilla-friendly design
– 🎮 Works in Creative & Survival
—
## 🖼️ Showcase
—
## 💡 Notes
This pack is designed to work alongside 3D item resource packs to enhance immersion without changing Minecraft’s core visuals too drastically.
—
## ❤️ Support
If you enjoy the pack, consider leaving a ⭐!
Spawn Animations Compats
## This datapack adds [Spawn Animations](https://modrinth.com/datapack/spawn-animations) compatibility to the modded entities.
The mod you need compatibility for isn’t there? **Open a suggestion on [GitHub](https://github.com/Fyoncle/spawnanimations-compats/issues/new?template=suggestions.yml)!**
Spawn Animations
# Tschipcraft’s Spawn Animations
> A server-side data pack/mod for 1.14x-26.1x
Features
Hostile mobs dig out of the ground or poof into existence when they spawn.
This data pack/mod is designed to be as unintrusive as possible. Hidden entities including their worn armor and tools will only be invisible and silent.
Spawn Animations is completely server-side!
[-> For available settings and customization, take a look at the wiki <-](https://github.com/Tschipcraft/spawnanimations/wiki)
More sophisticated animations with Animated Java are planned for v2.0!
## Installation
Install either as:
* **Data Pack [DP]** ➜ Place `.zip` in your world's `datapacks` folder
* **Mod [Mod]** ➜ Drop into your `mods` folder and optionally install [MidnightLib](https://modrinth.com/project/codAaoxh) for a global config file and UI
For hiding entities with emissive layers in 1.20.4 or below, and generally smoother animations, you may additionally install [Pehkui](https://modrinth.com/project/t5W7Jfwy).
To manage settings, reset, or uninstall the pack, use the command `/trigger tschipcraft.menu` or `/function #tschipcraft:menu`.
## Demo GIFs
Click here to expand
## Compatibility
**Forge** is only natively supported until Minecraft 1.21.5.
For Minecraft 1.14, 1.15 or 1.16, you can use [a legacy version](https://github.com/Tschipcraft/spawnanimations/tree/master/other_editions).
For mod support, check out [Spawn Animations Compats by Fyoncle](https://modrinth.com/datapack/spawn-animations-compats).
## External Links
## Partner Offers
Want to buy **Hytale** or upgrade your edition? Use creator code `Tschipcraft` upon checkout for me to receive a commission! (The price for you stays the same)
SpASM
Straightforward, pure ASM (SpASM)
Allows registering class transformers that process all classes, without specifying the class’s names like in FabricASM.