Tags
Creators
Details
Licensed CC-BY-NC-3.0
Published 3 years ago
Updated 2 years ago
All versions
1.5.0
Release
Refooled 1.5.02 years ago 3,993
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
3/31/24: 1.5.0
Refooled is finally available for 1.20.1, just in time for April Fool's Day!
WARNING: Older worlds (1.18.2 and older) will not work with this version.
Additions:
- GeckoLib is now a dependency
- Heart of Gold (When equipped, the game's visuals are changed client-side to resemble 15w14a)
- Nerd Glasses (Rare drop from Nerd Creepers)
- Heart Arrow (New ammo for Cupid Bow)
- Crab (based on 2023 Mob Vote)
- Crab Claw (Destroys 3x3x3 block area when right-clicked)
- Penguin (based on 2023 Mob Vote)
- Redstone Sand (Sand that powers redstone)
- Redstone Bug Nest (New Redstone Bug spawners found in the Neither)
Changes:
- Several mobs now use GeckoLib for their animations.
- Item IDs changed for Reality Vision and Ankle Monitor.
- Smarter Watch is now shown as a 2D item in the inventory.
- Hardness, blast resistance, and map colors have been adjusted for several blocks to match their vanilla counterparts.
- "Monster of the Ocean Depths?" and "Hovering Inferno?" now have updated names ("Barnacle?" and "Wildfire?" respectively).
- Redstone Bugs now spawn with random shades of red just like their original counterparts.
- Foliage, water, and grass tints in the Neither have been changed in order to accompany new structures.
- Redstone Flower has a new texture AND it can once again be used to power redstone!
- Redstone Flower no longer has a tint.
- All Vote Update items have been moved to their proper Creative tabs, and all other vanilla April Fool's items in the Creative menu have been rearranged for 1.20.1.
- Changed texture and crafting recipe for Cupid Bow.
- Pinkite texture has been slightly changed.
- Neither Stone now uses grass tint instead of foliage tint.
- The Neither is now more randomized than ever!
- Reality Vision now applies the "Scan Pincushion" in-game shader when worn.
- Box of Infinite Books now uses vanilla texture variant handling as opposed to randomly selected textures.
- Soul Shield can now be used as an actual shield, AND still shoot projectiles!
- Pink Roses now only spawn in Flower Forest biomes, as to not clutter other grassy biomes.
- Character dialogue has been changed to make more sense and be more consistent.
- Several other miscellaneous changes
Bugfixes:
- Vote Update tails would become separated from the player while sneaking.
- Helmet overlays showed up in third-person (This bug has existed since the first version for 1.16.5).
- The hitboxes for Red, Blue, and Yellow doors would only show up when looking at the lower half.
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:CeHo0RwF:vtEpS4gB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CeHo0RwF:vtEpS4gB"
}



