# Konru-IT Material
A foundational technology mod that adds electronic components and vehicle assembly kits to Minecraft. Designed to work alongside other Konru-IT mods as a shared material library.
---
## What's Inside
### Tier 1 — Raw Materials
- **Silicon Wafer** — Crafted from sand and nether quartz. The base semiconductor for all electronics.
- **Copper Wire** — Rolled copper ingots. Used in circuits and motor coils.
### Tier 2 — Electronic Components
- **Circuit** — Basic logic component. Copper wires wrapped around a silicon wafer.
- **Board** — Printed circuit board. Gold traces on an iron frame with a circuit core.
- **Microcontroller** — Programmable chip. Circuits and redstone logic fused onto a board.
- **Computer Chip** — High-performance processor. Requires diamonds and multiple microcontrollers.
### Tier 3 — Sub-Systems
- **Motor Coil** — Wound copper coil around an iron core. Powers all motors and servos.
- **Power Cell** — Rechargeable battery. Gold, copper, and redstone.
- **Sensor Chip** — Multi-axis sensor array built on a quartz and circuit base.
- **Servo** — Precision actuator. Motor coil controlled by a microcontroller.
### Tier 4 — Control Systems
- **Flight Controller** — Gyroscope-based stabilizer for aerial vehicles.
- **Engine ECU** — Electronic engine management for ground vehicles.
- **Navigation Module** — GPS and pathfinding system.
- **Autopilot Unit** — Fully autonomous control combining flight and navigation.
### Tier 5 — Vehicle Assembly Kits
- **Drone Assembly Kit** — Electronics package for quadcopter drones.
- **Car Assembly Kit** — Drive system for wheeled vehicles.
- **Train Assembly Kit** — Heavy traction controller for rail vehicles.
- **Airplane Assembly Kit** — Full avionics suite for fixed-wing aircraft.
- **Boat Assembly Kit** — Marine navigation and propulsion package.
---
## Crafting Progression
Sand + Nether Quartz → Silicon Wafer
Copper Ingot → Copper Wire
Silicon Wafer + Copper Wire → Circuit
Circuit + Gold + Iron → Board
Circuit + Redstone + Board → Microcontroller
Microcontroller + Diamond → Computer Chip
↓
Motor Coil + Microcontroller → Servo Sensor Chip + Board + Computer Chip → Flight Controller Flight Controller + Navigation Module → Autopilot Unit
↓
Servo + Flight Controller + Autopilot → Drone Assembly Kit
---
## Mod Compatibility
This mod is a **dependency library** — it provides materials used by other Konru-IT mods:
- **Konru-IT Drone Tracking Killer** — Uses `Drone Assembly Kit` to craft combat drones.
- More vehicle mods coming soon.
---
## Requirements
- Minecraft 1.21.11
- Fabric Loader 0.18.0+
- Fabric API