Links
Tags
Creators
Details
All versions
1.1.0
Release
Arlo the Little Guy 1.1.0 26.2last month 73
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
- Added Prismarine Pipis Hat
- Added Stop Sign Hat (Arlo only)
- Added Create Goggles Hat variant (Create mod required)
- Added Arlrooms Dimension
- Added Arlrooms Structure
- Added Arlrooms Entrance Feature
- Added Cactus Wallpaper Block
- Added Moist Wool Block
- Added Moist Wool Carpet
- Added Ceiling Tile Block
- Added Ceiling Light Block
- Added Cactus Player Head
- Added Cassette Tape Recorder Block
- Added Stop Sign Block
- Added No Clip Sand Block
- Added Cactus Wallpaper Sheet
- Added Tiled Wall Block
- Added Striped Tiled Wall Block
- Added Cactus Flashlight Item
- Added Cactus Battery Item
- Added Cassette Tape Items (Cassette Tape #1-#7)
- Added Cassette Tape #???
- Added Prismarine Pipis Item
- Added Cactus Horse Entity
- Added “The Arlrooms” Advancement
- Added “Good Afternoon, Good Evening, and Goodnight.” Advancement
- Added “Lights Out” Advancement
- Added “A Burning Memory” Advancement
- Added “Connection Terminated” Advancement
- Added “No One Will Believe You” Advancement
- Added “Day after Day after Day…” Advancement
- Added “LET ME OUT LET ME OUT LET ME OUT” Advancement
- Added “Sotp” Advancement
- Added “Into Madness” Advancement
- Added “Way Deeper Down” Advancement
- Added “Do you like.. Need a map?” Advancement
- Updated Bowler Hat texture
- Updated Bucket Hat texture
Note on Create goggles: Assuming Create isn’t updated to the latest version of Minecraft, Arlo the Little Guy may or may not backport to a supporting version in the future.
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:wC9Fok20:JIHoek9x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wC9Fok20:JIHoek9x"
}

