Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 months ago
All versions
1.12.2-1.2.4
Release
1.12.2-1.2.46 months ago 740
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Future Fireproof Changelog
1.12.2-1.2.4
Fixed
- Fixed a log warning whenever a fireproof item spawned in the world
1.12.2-1.2.3
Added
- Added config options to adjust Fireproof enchant enchantment table weight
Changed
- Reduced the default enchantment weight for the Fireproof enchant, it should now appear much less
1.12.2-1.2.2
Added
- Added ItemStack sensitive version of IFireproofItem#getLavaDecayRate()
- Added EntityItem sensitive version of IFireproofItem#getLavaDecayRate()
- Added IFireproofBlock, a basic interface for extending blocks to make their items fireproof
- Added implementation examples for modders on the GitHub page
Changed
- Changed internal version string to better conform to versioning standards
1.12.2-1.2.1
- Fixed a bug cause 50 levels of fireproof enchantment to be registered
- Fireproof enchant can now be applied at high enchantment power levels (It can appear on level 30 item enchants)
1.12.2-1.2.0
- Added configuration option to make fireproof items immune to specific types of damage
- Added configuration option to make fireproof items immune to explosions
- Fixed a bug sometimes causing Fireproof items to be completely immune to damage
1.12.2-1.1.0
- Added Realistic Item Drops compatibility
- Items that extend
IFireproofItemwith a decay rate of 1 can no longer be enchanted with the Fireproof enchant
1.12.2-1.0.0
- Initial Release
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:BR27NFZU:IefYQGZr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BR27NFZU:IefYQGZr"
}

