Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
Updated at 2023-10-08 23:57.
-Fixed Update Checker version number
-Ported from 1.20.1-1.1.1
-Reworked Tier Upgrades, fixed all bugs related to missing items
-Reworked and remake factory-like Upgrade Window, now it supports to be dragged really like a window, and other minor visual changes
-Updated Factory API version to 1.1.2
-Updated Factory API version to 1.1
-Fixed Liquid Fuel Upgrade fluid consume in Fabric
-Fixed random crash when smelting in furnace-like blocks using damageable Upgrade items, as Ore Processing and Fuel Efficiency upgrades
-Fixed the Interaction Result returned from the furnace-like blocks method being FAIL, regardless if its menu was opened
-Fixed upgrades Ore Processing type not working, mainly in Fabric
-Fixed crash when starting a Dedicated Server
-Fixed Color Upgrade Advancement not working after 1.20 changes
-Fixed Generator Upgrade working with Xp Tank Upgrade
-Fixed the overlay of the power cell to the input slot added by Storage Upgrade in the furnace GUI
-Added tooltip for Storage Upgrade
-Added Storage Upgrade, like in the original mod, with the same recipe and function(doesn't work with Generator Upgrade)
-Ported from 1.19.4-0.1.0
1.20.2-1.0.1+fabric
Release
BFR [Fabric] 1.20.2-1.0.13 years ago 897
Compatibility
Minecraft: Java Edition
1.20.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Release 1.20.2-1.0.1
Updated at 2023-10-08 23:57.
Changelog
Release 1.20.2-1.0.1
-Fixed Update Checker version number
-Fixed mod Author in Forge
Release 1.20.2-1.0
-Ported from 1.20.1-1.1.1
Release 1.20-1.1.1
-Reworked Tier Upgrades, fixed all bugs related to missing items
-Added an Auto-Output button for Cobblestone Generator GUI
-Now, all faces of furnace-like blocks with a Liquid Fuel Upgrade will be set to this upgrade tank, if a Generator Upgrade or Experience Upgrade isn't used
-Updated Factory API to 1.16.5-2.0
Release 1.20-1.1
-Reworked and remake factory-like Upgrade Window, now it supports to be dragged really like a window, and other minor visual changes
-Fixed Top and Bottom buttons glitches in forges factory-like upgrade window
-Fixed crash with mods that needs nonnull Container argument in Slot class constructor, clearly using Mixin for it
-Updated FactoryAPI to 2.0
Update zh_cn.json
Update zh_cn.json, fix some terribly wrong translations
Release 1.20-1.0.3
-Updated Factory API version to 1.1.2
-Reworked Color Upgrade GUI widgets
Release 1.20-1.0.2
-Updated Factory API version to 1.1
-Preliminary fixed furnaces model loading bug, that causes missing model in game when enter the world first time
-Fixed several new update messages when entering any world
Release 1.20-1.0.1
-Fixed Liquid Fuel Upgrade fluid consume in Fabric
-Updated Factory API version to 0.1.9
-Fixed Generator Upgrade and XP Tank Upgrade not showing tank overlay in furnace or forge GUI
Release 1.20-1.0
-Fixed random crash when smelting in furnace-like blocks using damageable Upgrade items, as Ore Processing and Fuel Efficiency upgrades
-Lightly optimized Cobblestone Generator damaging upgrades system, now it only damage upgrades that are really damageable
Beta 1.20-0.1.7p
-Fixed the Interaction Result returned from the furnace-like blocks method being FAIL, regardless if its menu was opened
Beta 1.20-0.1.7
-Fixed upgrades Ore Processing type not working, mainly in Fabric
-Fixed some grammatical and logic errors in English lang file
-Added c:ores and c:raw_materials item tags for Fabric
-Added server config spec to enable an unsafe check if an item is a raw ore or a block ore by its registry name
-Added 1.20 support
Beta 1.20-0.1.6
-Fixed crash when starting a Dedicated Server
Beta 1.20-0.1.5
-Fixed Color Upgrade Advancement not working after 1.20 changes
-Enhanced view distance and render condition of furnaces and forges BlockEntityRenderer
-Fixed possibility of place with quick move items in deactivated slots from furnace, mainly with Generator Upgrade
-Preliminary fixed crash when using with mods that also use the event ClientTickEvent.CLIENT_PRE from Architectury API
-Fixed not being able to fill the furnace or forge with fluid containers other than buckets in player main hand
-Fixed interaction result with furnace like blocks when handheld item is a fluid container
Added ukrainian translation
Beta 1.20-0.1.4
-Fixed Generator Upgrade working with Xp Tank Upgrade
-Fixed energy transferring to the furnace or forge by the fuel slot ignoring items with lower energy transference limit, and then "multiplying" the energy
-Updated project README.md
Beta 1.20-0.1.3
-Fixed the overlay of the power cell to the input slot added by Storage Upgrade in the furnace GUI
-Fixed Cobblestone generator Recipe Category preview in JEI
-Added betterfurnacesreforged:furnace_like block tag
Beta 0.1.2
-Added tooltip for Storage Upgrade
-Fixed Netherhot Upgrade recipe (Platinum version)
Beta 0.1.1
-Added Storage Upgrade, like in the original mod, with the same recipe and function(doesn't work with Generator Upgrade)
-Fixed mod version, the update message is going to appear only really when has an update
-Now Fuel Verifier burn icon will have the actual best fuel as max
-And more minor changes and bug fixes...
Beta 0.1.0
-Ported from 1.19.4-0.1.0
-Fixed registration using Turkish alphabet in lowercase
-Fixed Jei Plugin not working in Fabric
Beta 0.1.0
-Ported from 1.19.3-0.2.2
-Fixed Generator Upgrade not working when used first time on furnace
-Fixed L3Cache working with forges
Click here for complete changelog
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:ZXOYCX2A:VBkvjzjA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZXOYCX2A:VBkvjzjA"
}



