Links
Tags
Creators
Details
1.2.11-1.18.2
Compatibility
Changes
-
Bonfire menu will close if bonfire is destroyed or if the player is moved too far away from the Bonfire
-
Creating a Bonfire will now take a screenshot which will then display in the Bonfire menu, this screenshot is saved in the "bonfires" folder in your Minecraft folder, these screenshots will not be sent to other players. When the bonfire is destroyed the screenshot will be deleted. For Bonfires that don't have screenshots you can click the screenshot button in the Bonfire menu to take a screenshot of that Bonfire.
-
Added 4 new client config options "Render Screenshots in GUI", "Enable Automatic Screenshot on Creation", "Screenshot Wait Ticks", "Delete Screenshots on Destroyed".
-
Added a button to hide the Bonfire info for Bonfires that have screenshots
-
If a Bonfire is destroyed or created they will appear/disappear for any players in the Bonfire menu at the time
-
Bonfires now store a timestamp for when they were created, this is used to sort the Bonfires in the menu, any Bonfire created before this change will just save the current time when you load the world.
-
The dimension tabs in the Bonfire menu now have a tooltip for the name of the dimension.
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:amg8VIPH:b994HSkA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:amg8VIPH:b994HSkA"
}

