Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
1.3.0
Release
Expedition 1.3.0last month 16
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Expedition / Castaway / v1.3.0
Overworld Biomes
- Beech Forest
- Maple Forest
- Pine Barrens
- Eucalyptus Valley
- Eucalyptus Plains
- Maple Plains
Food Expansion
- Bakery Items
- Meat Items
- Vegetarian Items
- Misc Items
- More berry bushes
- Fruit Leaves
Blocks
Along with this update there are many blocks you can use to decorate your home.
- Marble Expansion
- Limestone Expansion
- Desert Rock Expansion
- Serpentine Expansion
- Rhyolite Expansion
- Mornite Expansion
- Slate Expansion
- Beech wood type
- Maple wood type
- Pine wood type
- Eucalyptus wood type
- Aluminium Blocks
Warhammers
These bring devastating melee power at a cost of very slow attack speed.
- Wooden Warhammer
- Stone Warhammer
- Iron Warhammer
- Gold Warhammer
- Diamond Warhammer
- Netherite Warhammer
- Titanium Warhammer
- Emerald Warhammer
Structures
- Campsites Redesign
- Outposts
Extra Items
- Bronze Ring (Give level 1 regenerate when equipped) [Curios]
- Gold Ring (Give +5 Hearts and level 2 regenerate when equipped) [Curios]
- Ruby Tools
- Aluminum Ingots
- Raw Aluminium
Changes & Fixes
- Silver tools is retextured to be brighter
- Titanium is retextured to look more of an upgrade
- Cobalt is retextured to be a bit better
- Steel has been reworked, using reinforced sticks as recipes
- Wood tools have been retextured to have a straps of string
- Stone tools have been retextured to have straps of string
- Emerald Tools have been retextured to a better look
- Old Berry bushes have been given a retexture to fit the modern version of minecraft
- Removed Wasteland biome
- Strawbale can be generated in smaller and frequent all over new biomes and plains
- Roller pin has been given a retexture
- Silver armor has been given a retexture to be better
- Fixed leaves being all connected
- Fixed leaves being non transparent
- Rewritten the tree placement of all castaway biomes
- Fixed items names displaying their placeholder names
- Desert has been revisualed
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:joYBiI9v:C9qcuQY2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:joYBiI9v:C9qcuQY2"
}

