Creators
Details
Licensed MIT
Published 11 months ago
Updated 5 months ago
All versions
2.0.7
Release
portable_blueprints-v2.0.7-mv1.20.16 months ago 125
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
🛠 Version 2.0.7 - "Precision & Stability" Update
🔄 Blueprint Logic Improvements
- Persistent Origin Points: The origin is no longer removed during construction. The hologram now simply deactivates, keeping your placement saved.
- Smart Refresh: Reactivate holograms instantly by clicking Reload in the menu or by swapping the item slot.
- Improved Obstruction Handling: If blocks obstruct the build, the origin remains active, allowing you to clear the path and resume without repositioning.
📐 Rotation & Alignment Fixes
- Refactored Alignment: Complete overhaul of the rotation system to ensure perfect alignment at 90°, 180°, and 270°.
- Structural Integrity: Fixed the "gaps" issue occurring during 360° rotations via the new Auto Fill system.
🆕 New Feature: Auto Fill System
A new parameter in the Blueprint Menu that intelligently fills gaps based on surrounding blocks:
- Disabled: Default rotation behavior.
- Level 1-4: Smart-filling based on proximity (requires 1 to 4 adjacent blocks to trigger a fill).
🧩 Mod Compatibility
- Added window placement support for [Let's Do] Vinery.
- Added window placement support for [Let's Do] Meadow.
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:pTRNOhPP:ujhfSqk6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pTRNOhPP:ujhfSqk6"
}

