🤖 Robot 0.1
Robot 0.1 is the first step in what will become a long line of autonomous machines.
It is neither fast nor intelligent… but it is determined.
Equipped with minimal artificial intelligence and rudimentary logic, the robot can pick up dropped items and faithfully deposit them into nearby chests.
It does not understand why it performs these tasks.
It only knows that it must.
🧠 Minimal Artificial Intelligence
- May get stuck from time to time
- Never loses motivation
✨ Features
📦 Item Management
- Picks up dropped items
- Deposits items into compatible chests
Opens doors
- Chest filtering support
🌱 Farming & Nature
- Waters plants
- Harvests:
- Crops
- Fishing traps
- Apple trees
- Berry bushes
- Cuts trees (woodcutting 🌲)
- Mining ⛏️
🛡️ Defense
Autonomous defense against hostile creatures
🗺️ Zone System (Robot Tool Zone)
A work zone system allows precise control over where the robot operates:
- Right-click to set Position 1
- Right-click to set Position 2
- Left-click to create the zone
- Right-click a zone to edit its settings
👉 To enable woodcutting in a zone, set the zone type to Lumberjack.
The robot will automatically cut down trees inside the defined area.
⚙️ Settings & Priorities
🧭 Robot Center
- Central configuration interface for all robots
- Descending priority system
- Set a task priority to -1 to disable it
🔧 Robot Settings
- Right-click the robot to modify its behavior and task priorities
"Drop all" -> Robot empties the chest
"Nothing" -> Not use chest
"Filtered" -> Filter by relative to an item in the chest.
"Fill only" -> put item (Filtered priority sure Fill only)
📦 Chest Configuration (Robot Tool)
A configuration file allows support for additional chest types (for example: Better Wardrobes).
📁 Path:
mods\Robot_Robot\config\config.json
📄 Example:
{
"ChestIds": [
"Chest",
"Wardrobe"
]
}
⚠️ Do not remove "Chest" — it is required for proper functionality.