
Forbidden Blocks
Forbidden Blocks is a client-side mod for Minecraft that allows players to set specific blocks as forbidden, preventing their placement in the game. This mod is particularly useful for players who want to avoid losing items with specific names or lore.
Tags
Creators
Details
1.5.0
Compatibility
Changes
š ForbiddenBlocks
š Overview
š„ What's New in v1.5.0
- Minecraft 1.21.11 Support: Fully compatible with the latest version!
- Stability: Ensured smooth performance with latest Fabric API.
- **Removed OWO Dependency. The mod no longer requires any depends except fabric!
special mementos and custom-named blocks protected from accidental placement! No more losing that legendary sword or story-rich items to a mis click! šš
⨠Key Features
ā Block & Named Item Placement Prevention ā Define a list of blocks AND named items that CANNOT be placed! āšļøš š¬ User Feedback ā Get configurable messages when you try to place forbidden blocks or protected artifacts! š š ļø Minecraft Controls Menu Integration ā Adjust settings easily through the traditional Minecraft Menu! šļø š World-Specific Configurations ā Each Minecraft world or server can have its own settings! š
š„ Installation
1ļøā£ Download the mod from the official repository. ā¬ļø 2ļøā£ Move the .jar file into your Minecraft mods folder. š 3ļøā£ Launch Minecraft using the Fabric Loader. š
āļø Configuration
š Global Settings----------
š Managed through ForbiddenBlocksConfig ā toggle visibility of feedback messages in-game!
šļø World-Specific Settings----------
Each world or server gets its own JSON file for custom forbidden block & named item lists!
š Single Player: config/forbiddenblocks/worlds/singleplayer[worldname].json_ š Multiplayer: config/forbiddenblocks/worlds/multiplayer[serveraddress].json_
š§ Modify settings directly in these files or via the in-game config UI!
š® Usage
š Toggle Forbidden Blocks & Named Items_ ā Press O (default) to enable/disable placement restrictions.
š¬ Toggle Feedback Messages_ ā Press M (default) to show/hide feedback messages.
š Prevent placing named artifacts like:
⨠Legendary Swords āļø š Custom-Lore Books š šŗ Decorative, One-of-a-Kind Items šØ š Keys & Quest Items šļø
š¦ Dependencies
š¹ Fabric Loader ā >= 0.17.2 š¹ Minecraft ā ~1.21.11 š¹ Java ā >= 21 ā š¹ Fabric API ā Required for core functionality. š¹ owo-lib ā Handles configuration management.
š License
š This project is licensed under the MIT License. See the LICENSE file for details.
š¤ Author š©āš» Luci_Evol ā Website
š Enjoy the mod and keep your artifacts safe! šļøāØš
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Gi9lMWmG:12iRqACr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gi9lMWmG:12iRqACr"
}

