Tags
Creators
Details
Licensed ARR
Published 2 years ago
All versions
4.3.1-NeoForge
Release
All-The-Wood-Weve-Got-NeoForge-4.3.16 months ago 212
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
4.3.1
- Add Polish Translations (pl_pl) (#15)
4.3.0
- Update to Minecraft 1.21.11
4.2.0
- Update to Minecraft 1.21.10
4.0.1
- Remove NeoForge Data from Fabric and Forge Jars
- Add Trapped Chests to #c:chests/wooden tag
4.0.0
- Update to Minecraft 1.21.8
3.0.1
- Improved Compatibility with BWG The Village Update (3.1.0+)
- Refactored WWGBlockEntities to WWGBlockEntityType to match Vanilla
3.0.0
- Update to 1.21.4
2.2.1
- Fix error in barrel models causing them to not render correctly
2.2.0
- Fix Line in the top middle of Double Chests Textures
- Add ModMenu Support (Fabric)
- Fix Barrels Missing 90 Rotation in North Direction
2.1.0
- Refactor ChestRenderer into render\blockentity package
- Remove Consumer Use in Forge/NeoForge Client
2.0.2
- Add German Translations (de_de) (Credits: ieguana)
- Add Russian Translations (ru_ru) (Credits: j-tap)
- Add Spanish (Chile) Translations (es_cl) (Credits: Ganbare-Lucifer)
2.0.1
- Add Simplified Chinese Translations (zh_cn) (Credits: Crown-Fairy)
- Add Ukrainian Translations (uk_ua) (Credits: unroman)
- Add Japanese Translations (ja_jp) (Credits: Abbage230)
2.0.0
- Initial 1.21.1 Release
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:qvq8iHWh:naFDwTvn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvq8iHWh:naFDwTvn"
}

