Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 3 years ago
Updated 6 months ago
All versions
1.6.4
Release
Blocks You Need - v1.6.42 years ago 3,073
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
BYN v1.6.4 Changelog
- Fixed Recipe Conflict between Copper Pipes & Lightning Rod, also made all pipes cheaper.
- Fixed Recipe Conflict between Wrought Pipes & Wrought Sheetmetal.
BYN v1.6.3 Changelog
- Added recipe for Echo-Shards to make bluestone less annoying to make, and also give a way for people to (mostly) avoid the deep dark
- Fixed recipe loop with Meteoric Iron & Regalith
BYN v1.6.2 Changelog
- Removed forge:storage_blocks/bluestone as the recipe does not match that of a storage block
- Fixed Log-Spam caused by custom models trying to call a parent model that did not exist.
BYN v1.6.1 Changelog
- Fixed Recipe for Cables
- Fixed Recipe for Copper Dock Ties
BYN v1.6 Changelog
Please see Gallery for update screenshots!
Removals
- Removed Bloomery Please remove all items inside before updating, world will load just fine without it - Was really buggy & ended up breaking with version 1.5, requires crafttweaker recipe changes or other mods that implement recipes for Steel, Brass & Bronze for those materials!
Fixes & Changes
- Fixed Meteoric Iron Block Forge Tag
- Fixed Antimetal Interraction
- Fixed Antimetal Death
- Added Spyglass Recipe for Brass & Bronze
- Plaster Recipe Changes
- Updated Brambles to have a custom model
- Gave Brambles a custom damage type
Additions
- Added Tool: Paver
- Added Forge Tags for Antimetal (forge:ingots/antimetal & forge:storage_blocks/antimetal)
- Added Crafting Materials: Copper Wire, Invisible Ink & Antishard
- Added Anticrystal
- Added 16 Balloons
- Added 18 Paths
- Added Console Infrastructure, Console Drives & Console Screens
- Added 13 Console Drive Variations
- Added 31 Console Screen Variations
- Added 17 Dock Ties Variations
- Added Aquatic Glass & Invisiglass
- Added 10 Globes
- Added Starcharts
- Added Table Map
- Added Wooden Plates
- Added Slime Achoria Uses
- Added Bluestone Powder & Bluestone blocks
- Added Aquatrine forge:ores/ tag
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:wk8xyAbk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lIyS5pGh:wk8xyAbk"
}

