HomeJavaDatapacksNetherite Blocker
DatapacksJava

Netherite Blocker

by AlanTheDev · on Modrinth

This datapack completely prevents Ancient Debris (Netherite ore) from generating in newly created Nether chunks. It works by overriding the vanilla placed…

⬇ Download on Modrinth

Netherite Blocker Datapack

Minecraft Version: 1.21.4 Pack Format: 61 Purpose: Disables Ancient Debris generation in the Nether

🎯 What This Datapack Does

This datapack completely prevents Ancient Debris (Netherite ore) from generating in newly created Nether chunks. It works by overriding the vanilla placed features that control where and how Ancient Debris spawns.

⚠️ Important Notes

📁 File Structure

netherite_blocker/
├── pack.mcmeta                           # Datapack metadata
├── data/minecraft/worldgen/placed_feature/
│   ├── ore_ancient_debris_large.json     # Disables large Ancient Debris clusters
│   └── ore_debris_small.json             # Disables small Ancient Debris clusters

🚀 Installation Instructions

Method 1: New World (Recommended)

  1. Open Minecraft Java Edition 1.21.4
  2. Create a new world
  3. In the world creation menu, click "Data Packs"
  4. Click "Available" and look for "Netherite Blocker"
  5. Click the right arrow (>) to add it to your world
  6. Click "Create New World"

Method 2: Existing World

  1. Locate your world folder:

    • Windows: %APPDATA%\.minecraft\saves\[World Name]
    • Mac: ~/Library/Application Support/minecraft/saves/[World Name]
    • Linux: ~/.minecraft/saves/[World Name]
  2. Copy the datapack:

    • Copy the entire netherite_blocker folder
    • Paste it into your world's datapacks directory
  3. Enable the datapack:

    • Start your world
    • Run command: /datapack enable "file/netherite_blocker"
    • Run: /reload

🔧 Technical Details

How It Works

The datapack overrides two vanilla placed features:

  1. minecraft:ore_ancient_debris_large - Large Ancient Debris clusters
  2. minecraft:ore_ancient_debris_small - Small Ancient Debris clusters

Each override sets the minecraft:count placement modifier to 0, effectively preventing any instances of the feature from being placed in new chunks.

JSON Structure

{
  "feature": "minecraft:ore_ancient_debris_large",
  "placement": [
    {
      "type": "minecraft:count",
      "count": 0
    },
    // ... other placement modifiers
  ]
}

🛠️ Troubleshooting

Common Issues

"Missing metadata" Error:

"No key feature" Error:

Ancient Debris Still Spawning:

📝 Uninstallation

To remove the datapack:

  1. Command Method:

    /datapack disable "file/netherite_blocker"
    
  2. Manual Method:

    • Delete the netherite_blocker folder from your world's datapacks directory
    • Run /reload

🔗 Compatible Versions

📋 Commands Reference

Command Description
/datapack list List all loaded datapacks
/datapack enable "file/netherite_blocker" Enable this datapack
/datapack disable "file/netherite_blocker" Disable this datapack
/reload Reload all datapacks
/datapack info Get detailed datapack information

⚠️ Server Considerations

For server administrators:

🎯 Expected Results

After installation:


Created: November 2025 Version: 1.0 Minecraft: 1.21.4 Author: AlanTheDev Website: https://modrinth.com/user/AlanTheDev

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more