Tags
Creators
Details
All versions
0.3.0
Beta
Revamped Piles 0.3.02 years ago 19.8K
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Forge
Supported environments
Client and server
Changes
Additions
- Added 95 new decorations
- Added Snowy Villages (Unfinished)
- Added few Taiga Village decorations
- Added open/close sound for crates
- Added seat functionality to all chairs
- Added scare sounds to Husk Statues
- Added a new functionality to the Villager statue
- When the player has Hero of the Village effect, and is in a 5 blocks radius from the Villager Statue, it activates itself:
- It emits green particles to show that it’s active
- It restores 1.5 hearts and 1 hunger point every 8 seconds
- It plays a sound every time it does what’s mentioned above
- When the player has Hero of the Village effect, and is in a 5 blocks radius from the Villager Statue, it activates itself:
- Added a new functionality to the Wooden Horses (equip and unequip armor)
- Added golden and diamond armor variants
- Potion bottles break when stepped on (if not sneaking)
Updates
- Updated the mod’s Logo
- Updated Plains and Desert Villages
- Updated hitboxes, models, and textures
- Models and textures got updated/improved
- All textures have been resized to match the MC texture default dimensions (16x, 32x, 61x, 128x)
- Fewer blocks had their hitboxes changed (optimized)
- Updated some multiblocks
- Now multiblocks have proper properties and functionalities
- Updated Villager Portraits using Fresh Animations and Shaders
- Updated Fishnets to have more advanced bounding boxes
- Updated recipes
- Iron Golems will not get damaged from stepping on the Flame Pedestals in Villages anymore
- Items hanging on walls will now break if not supported by a block
- Fixed the collision box and voxel shape for tall flower pots
- Now the pot is solid and clickable, while the flower itself is only clickable (player can walk through)
- Fixed few block/item tags, tables & recipes
- Fixed issue with Optifine rendering
- Fixed and updated English translation file mistakes
- Huge performance boost & code optimizations
Removals
- Removed Sword Stand for Plains Villages
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:cf2k7H4y:72fEVPVK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cf2k7H4y:72fEVPVK"
}

