Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
v1.9.12
Release
1.21.1-v1.9.122 years ago 35.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- New: Config setting to disable the ability of the Universal Block Reinforcer to un-/reinforce blocks that are placed in the world
- New: Option for the Portable Radar to only send notification messages to the owner instead of all members of the team
- New: When linking a keycard, a player can optionally be set who will be the only player able to use the keycard
- New: Server config setting to allow setting the precedence of team ownership checks (useful when FTB Teams is installed, and the mod should check for vanilla teams instead)
- New: [1.18.2+] The Panic Button now supports the Allowlist Module
- API: New method IPasscodeProtected#setPasscodeInAdjacentBlock for updating an adjacent block (e.g. the second half of a chest) with the passcode when setting it
- Fix: Placing a Passcode-protected Chest or Barrel leads to unnecessary data being saved
- Fix: Bouncing betties are rendered incorrectly
- Fix: The Universal Block Reinforcer's screen title does not display the item's actual name
- Fix: Changing the Keypad Trapdoor's signal length or disabled option plays the close sound even when already closed
- Fix: Pressing enter when setting up a passcode does not save the passcode
- Fix: The Rift Stabilizer cannot open reinforced doors/trapdoors/etc. or interact with secure redstone interfaces
- Fix: Right-clicking a passcode-protected block in spectator mode while holding a codebreaker does not work
- Fix: Jade/TOP/WTHIT show the owner of block mines
- Fix: Several instances of blocks disregarding the team ownership config setting being disabled when FTB Teams is installed
- Fix: Security Camera entities are sent to every player instead of only the player mounting the camera
- Fix: [1.12.2] Using a universal block reinforcer in the offhand disregards the reinforcer's level
- Fix: [1.12.2] Keypad and Scanner Doors don't place, open and close properly on servers
- Fix: [1.16.5] Trees cannot grow on reinforced dirt-like blocks
- Fix: [1.16.5+] The Reinforced Dispenser and Dropper don't have a reinforced tint when placed in the world
- Fix: [1.19.4+] The operator items creative tab shows when it's disabled
- Fix: [1.20.4+] Reinforced tuff brick slabs cannot be crafted in the crafting table
- Fix: [1.21.3] Entity translations of security sea boats do not exist
- Misc.: Salt keys are now stored as integer arrays instead of strings, reducing file size
- Misc.: [1.21.1] The minimum required NeoForge version is now 21.1.49
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:v8jzRtAt:iyZ6tcts"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v8jzRtAt:iyZ6tcts"
}

