Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
All versions
1.0.0
Release
CarterCraft v1.0.0+1.21.1last year 88
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
[1.0.0] - 2025-07-02
Added
-
Copper Tier Equipment
- Complete tool set: Sword, Pickaxe, Axe, Shovel, Hoe
- Complete armor set: Helmet, Chestplate, Leggings, Boots
- 180 durability, 5.0x mining speed, 1.5 attack damage bonus
- 8 enchantability, repairable with Copper Ingots
-
Enderite Tier Equipment
- Complete tool set: Sword, Pickaxe, Axe, Shovel, Hoe
- Complete armor set: Helmet, Chestplate, Leggings, Boots
- 3120 durability, 10.0x mining speed, 5.0 attack damage bonus
- 18 enchantability, fire resistant, repairable with Enderite Ingots
-
New Materials
- Copper Nugget - 9 nuggets = 1 ingot conversion
- Enderite Ingot - 9 ingots = 1 block conversion
- Enderite Shard - obtained from smelting Void Shards
-
New Blocks
- Block of Enderite - decorative block
- Medium Weighted Pressure Plate - activates with 75 entities
- Void Shard - rare ore found in The End dimension
-
World Generation
- Void Shards generate in The End (End Stone)
- 3 blocks per vein, 2 veins per chunk
- Height range: 0-128 blocks
-
Crafting System
- Material conversion recipes (nugget ↔ ingot, ingot ↔ block)
- Smelting recipes for raw blocks and Void Shards
- Recycling recipes for copper equipment
- Enderite Upgrade Smithing Template
-
Localization
- English (en_us) language support
- Spanish (es_es) language support
Balance
- Copper tier positioned between Stone and Iron
- Enderite tier positioned above Netherite
- Balanced durability and damage values
- Appropriate enchantability for each tier
- Fire resistance for Enderite equipment
Compatibility
- Full compatibility with vanilla Minecraft
- Designed to work alongside other mods
- No conflicts with existing content
- Proper tag integration for tool effectiveness
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:TZIw4KhT:NPwi1qBp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TZIw4KhT:NPwi1qBp"
}

