Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 3 years ago
Updated 6 months ago
All versions
v1.11.3
Release
Blocks You Need - v1.11.3 - [1.20.1] - FORGE8 months ago 5,232
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v1.11.3
Changes
- Fixed Rare Aquatrine Drop from sand
- All Lamps are no longer redstone activated, they are now only Click-Activated
- Fixed Recipe for Mossy Deepslate Cobblestone
- Fixed Recipe for Bone Lanterns
- Chain Link Fence now uses Chains instead of Pig Iron
- Myosotis now has a better Suspicious Stew effect
- Increased Spawn-Rate of all flowers, should be easier to find them now
- Fixed Stonecutter Recipe for Chipped, Damaged & Exposed Antipanels
- Fixed Duplicate entries for Borderless Labrat Blocks in the Stonecutter
- Coke Recipe has been alterred to prevent recipe conflicts
- Lamps no longer turn off when walking underneath them with a dynamic lights mod enabled
- Ventilation Blocks now have a new recipe
- Indent Lamp Facility Block now uses Bitumen instead of Creosote
- Damage from Tar is no longer instant, it will now apply after 4 seconds
- Copper Blocks Age Slower to better match vanilla, will fix properly in Update 12
Additions
- Viola, Myosotis, Royal Tulips & Dahlia now work with flower pots correctly
Structure
- Preparations made to Split Create Integrations into it's own mod
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:lIyS5pGh:z3pmPLVu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lIyS5pGh:z3pmPLVu"
}

