Tags
Creators
Details
Licensed CC-BY-4.0
Published last year
Updated 5 days ago
All versions
0.4
Alpha
Self-Sustainable 0.4 - 1.21.17 months ago 1,875
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
WARNING! Game breaking update, proceed with caution.
Torches:
- Completely changed how torches work internally to make them work better and not cause as many issues in the future
- Normal unlit torch blocks now have a custom class, so existing unlit torch blocks in your world will get removed
- Added unlit variant for the soul torch
- Added the ability to light up torches from fire/lava
- Fixed crude torches now change to the smoldering item texture in the inventory when they reach the smoldering state
- Fixed the wooden base in the of unlit torches block texture to match that of the lit one
- Fixed a bug that caused lit torches to not be placeable since last update's changes to code
Tags:
- Added a new block tag "vanilla_lit_torches"
- Added a new item tag "firestarters". This bundles all firestarter items from the mod and the flint and steel
- Added a new item tag "campfire_spits". It's currently unused, but in the future it will allow other mods to specify their custom viable spit items for the campfire
Other:
- Added an EMI world interaction recipe/tooltip for brick sun drying so that it helps the player understand how bricks are supposed to be acquired in the early game
- Added a recipe for cooking unfired brick in the brick oven
- Disabled the furnace recipe for cooking brick from clay ball
- Changed the fuel values for items in the mod. They match BTW values now and this mostly changes planks having much less fuel value than they should've had
- Completely rewrote how fire related modification like lighting up blocks/lighting items from blocks are handled by mostly using Fabric events instead of mixins. This should generally make things work better and cause less incompatibilities/issues in the future
- Cleaned up/optimized a bunch of code from CampfireBlock's mixin class
- Removed the LitBlockRegistry class from last update since it became redundant
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:LrBIinUY:c75O97IM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LrBIinUY:c75O97IM"
}

