Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 8 months ago
All versions
2.2.4-NeoForge
Release
All-The-Wood-Weve-Got-NeoForge-2.2.48 months ago 3,113
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
2.2.4
- Add Polish Translations (pl_pl) (Credits: Kierohere)
2.2.3
- Remove NeoForge Data from Fabric and Forge Jars
- Add Trapped Chests to #c:chests/wooden tag
2.2.2
- Improved Compatibility with BWG The Village Update (2.4.0+)
- Refactored WWGBlockEntities to BWGBlockEntityType to match Vanilla
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:tS4CrbrK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvq8iHWh:tS4CrbrK"
}

