# CapterCraft

## :package: Features

### New Materials

* **Copper Nugget**: A smaller unit of copper for more flexible crafting
* **Enderite Ingot**: A powerful end-game material with fire resistance
* **Enderite Shard**: Obtained from smelting Void Shards

### New Blocks

* **Block of Enderite**: A decorative and storage block for Enderite Ingots
* **Medium Weighted Pressure Plate**: A pressure plate that activates with medium weight (75 entities)
* **Void Shard**: A rare ore found in The End dimension

### New Tools

#### Copper Tools

* **Copper Sword**: 3 attack damage, 180 durability
* **Copper Pickaxe**: 1.0 attack damage, 180 durability
* **Copper Axe**: 6.5 attack damage, 180 durability
* **Copper Shovel**: 1.5 attack damage, 180 durability
* **Copper Hoe**: -1.5 attack damage, 180 durability

#### Enderite Tools

* **Enderite Sword**: 3 attack damage, 3120 durability, fire resistant
* **Enderite Pickaxe**: 1.0 attack damage, 3120 durability, fire resistant
* **Enderite Axe**: 5.0 attack damage, 3120 durability, fire resistant
* **Enderite Shovel**: 1.5 attack damage, 3120 durability, fire resistant
* **Enderite Hoe**: -4.0 attack damage, 3120 durability, fire resistant

### New Armor

#### Copper Armor

* **Copper Helmet**: 2 armor points, 8 durability multiplier
* **Copper Chestplate**: 4 armor points, 8 durability multiplier
* **Copper Leggings**: 3 armor points, 8 durability multiplier
* **Copper Boots**: 1 armor point, 8 durability multiplier

#### Enderite Armor

* **Enderite Helmet**: 4 armor points, 18 durability multiplier, fire resistant
* **Enderite Chestplate**: 9 armor points, 18 durability multiplier, fire resistant
* **Enderite Leggings**: 7 armor points, 18 durability multiplier, fire resistant
* **Enderite Boots**: 4 armor points, 18 durability multiplier, fire resistant

### World Generation

* **Void Shards** generate in The End dimension
  * Size: 3 blocks per vein
  * Count: 10 veins per chunk
  * Height: 0-128 blocks
  * Found in End Stone

### Crafting Recipes

#### Material Conversion

* **Copper Nugget** ↔ **Copper Ingot** (9:1 ratio)
* **Enderite Ingot** ↔ **Block of Enderite** (9:1 ratio)

#### Smelting Recipes

* **Void Shard** → **Enderite Shard** (smelting or blasting)
* **Raw Copper Block** → **Copper Block** (smelting or blasting)
* **Raw Iron Block** → **Iron Block** (smelting or blasting)
* **Raw Gold Block** → **Gold Block** (smelting or blasting)

#### Recycling Recipes

All copper tools and armor can be smelted or blasted to recover **Copper Nuggets**

#### Smithing Templates

* **Enderite Upgrade Smithing Template**: Used to upgrade Netherite equipment to Enderite

## :point\_up: Installation

### Prerequisites

* Minecraft 1.21.1
* Fabric Loader 0.16.14+ (for Fabric) or NeoForge 21.1.186+ (for NeoForge)
* Architectury API 13.0.8+

### Fabric Installation

1. Download and install [Fabric Loader](https://fabricmc.net/use/)
2. Download [Fabric API](https://modrinth.com/mod/fabric-api)
3. Download [Architectury API](https://modrinth.com/mod/architectury-api)
4. Download the CapterCraft mod for Fabric
5. Place all mods in your `mods` folder
6. Launch Minecraft

### NeoForge Installation

1. Download and install [NeoForge](https://neoforged.net/)
2. Download [Architectury API](https://modrinth.com/mod/architectury-api)
3. Download the CapterCraft mod for NeoForge
4. Place all mods in your `mods` folder
5. Launch Minecraft

## :video\_game: Gameplay

### Early Game

Start by crafting copper tools and armor for basic protection and mining efficiency. Copper tools provide a good stepping stone between stone and iron tools.

### Mid Game

Use copper equipment while gathering resources. The medium weighted pressure plate can be useful for redstone contraptions that need specific activation thresholds.

### Late Game

Venture to The End to find Void Shards. Smelt them into Enderite Shards and craft Enderite equipment. Use the Enderite Upgrade Smithing Template to upgrade your Netherite gear to the ultimate tier.

## :computer: Technical Details

### Dependencies

* **Required**: Architectury API
* **Optional**: None

### Supported Platforms

* ✅ Fabric
* ✅ NeoForge

## :book: License

This project is licensed under the MIT License.

**Note: All textures, models, and icons are under the All Rights Reserved (ARR) license and are copyright protected.** - see the LICENSE file for details.

## :sos: Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

***

**Note**: This mod is designed to enhance the vanilla Minecraft experience while maintaining balance and compatibility with other mods.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://captersers-org.gitbook.io/captersers-org/captercraft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
