Tags
Creators
Details
All versions
1.3.26
Release
Blue Skies: Population v1.3.263 years ago 1,152
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
1.20.1-v1.3.26
General Additions
- Added hanging signs.
- Added armor trims.
Armor Trims
- Added armor trim patterns:
- Banished Armor Trim: Dropped from the Summoner
- Thwarted Armor Trim: Dropped from the Alchemist
- Regrowth Armor Trim: Dropped from the Starlit Crusher
- Toxic Armor Trim: Dropped from the Arachnarch
- Boss armor trims cannot be duplicated, and require rematching the boss to get more. The amount of armor trims obtained from a given loot bag are as follows:
- Common Bag: 0-1
- Uncommon Bag: 1
- Rare Bag: 1-2
- Added armor trim materials:
- Pyrope
- Aquite
- Diopside
- Charoite
- Moonstone (from Moonstone Crystal)
- Sunstone
- Falsite
- Ventium
- Horizonite
Fire Changes
- The Zeal Lighter can now place Soul Fire on Soul Sand in the Everbright and Everdawn.
- When lit by a Zeal Lighter, Chiseled Turquoise Stone Bricks and Chiseled Lunar Stone Bricks will produce Blue and Black fire respectively. This allows said fires to exist outside of their native dimensions.
- Black Fire emits a light level of 7 and has an emissive texture now.
General Changes
- Cherry Wood has been renamed to Comet Wood.
- Moonstone crystals emit a light level of 7 (was 4).
- Snowcap mushrooms are now more consistent between the Furnace and Snowcap Oven.
- All snowcap related items work in a Furnace now.
- The Snowcap Oven is now more efficent at using snowcap items as fuel.
- Boss loot bags are now affected by the Luck effect, increasing the chances of obtaining boss-specific drops.
- Changed some flower effects:
- Polar Posy: Luck (was Mining Fatigue)
- Briskbloom: Hunger (was Luck)
Fixes
- The alchemy table not being usable on servers after scrolling through the GUI beyond line 32.
- Switching to the Blue Journal from the inventory screen no longer leaves items in the crafting grid.
- Switching to the Blue Journal from the inventory screen properly respects pressing the back button to return to the inventory.
- The leaf model properly uses cullfaces.
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:DOSy3C4M:lpDZFtPj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOSy3C4M:lpDZFtPj"
}

