Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 20 hours ago
All versions
26.300.0
Beta
worldweaver-26.300.02 days ago 116
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Build for 26.3 snapshot 6
- Let a feature fit its geometry to the write zone
- Let datagen emit nested loot-table references by id
- Define loot additions in datapacks, not only in Java
- Extend wover-loot-api with pool-conditioning and cross-table references
- Add wover-loot-api for appending to existing loot tables
- Added a
FuelBlockTraitand hook default ticks into theWoodenBlockSet. - Bars Block Traits and Set-Slots
- Chain Block Traits and Set-Slots
Changes
- Match vanilla 26.3 for signs in blocks_motion_no_leaves
- Record wover-loot in the module upgrade order
- Generate json-formated block summary files
- Drop the root's duplicated generated data
- Remove the dead DataFixerUpper schema mixins
- Rename WoverConfiguredFeatureProvider -> WoverFeatureContentProvider
Fixes
- Nether surface materials were drawn from a running random
- Four audited block properties always reported false
- The same seed did not reproduce the same world
- Keep the biome bootstrap context alive across the tag phase so /reload works
- solid_in_dir searched backwards out of its chunk
- Nether forest vegetation was placed where it cannot survive
- Modded blocks stopped blocking motion and suffocating
- Registration audit crashed on unbound item components
- Update ItemInputMixin for the 3-arg ItemStack constructor
- Composters use vanilla texture above level 0
- All Woods were nether woods
- Flat-level presets take their layers bottom-first, and stop duplicating
- ModelProviderMixin is client-only, so declare it in the client array
- Pottable traits keep the latest registration, not the first
- Runtime-injected recipes now get their unlock advancement
Optional dependencies
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:RiN8rDVs:tEktHN40"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RiN8rDVs:tEktHN40"
}


