Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 days ago
All versions
2.0+1.21
Release
Burning 2.0+1.219 months ago 122
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Changed
- Burning storages of block entities extending
AbstractFurnaceBlockEntityare now insertion-only, the same goes for dynamically registered ones. - Changed
EmptyBurningStoragefrom class to anonymous singletonEMPTYfield withinBurningStorageinterface. - Moved
tryUpdateLitPropertymethod fromBurningStorageHelperto the newly addedBurningStorageBlockEntityinterface. - Renamed
ForwardingBurningStoragetoDelegatingBurningStorageto mirror other APIs naming schemas.
Added
- Added
BurningPropagatorblock API. - Added
BurningStorageBlockEntityinterface for automatic registration of burning storages. - Added
FurnaceBurningStorageimplementation for vanilla-like Furnace-equivalent block entities. - Added static constructor in
SimpleBurningContextfor fuel mappings equal to the legacy (pre Minecraft 1.21.2) ones. - Added static constructors for
BurningContextclass.
Removed
- Removed
BurningStorageHelperclass. - Removed
BurningStorageListenerclass for a more streamlined interface.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| burning-2.0+1.21-sources.jar | Unknown | 25.39 KiB |
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:DZV7EZ2D:JHbYB4pJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DZV7EZ2D:JHbYB4pJ"
}

