Tags
Creators
Details
16.18.2-beta2
Compatibility
Changes
Mostly more specific handling of signs, as well as some quality of life changes. Should still be compatible down to 1.17 despite API change for sign handling, but not tested.
What's Changed
- protect iron doors and trapdoors, too (for purpur servers) by @BillyGalbreath in https://github.com/TechFortress/GriefPrevention/pull/2068
- Option to show claim owner in TrustListHeader by @akdukaan in https://github.com/TechFortress/GriefPrevention/pull/1899
- remove unused accrual permissions by @RoboMWM in https://github.com/TechFortress/GriefPrevention/pull/2074
- Prevent passive mobs from picking up death drops by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2071
- Improve re-drawing existing visualizations by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2081
- Use economy's format for currency by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2084
- Fix potion thrower potentially being spammed denial by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2083
- Restrict modifying signs by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2080
- Handle ignited entities melting powdered snow by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2082
- Avoid using Inventory.getHolder() in hopper check by @nouish in https://github.com/TechFortress/GriefPrevention/pull/2086
- Don't use global firespread rules for wilderness TNT ignition by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2089
- create first claim only in survival by @akdukaan in https://github.com/TechFortress/GriefPrevention/pull/2098
- cleaner readme v2 by @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2109
- Attempt fix header image by @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2114
- Fix command usage casing by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2132
- Fix Tameable protections by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2131
- Do not use EnumSet for Material by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2127
- Don't rebuild material definitions each interaction by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2143
- Removal of onTNTExitPortal by @TreemanKing in https://github.com/TechFortress/GriefPrevention/pull/2124
- Improve sign interaction handling by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2142
- Add config option for mob projectiles changing blocks in claims by @Swordstone86 in https://github.com/TechFortress/GriefPrevention/pull/2099
- Fix aggressive panda handling by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2144
New Contributors
- @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2109
- @TreemanKing in https://github.com/TechFortress/GriefPrevention/pull/2124
- @Swordstone86 in https://github.com/TechFortress/GriefPrevention/pull/2099
Full Changelog: https://github.com/TechFortress/GriefPrevention/compare/16.18.2-beta1...16.18.2-beta2
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:O4o4mKaq:QYObZ1PL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4o4mKaq:QYObZ1PL"
}

