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.

Standard Day Counter

# Minecraft’s unOfficial Day Counter
This datapack provides a configurable in-game Day Counter to Minecraft.

Every morning, it displays the current day in the title, subtitle, or actionbar, depending on the selected settings.

With the day number display, it also display additional information, this includes the official Minecraft splash messages, the personal day counter for each player, and the number of days until the next full moon, depending on the selected settings.

To learn the basic commands of this datapack, the operator should use the following command:
“`
/function day_counter:help
“`

This data pack belongs to the [Minecraft unOfficial Project](https://modrinth.com/collection/hB55ZXtF).


# License

This project is licensed under the GNU Lesser General Public License v2.1. You may use, modify, and redistribute it under the terms of the LGPL v2.1.

This software is provided “as is”, without warranty of any kind. See the LICENSE file or [https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt) for full license text.

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)

Stackable Item

Stackable Items — Increase Stack Sizes | Minecraft Java 1.20.5+

Stack potions, boats, buckets, ender pearls, and more! increase the stack limits of commonly used items


Features

Auto-Stacking

Unlike other stack-size datapacks, Stackable Items automatically consolidates your inventory. Pick up a second boat and it merges into your existing stack

Note: Items with variant data (potions, tipped arrows, suspicious stew, goat horns, bundles) get the increased stack size but must be manually combined to preserve their unique effects/contents.

Items That Now Stack to 16 (previously 1)

Items That Now Stack to 64 (previously 16)


Safe by Design

intentionally does NOT modify:

Tools, armor, enchanted books, written books, maps, shields, bows, crossbows, elytra, music discs, banners, or player heads.

These items carry unique NBT/component data and modifying their stack size would cause item data loss.

 

 

Speedometer

### Speedometer

**This datapack displays your current movement speed in bps (blocks per second).**

Depending on your speed, the speedometer changes color; first to white, then to yellow, and finally to red

![hud](https://cdn.modrinth.com/data/cached_images/b057584e999651e4baffba66fcf4f7575cb126f6.gif)

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

![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! 😀

Square Entity Shadows

Makes the Shadows under Entities Squares. How they should’ve been from the start!

![Square Entity Shadows](https://cdn.modrinth.com/data/cached_images/f614bfb0d9ec2f36773ab50c00b0fd6cf125bacf.png)

VS Vanilla:

![Vanilla](https://cdn.modrinth.com/data/cached_images/922339ef81d943ca04fbc9c22ac8bd15808a9315.png)

spook’s tweaks

![spook’s tweaks banner](https://cdn.modrinth.com/data/cached_images/60710850331509f1d3aa825198a8fe4c1a4e1e86.png)

## [Latest version: v2.0.0 — Made for Minecraft 26.1.2]
Introducing spook’s tweaks, which includes custom container UIs, dark UI, FreshAnimations v1.10.5 compatibility, & countless other tweaks and improvements to vanilla textures for blocks & items while still keeping the vanilla aesthetic.

## (All below images screenshotted using Complementary Reimagined shaders, the recommended shaderpack to use with this resource pack. Screenshots without shaders available in gallery tab. :))
![Fall](https://cdn.modrinth.com/data/cached_images/3558e4f9af2e386f505f6065e5518c8eb10feb97.png)
![Pale Garden biome w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/50a04af2c6effa97f43376999d5fc7798f8bb87d.png)
![Badlands sunset w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/1f8feaf91e3b512057246872668d3385abe26b86.png)
![Forest w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/54d148d974711ff46bf39adad9f1452108ae7412.png)
![Lush cave w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/654df8a2ab5b1ab3ee5ef8c122b30c6c0abddfd7.png)
![Savanna w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/07531e7b9f9fda3dc19981b70ba27c2ea78f7df7.png)
![Cherry grove w/ Psora’s Tweaks & Complementary Reimagined](https://cdn.modrinth.com/data/cached_images/3d5742a8cca63a9468be1ea84cf6eb3bd59ab18b.png)

### Dependencies:
– Entity Model Features (EMF)
– Entity Texture Features (ETF)
– FreshAnimations v1.10.5 (put below Psora’s Tweaks in resource pack list)

### Recommended:
– [spook’s setup](https://modrinth.com/modpack/spooks-setup) modpack
– Complementary Reimagined shaderpack
– AmbientSounds mod
– Sound Physics Remastered mod

Spook

**I am currently inactive on this project at the moment, and new updates may be extremely delayed**

### **Important info:**
This RP **does not** contain any creepy/scary content or jumpscares. It only contains shader effects and only intends to just make the atmosphere more spooky feeling.

This RP **does not** work with optifine or sodium.

### About the pack
Spook is a resource pack making use of core shaders to add a spooky vibe to the game, without having to use optifine/iris.

### What this RP adds:
– Desaturated colour with red tint
– A red UI
– A dark, close fog around the player
– Slight effects to mobs with emissive eye rendering

### Known issues:
– Items held are completely black on inventory preview
– Fog does not apply to sign text
– Objects may ignore fog at large distances from player