Drone Controller - northwesttrees-gaming/CCTVCraft-Forge GitHub Wiki
Overview
See below for known changes to this item and older pages.
The drone controller is a tool item that is used for drones.
Modes
The tool has a few modes that can be selected by right-clicking a block while sneaking. To perform the drone mode action right-click a block while NOT sneaking.
- Energy: Checks saved drone's remaining energy.
- Location: Tells saved drone's coordinates.
- Inventory: Opens saved drone inventory.
- Use: Makes player use the saved drone.
- Home: Makes drone return to its saved charging station.
6: Save: Saves a drone to the controller.
Saving Dones
A drone must be saved before any of the other modes can be used.
Right-click on any drone to save or change the saved drone for that controller.
Recipe
Crafting Recipe
| Crafting Table |
Column 1 |
Column 2 |
Column 3 |
| Row 1 |
|
A |
|
| Row 2 |
B |
C |
B |
| Row 3 |
D |
|
D |
| ID |
Name |
Tag |
| A |
Antenna |
cctvcraft:recipe/antenna |
| B |
Metal Wire |
cctvcraft:recipe/metal_wire |
| C |
Display |
cctvcraft:recipe/display |
| D |
Metal Plate |
forge:plates/aluminum |
Recipe Group
| Information |
Value |
| Namespace |
cctvcraft |
| Recipe Group |
remotes |
Minecraft Tags
| Type |
Tag |
Use |
| Item |
cctvcraft:tools/drone_controller |
Unused |
Forge NBT
| Type |
NBT Name |
Use |
| Number |
LastDronePosX |
Stores the block's X position |
| Number |
LastDronePosY |
Stores the block's Y position |
| Number |
LastDronePosZ |
Stores the block's Z position |
| String |
Action |
Cycles action values which trigger script |
Changes