Simply Tents BlackList

⭐ — (0 endorsements) 📥 583 downloads 📌 v1.0.0 📅 4/20/2026
🟡 Updated this year

By SShakusora · forge

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/7/2026 📅 Created: 4/20/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #9 of 331 forge mods in this game by downloads

📋 About This Mod

# Simply Tents Blacklist **A simple blacklist addon for Simply Tents mod** --- ## Overview Simply Tents Blacklist is a lightweight addon mod for (https://www.curseforge.com/minecraft/mc-mods/simply-tents) that allows server administrators and players to configure which blocks, items, and entities should **not** be picked up by tents. This provides fine-grained control over tent behavior, preventing valuable or restricted content from being moved. --- ## Features - **Block Blacklist** - Prevent specific blocks from being picked up by tents (supports block registry names) - **Item Blacklist** - Prevent entities or block entities containing specific items from being picked up - **Tag Support** - Use block tags and item tags for flexible, category-based blacklisting - **Recursive Item Detection** - Deep scans entity and block entity NBT data to detect blacklisted items - **Server-Side Config** - All settings are configurable via server config file --- ## Configuration The mod generates a config file at `config/simplytentsblacklist-common.toml`: ```toml # List of block registry names that should not be picked up by tents. # Format: modid:block_name (e.g., "minecraft:chest", "minecraft:diamond_block") blacklistBlocks = # List of item registry names that should prevent entities/block entities from being picked up. # If an entity or block entity contains any of these items, it will not be picked up. # Format: modid:item_name (e.g., "minecraft:diamond", "minecraft:emerald") blacklistItems = # List of block tag names that should not be picked up by tents. # Format: #modid:tag_name (e.g., "#minecraft:logs", "#forge:ores") blacklistBlockTags = # List of item tag names that should prevent entities/block entities from being picked up. # If an entity or block entity contains any items with these tags, it will not be picked up. # Format: #modid:tag_name (e.g., "#minecraft:logs", "#forge:gems") blacklistItemTags = ``` ### Example Configuration ```toml blacklistBlocks = blacklistItems = blacklistBlockTags = blacklistItemTags = ``` --- ## How It Works When a player attempts to pick up an area with a tent: 1. **Block Check** - If the block is in the block blacklist or matches a blacklisted block tag, it remains in the world 2. **Item Check** - If an entity or block entity contains any blacklisted items (or items matching blacklisted tags), it remains in the world 3. **Safe Pickup** - Only non-blacklisted blocks and entities are packed into the tent --- ## Installation 1. Install **Minecraft Forge** for Minecraft 1.20.1 2. Download and install **GeckoLib** (required dependency) 3. Download and install **Simply Tents** 4. Place this mod's `.jar` file into your `mods` folder 5. Launch the game and configure the blacklist in `config/simplytentsblacklist-common.toml` --- ## Compatibility - **Server-Side**: This mod is required on the server to function properly - **Client-Side**: Optional on client (for singleplayer worlds, install on both sides) --- ## License This mod is licensed under the (https://opensource.org/licenses/MIT). --- ## Credits - **Author**: Shinonome Shakusora - **Thanks**: The Simply Tents team for creating the original mod

# Simply Tents Blacklist

A simple blacklist addon for Simply Tents mod

## Overview

Simply Tents Blacklist is a lightweight addon mod for (https://www.curseforge.com/minecraft/mc-mods/simply-tents) that allows server administrators and players to configure which blocks, items, and entities should not be picked up by tents. This provides fine-grained control over tent behavior, preventing valuable or restricted content from being moved.

## Features

  • Block Blacklist - Prevent specific blocks from being picked up by tents (supports block registry names)
  • Item Blacklist - Prevent entities or block entities containing specific items from being picked up
  • Tag Support - Use block tags and item tags for flexible, category-based blacklisting
  • Recursive Item Detection - Deep scans entity and block entity NBT data to detect blacklisted items
  • Server-Side Config - All settings are configurable via server config file

## Configuration

The mod generates a config file at `config/simplytentsblacklist-common.toml`:

# List of block registry names that should not be picked up by tents. # Format: modid:block_name (e.g., "minecraft:chest", "minecraft:diamond_block") blacklistBlocks = [] # List of item registry names that should prevent entities/block entities from being picked up. # If an entity or block entity contains any of these items, it will not be picked up. # Format: modid:item_name (e.g., "minecraft:diamond", "minecraft:emerald") blacklistItems = [] # List of block tag names that should not be picked up by tents. # Format: #modid:tag_name (e.g., "#minecraft:logs", "#forge:ores") blacklistBlockTags = [] # List of item tag names that should prevent entities/block entities from being picked up. # If an entity or block entity contains any items with these tags, it will not be picked up. # Format: #modid:tag_name (e.g., "#minecraft:logs", "#forge:gems") blacklistItemTags = [] ```

### Example Configuration

blacklistBlocks = ["minecraft:chest", "minecraft:ender_chest", "minecraft:spawner"] blacklistItems = ["minecraft:diamond", "minecraft:netherite_ingot"] blacklistBlockTags = ["#minecraft:doors", "#forge:ores"] blacklistItemTags = ["#forge:gems", "#forge:ingots/gold"] ```

## How It Works

When a player attempts to pick up an area with a tent:

1. Block Check - If the block is in the block blacklist or matches a blacklisted block tag, it remains in the world 2. Item Check - If an entity or block entity contains any blacklisted items (or items matching blacklisted tags), it remains in the world 3. Safe Pickup - Only non-blacklisted blocks and entities are packed into the tent

## Installation

1. Install Minecraft Forge for Minecraft 1. 20. 1 2. Download and install GeckoLib (required dependency) 3. Download and install Simply Tents 4. Place this mod's `.jar` file into your `mods` folder 5. Launch the game and configure the blacklist in `config/simplytentsblacklist-common.toml`

## Compatibility

  • Server-Side: This mod is required on the server to function properly
  • Client-Side: Optional on client (for singleplayer worlds, install on both sides)

This mod is licensed under the (https://opensource.org/licenses/MIT).

  • Author: Shinonome Shakusora
  • Thanks: The Simply Tents team for creating the original mod
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
SShakusora
Version
1.0.0
Downloads
583
Endorsements
0
Category
forge
Created
4/20/2026
Updated
4/7/2026
Game Versions
1.20.1
Tags
utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Simply Tents BlackList support?

The author lists 1.20.1. Other versions may work but are untested by the author.

What is the latest version of Simply Tents BlackList?

Version 1.0.0, published 2026-04-07 with 583 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More forge 👤 More by SShakusora 🔎 Similar Mods 🌐 Best forge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods