Remote Floppy Disk - northwesttrees-gaming/CCTVCraft-Forge GitHub Wiki
Overview
See below for known changes to this item and older pages.
The Remote Floppy Disk is an item that stores the position of the camera for later use in the monitor.
Monitors use this item to read the position of the camera for connecting to the camera.
Saving Devices
- The device must be in its "ON" state if it has the option to be turned on or off.
- Right-clicking on a camera, while it's on, will copy the position of the camera.
Saving Supported
Using With Devices
- The device must be in its "On State" if it has the option to be turned on or off.
- Right-click on a monitor will add the Remote Floppy Disk to the monitor's inventory.
Loading Supported
Recipe
Crafting Recipe
Crafting Table |
Column 1 |
Column 2 |
Column 3 |
Row 1 |
A |
C |
A |
Row 2 |
A |
B |
A |
Row 3 |
A |
A |
A |
Recipe Group
Information |
Value |
Namespace |
cctvcraft |
Recipe Group |
remote_floppy_disk |
Minecraft Tags
Type |
Tag |
Use |
Item |
cctvcraft:tools/remote_floppy_disk |
mechanics and recipes |
Forge NBT
Type |
NBT Name |
Use |
String |
name |
Stores the block's name |
Number |
posX |
Stores the block's X position |
Number |
posY |
Stores the block's Y position |
Number |
posZ |
Stores the block's Z position |
Changes
- 4.8.0
- Updated tags for some resources
- Updated some of the crafting recipes to use new tags
- 4.6.0
- Updated the texture
- Updated the recipe group
- Updated Forge NBT tags by removing the Camera in the name.
- Monitors now get the new forge variable tags from the item.
- 4.5.0