Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
Updated at 2023-07-24 03:52.
-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 upgrades Ore Processing type not working, mainly in Fabric
-Fixed crash when starting a Dedicated Server
-Fixed crash when starting a Dedicated Server
-Added Ukranian translation by Moonvvell
-Enhanced view distance and render condition of furnaces and forges BlockEntityRenderer
-Fixed energy transferring to the furnace or forge by the fuel slot ignoring items with lower energy transference limit, and then "multiplying" the energy
-Optimized and simplified the mod, removing so many unnecessary classes
-Fixed version number
1.19.2-1.0.1+fabric
Release
BFR [Fabric] 1.19.2-1.0.13 years ago 1,333
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Beta 1.19.2-1.0.1
Updated at 2023-07-24 03:52.
Changelog
Release 1.19.2-1.0.1
-Fixed Liquid Fuel Upgrade fluid consume in Fabric
-Fixed Generator Upgrade and XP Tank Upgrade not showing tank overlay in furnace or forge GUI
Release 1.19.2-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.19.2-0.2.5
-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
-Fixed the Interaction Result returned from the furnace-like blocks method being FAIL, regardless if its menu was opened
Beta 1.19.2-0.2.4
-Fixed crash when starting a Dedicated Server
Beta 1.19.2-0.2.4
-Fixed crash when starting a Dedicated Server
Beta 1.19.2-0.2.3p
-Added Ukranian translation by Moonvvell
Beta 1.19.2-0.2.3
-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
Beta 1.19.2-0.2.2
-Fixed energy transferring to the furnace or forge by the fuel slot ignoring items with lower energy transference limit, and then "multiplying" the energy
-Ported contents from 1.19.4-0.1.4:
-Added Storage Upgrade
-Fixed crash when using Generator upgrade in a dedicated server
Beta 0.2.1
-Optimized and simplified the mod, removing so many unnecessary classes
-Created custom block entity renderer for furnaces and forges, may need to update the block to fix weird shadow (place blocks on sides or break and place again)
-Fixed copper ingot entry in Copper Upgrade recipe
-Fixed textures of Iron(Copper) Upgrade, Gold(Steel) Upgrade, Diamond(Amethyst) Upgrade, Netherhot(Platinum) Upgrade
-Fixed Cobblestone Generator incorrect water and lava process animation duration in JEI recipes
-Fixed crash with Applied Energistics 2 when interacting with fluid storage blocks
Beta 0.2.0
-Fixed version number
Beta 0.1.1 patch
-Added new README to Github
-Fixed ForgeConfigApiPort incompatibility with 1.19.2 version
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:cqQhPJf6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZXOYCX2A:cqQhPJf6"
}

