Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
0.2.0-beta-26.2-fabric
Beta
The Vanilla Expansion 0.2.0-beta-26.2-fabriclast week 29
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
0.2.0-beta-26.2-fabric
Added
Blocks:
- Smooth Stone Stairs and Wall
- Smooth Sandstone Wall
- Smooth Red Sandstone Wall
- Cut Sandstone Stairs and Wall
- Cut Red Sandstone Stairs and Wall
Items:
- Quartz Tool and Weapon Heads
- Smoked Quartz Tool and Weapon Heads
- Burnt Quartz Tool and Weapon Heads
- Lapis Lazuli Tool and Weapons
Armor:
- Armadillo Scute Armor Set
- Reinforced Leather Armor Set
Fixes
- Baby Armor Textures for Emerald, Empowered Netherite, and Lapis Lazuli
Other Changes
- Implemented config files using MidnightLib, that is built in with the mod. This gives you a way to customize which features are enabled when this mod is installed. Works well with Mod Menu.
- This should work for client and servers, please report any issues you may encounter with the config system
- As the mod is still in beta, I’m open for feedback for the config layout or addition customization you may
- Improved and cleaned up code to make it easier to add blocks and items in future releases
- Updated Emerald Armor Texture
- Updated version naming to better align with the beta label, last release should’ve been 0.1.0-beta but I have goofed up and kept the alpha naming scheme
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:iDDkBSXV:L4KBwkJu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iDDkBSXV:L4KBwkJu"
}

