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.

![My Character’s Feet, Featuring a Blocky Shadow](https://cdn.modrinth.com/data/cached_images/72dd28be362e85b04d61b69cb37d451b4a65d68a_0.webp)

# CREDITS

– Shadow texture and “pack.png” made by AndreWharn.
– Do not use the assets without permission, please!

# Thanks for using this pack! 😀

SpeedRunIGT

# SpeedRunIGT
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S77MX01)
Join [SpeedRunIGT Development](https://discord.gg/7G2tfP7Xpe) Discord!

![GitHub Repo stars](https://img.shields.io/github/stars/RedLime/SpeedRunIGT?style=social)
![GitHub](https://img.shields.io/github/license/RedLime/SpeedRunIGT?style=flat-square)
![GitHub all releases](https://img.shields.io/github/downloads/RedLime/SpeedRunIGT/total?label=GitHub%20downloads&style=flat-square)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/RedLime/SpeedRunIGT?style=flat-square)
[![Crowdin](https://badges.crowdin.net/speedrunigt/localized.svg)](https://crowdin.com/project/speedrunigt)
[![Discord Shield](https://discordapp.com/api/guilds/1033677387143061574/widget.png?style=shield)](https://discord.gg/7G2tfP7Xpe)

## What is this mod?
The **Timer** Mod for Minecraft Speedrunning

## Features
– Display RTA/IGT timers In-game
– Auto Start & Pause the timer
– Supported 20+ categories!
– You can make your category!
– Configurable timer position, scale and color
– Custom font in timer
– Many configurable options
– APIs for developers
– Some of anti-cheat for speedrunning

## Downloads
– [Download Page](https://redlime.github.io/SpeedRunIGT/) (Recommended)
– [Release Page](https://github.com/RedLime/SpeedRunIGT/releases)

## FaQ
– Is it allowed in *[Speedrun.com](https://speedrun.com/mc)* run verification? ✅
– Is it support Multi-Instances? ✅
– Is it work with full-screen or macOS? ✅
– How to add custom font in timer?
– Watch [this video with description](https://youtu.be/agBbiTQWj78)
– If you have any question, join Discord server 🙂

## Contribute translation project!
[Crowdin Project](https://crowdin.com/project/speedrunigt)

## Support
– Official Discord Server : [SpeedRunIGT Development](https://discord.gg/7G2tfP7Xpe)
– Discord : RedLime#0817
– [API Docs](https://github.com/RedLime/SpeedRunIGT/wiki/SpeedRunIGT-API-Document)

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! 🥚🎨

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.

**Works with:**
Zombies, Husks, Drowned, Skeletons, Strays, Bogged, Wither Skeletons, Spiders, Cave Spiders, Creepers, Endermen, Slimes, Magma Cubes, Zombified Piglins, Striders and Giants.

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

Stray digging up
Enderman digging up

## 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


CurseForge


PlanetMinecraft



## 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.

Entrypoint – `spasm:transformer`

Interface – `net.mine_diver.spasm.api.transform.ClassTransformer`

SobhanA11 modern Vanilla+ Cpvp (crystal pvp)

**hello!
this is a crystal and modern and mace pvp resource pack (with some survival features)**

🖼️Vanilla Minecraft textures like blocks and items have a width and height of 16 pixelsbut Some textures make the resolution of textures smaller than the default, such as 8x, and some bigger, such as 32x.

# 🌟main features

– 3d crystal item
– pvp crosshair
– glassed boats bottems
– BrewingStand Guide
– smaller totem and shield and mace
– very low fire effect
– Transparent GUI
– custom texture for items with some enchants
– show loading level of bow
– smal totem pop
– no explosion particle
– smoth water
– numbered redstone dusts
– A11 totem! (SobhanA11 logo)
– rounded edge hotbar gui
– smal foods
– unrandom textures

# 💠 Why Use This Pack?
Whether you are dueling in Crystal PvP, trying out the new mace mechanics, or just enjoying a survival world, this pack gives you:
– Better visibility during fights
– Cleaner UI & particles
– A mix of performance-friendly textures and modern style

‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎
🙌 Thanks for using my pack! Hope you enjoy it.

smooth biome moss

add biome blending to moss block, donesnt work with moss carpet unfortunatly.
/! NEEDS either continuity OR optifine to work as it use theyre CTM feature /!
smoothing also need continuity or optiphine as it was not intentional at firs, i will have to remake the texture in the plain for everyone one day but for now, everything in this pack need continuity or optifine

Small Shield & Totem

# Small Shield & Totem
![Gif displaying before and after look of the shield and totem](https://cdn.modrinth.com/data/LSBNL0rO/images/565af7be7a6eb9c63c2c23ae3d4687cf3585ed8b.gif)
### Features
– Small shield
– Small totem
– Small totem pop
– Small totem pop particles
– No mods needed

### Compatibility
The pack works on all version from **1.9** to the **Newest**

⚠️ Versions 1.19.4 and below will tell you “the pack is for a newer version”, but it will work just fine

### Notice
Totem of undying will be extra small when placed in an item frame. This is unfortunately a side effect of the small totem pop effect

### Want a Minecraft server? Consider using Sparkedhost!
Use code ‘blob’ for 25% off
[![Check out SparkedHost](https://cdn.modrinth.com/data/cached_images/dcba221c6ef5d1d69f13960ec777332e03717ce9_0.webp)](https://billing.sparkedhost.com/aff.php?aff=3085)