Releases: ShreksHellraiser/cctech
Add magnetic cards
(This is a fix of an earlier, now deleted, release which wouldn't run on servers)
3D Models & Tape operations now take time
- The reel to reel and cassette deck both have 3D models
- The default capacities for cassettes and reels have both been increased
- The Zip drive is functional (I think), but is probably going to be removed
Fixed a config issue
Last fix I pushed crashed on startup.. This one is actually a fix. Config values were capped way lower than intended (well below the default values)
Fixed issues with hardness, and added loot tables
0.1.2 Increment version
Tape Labels
Added the ability to label cassettes and reels
Survival Ready (hopefully)
- changes the tier system a little, making it so each tier has a different maximum data capacity (viewable while holding shift). The number on the left represents the current capacity of the item, to add more capacity right click with the item in your hand and some tape in your inventory.
- adds a
tapeprogram to/rom/programs/which you can use as a demo program of the capabilities of the tape drives. - Fixes an oversight where the reel to reel had the same peripheral name as the cassette deck (cassette_deck).
I've done more testing and all features seem to be working. As always please report any bugs or issues you find.
Reworked the tiers system
This release changes textures of many of the items and blocks. This release also adds a new feature to tape media, they're much shorter than their full capacity initially. Simply hold a cassette/reel in your hand and right click with some magnetic tape in your inventory to increase the length, hold shift to see the UUID and current/max length of the cassette/reel. (The magnetic tape isn't necessary in creative mode).
Initial Pre-Release
I give no guarantees of the stability of this mod, use at your own risk. I've done limited testing and as far as I can tell all features work as intended. This version adds Cassettes and Reel to Reels as data storage devices, with configurable tape sizes. The Reel to Reel allows for absolute seeking, where the cassette drive only allows for relative seeking. Most functions that don't return data return a boolean indicating success or failure (usually failure means reaching the ends of the tape). Reading will not error ever, if you reach the end of the tape or there isn't a tape in the drive you'll receive an empty string.