NeoFullbright
# NeoFullbright
**NeoFullbright** is a **lightweight, 100% vanilla resource pack** that applies a **permanent fullbright effect** — no commands, no mods required, and without breaking text or the UI.
—
## ✨ Features
– Clear vision as if it’s daytime, even in caves or at night
– Interface and text remain **fully visible** (no broken fonts)
– Custom pack icon included
– **OptiFine compatible** (includes lightmaps)
– Ultra-light pack with **zero performance impact**
—
—

—
## 📥 Installation
1. Download the `.zip` file
2. Place it in your:
“`
.minecraft/resourcepacks
“`
3. Launch Minecraft → **Options → Resource Packs**
4. Enable **NeoFullbright** and move it to the top of the list
—
## 📥 Installation (via NeoFullbright Installer)
The easiest way to install the NeoFullbright resource pack is by using the **NeoFullbright Installer** — a small Java application that handles everything automatically.
1. Download has to wait 30 seconds and run the **NeoFullbright Installer** (`.jar` file)
2. Select your Minecraft version and confirm the default folder:
“`
.minecraft/resourcepacks
“`
3. Click **Install** — the latest compatible NeoFullbright version will be downloaded and activated automatically
4. Launch Minecraft → **Options → Resource Packs**
5. Confirm that **NeoFullbright** is enabled and placed at the top of the list
—
## 🔧 Compatibility
– ✅ **Minecraft 1.21.11**
– ✅ Works in **vanilla** (no mods required)
– ✅ Compatible with **OptiFine/Fabric/Iris**
– ⚠️ Not compatible with external shaders (they will override the effect)
—
## ⚠️ Note
If you use an external shader (BSL, Complementary, etc.), the NeoFullbright effect will be overridden.

Nemo’s More Ladder Variants (MStV+)


—
# More Ladder Variants
Certainly any wood is suitable for ladder building – try it out!
Thanks to Nemo’s Carpentry, ladders are now available in all the colors of the forest.
What if I already have Nemo’s Carpentry installed?
Then this mod is fairly but not completely useless because it ensures compatibility with More Stick Variants (MStV) and provides ladder variant recipes for the crafting table. It also makes it compatible with Quad 1.3.0’s block replacement feature as can be seen below.

## Adding 11 new ladders (incl. Pale Oak) to Minecraft.
## Compatible with Quad 1.3.0+’s block replacement:

Looking through the window of a desert village fletcher: We can see that instead of _Oak Ladder_, _Oak Torch_ and _Birch Fletching Table_, the game now generates the village with a _**Jungle Ladder**_, a _**Jungle Torch**_ (from More Torch Variants) and a _**Jungle Fletching Table**_ (from More Fletching Tables).
—
**
Navy Blue Shield
# Navy Blue Shield
This resource pack replaces the default shield with a custom 3D model.
The design uses a navy blue theme.
No OptiFine required. Vanilla compatible.
## More Shield Themes
– Black
– Blue
– Creeper
– Dark Red
– Mirror
– Rabbit
– Red
Nautilus Shell Recipe
🐚 Nautilus Shell Recipe Datapack
Craft the heart of the conduit—no fishing luck required!
This datapack introduces a custom recipe for Nautilus Shells, making conduit crafting more accessible for builders and ocean explorers.
✨ Features
✅ Shapeless recipe using 1 Rotten Flesh + 1 Prismarine Shard
🧩 Lore-friendly integration with drowned drops and ocean monument progression
🔁 Modular JSON structure for easy editing and expansion
🛠️ Compatible with Minecraft 1.13+
Nautilus armor shell
Makes the Nautilus shell item more consistent with the Nautilus armor item. The Nautilus shell looks the same as the armor on the mob why doesn’t it look the same as an item?
Very pixly nice looks good, I did it in 2 minutes.
Name Tag Backport
## Description
This datapack/mod backports the name tag recipe added to the game in 26.1 Snapshot 2.

## Dependencies
– Fabric loader requires Fabric API
MyLuckyBlock
# Overview
Add a lucky block to Minecraft 1.21+ that players can break to trigger random events.

>Note: It’s easy to make addons by using datapack. (Wiki coming soon~)
# How to play
## World Gen
Lucky Block will be generated in vanilla biomes.

## Crafting
Lucky Block can be crafted with 8 gold ingots and 1 redstone block.

# Features
> Still Developing
– Drop Items
– Spawn Mobs
– Place Blocks
– Fall Blocks
– Place Chests
– Create Explosions
– Create Particles
– Send Messages
– Display Messages
# Attention
– May not English friendly?
– Memes from bilibili or somewhere
– Use SILK_TOUCH to avoid triggle events and drop itself
# Why
– Learn Minecraft Modding
– Have fun with my friends
– The original Lucky Block mod doesn’t update to minecraft 1.21+
Music Disc Recipe
### 📀 Music Disc Recipe Datapack
**Craft every vanilla music disc—no mob battles required!**
This datapack adds balanced, lore-friendly crafting recipes for all Minecraft music discs, making them accessible in survival gameplay.
### 🎵 Features
– ✅ Crafting recipes for **all vanilla music discs**
– 🧩 Shaped and shapeless formats for flexible integration
– 🔁 Modular JSON structure for easy editing and expansion
– 🛠️ Compatible with Minecraft **1.20+**
– 🧪 Works in singleplayer, multiplayer, and modded environments
Checkout my other projects:
Enchanted Golden Apple
Amethyst Shard
Horse Armour Recipe
Froglight Recipe
Music Disc Recipe
Heavy Core Recipe
Echo Shard Recipe
Motionomicon
# Motionomicon
This is a data pack that allows you to apply motion to a Player.
The name is a combination of the words *motion* and *Necronomicon* as it uses enchantments to apply motion.
## How to Use
There are two types of functions: one that allows you to set the motion with the specified value and one that allows you to add motion on top of the existing motion.
Any of the numbers specified can range from -9.9999 to 9.9999.
Digits outside of that range won’t be considered, meaning that 14.5 is the same as 4.5 and -23.8 is the same as -3.8.
These functions fail when the Player is in Spectator mode as motion cannot be applied when they are in said game mode.
The effects stack, which means you can call the functions multiple times and it will act appropriately.
For example, the following two calls result in a total motion of `[1, 1, 0]`:
“`mcfunction
function motion:set {x: 1, y: 0, z: 0}
function motion:add {x: 0, y: 1, z: 0}
“`
This also means that the effects are applied immediately.
Note that due to floating-point precision errors there might an ever so slight error with the actual motion, though this tends to be negligible.
Additionally, the screen might flicker sometimes due to the `rotate` command having already rotated the Player.
Please be wary of this.
### `motion:set` and `motion:add`
Both of these functions take the parameters `x`, `y`, and `z`, which are all numbers.
`motion:set` overwrites the current motion entirely.
`motion:add` adds the motion on top of the current motion.
#### Examples
Jump a single block upwards.
“`mcfunction
function motion:set {x: 0, y: 0.42, z: 0}
“`
Dash in the negative z direction.
“`mcfunction
function motion:set {x: 0, y: 0, z: -2}
“`
### `motion:set_rotated` and `motion:add_rotated`
Both of these functions take the parameters `left`, `up`, and `forwards`, which are all numbers.
These functions use the Player’s rotation as their axes instead of using the cardinal directions.
`motion:set_forwards` overwrites the current motion entirely.
`motion:add_forwards` adds the motion on top of the current motion.
#### Examples
Strafe left roughly 10 blocks.
“`mcfunction
function motion:set_rotated {left: 0.91, up: 0, forwards: 0}
“`
Jump and move forwards one block.
“`mcfunction
function motion:set_rotated {left: 0, up: 0.42, forwards: 0.27}
“`
More Torch Variants (MStV+)


![]()
![]()
![]()
![]()
![]()
![]()
Community:

Source:

pnku:




## More Torch Variants
There’s sticks from all types of wood, what stops you from putting coal on top of it and then lighting that on fire to produce light? Nothing anymore.

### Adding 11 new _Torches_, 11 new _Soul Torches_, 11 new _Copper Torches_ and 11 new _Redstone Torches_ to Minecraft.
—
### 
—
## Compatible with Quad 1.3.0+’s block replacement:
Recommended Quad version: 1.3.0-beta.5 for 1.21(.1)

Looking at a tunnel in a Mesa Mineshaft: We can see that instead of regular _Oak Torches_ and _Oak Rail_, the game now generates the mineshaft with _**Dark Oak Torches**_ and _**Dark Oak Rail**_ (from More Rail Variants).

**