All versions
1.1.0
Release
[1.21.4] GhostTap - Furnace Kindlinglast month 26
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
GhostTap 1.1.0 - Furnace Kindling
This release prepares GhostTap for a cleaner public release with an in-game configuration screen, localization, dependency cleanup, and a campfire fix.
Added
- Added an in-game configuration screen through Mod Menu.
- Added localized configuration UI.
- Added localized Mod Menu description for multiple languages.
- Added a Reset button for restoring default settings in the config screen.
- Added a separate Risky options page in the config screen.
- Added Wall heads / skulls to the risky options screen.
Changed
- Fabric API is now required.
- Mod Menu is optional and only used for the in-game configuration screen.
- Risky options are now grouped separately in the config screen.
- Risky options remain disabled by default.
- Compatibility handling no longer rewrites the user config.
- The release jar is now named with the mod version and Minecraft/Fabric target.
Fixed
- Fixed the Campfires option so it correctly enables and disables campfire click-through behavior.
- Fixed configuration Save, Cancel, and Reset behavior.
- Fixed compatibility behavior with ClickThrough-style mods.
- Added Clickthrough 2.0 detection to the incompatible mod list.
- Cleaned up and aligned the configuration screen layout.
Optional dependencies
Any compatible version
Known incompatibilities
Any version
Any version
Any version
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:P3JbNL5c:FINqB3CF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P3JbNL5c:FINqB3CF"
}

