All versions
0.2.3-beta
Beta
Create: FireFighting Additions 0.2.3-beta2 weeks ago 2,463
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Fixed some bugs;
- Added the Firefighter's Manual, in which you can record the number of fires you have extinguished, and you can also bind your squad members on it.
- Added a brand-new fire extension ladder. When there is enough height and the ground is hard enough, you can place it anywhere you want. When placing it, if members of the same firefighter squad are nearby, the ladder will be set up faster.
- Added the fire extinguisher, a small-range portable firefighting tool with a fixed capacity. You can place up to 4 extinguishers with different contents in a single block, and input fluids into them through a pump or pipe, or put them into the slot at the bottom right of the fire cabinet to input fluids.
- Changed the handling of the easy connector (special term [fire_hose_connector]). Now, when the hose is already connected, inputting a redstone rising edge again will actively disconnect the hose.
- Added the multi functional configurator. Now players in Creative mode can actively configure the spray effects of some fluids that are not hardcoded, which will bring a different gameplay experience.
- Added the traffic cone. You can wear it on your head.
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:tlmPPRct:YFgJxrNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tlmPPRct:YFgJxrNf"
}

