
Lake's CC Additions
CC:Tweaked hardware for paperwork.
- Загрузки
- 119
- Подписчики
- 1
- Обновлён
- 17 июля 2026 г.
- Лицензия
- CC-BY-4.0
Опубликован 10 июля 2026 г.

Lake's CC Additions gives ComputerCraft a way to read physical items as data,
and to turn data back into physical items.
THE SCANNER

A peripheral block with a single slot. Put something in it and a computer can
read it:
- Printouts - full text and per-character colors, ready for term.blit
- Books - book & quill and signed books, pages as plain text
- Filled maps - the 128x128 image, metadata, and named banner markers
- Shulker boxes - contents listed without opening them
- Exposure photographs - pixels, film type, photographer (Exposure 1.9+)
- Any item at all - complete NBT as Lua tables, plus a SHA-256 fingerprint
for verifying that two documents are identical
It works in the other direction too: createPrintout() builds printed pages
directly from Lua, including per-character colors - which the CC printer can't
do, and which makes greyscale photo prints possible (dithered, up to four ink
tones, or spread across a grid of pages as a poster).
The scanner also fires events. Computers are told when the slot changes, and
sneak-clicking with an empty hand sends the player's name and UUID - enough to
build door locks, clock-in stations, or ID checks with a few lines of Lua.
Hoppers can feed from above and take from below.
THE DOCUMENT FOLDER

A portable container that holds only printouts and paper - 27 slots, 16 per
slot.
THE POCKET MULTITOOL

Pocket computers have one upgrade slot. This upgrade is an ender modem and a
speaker at the same time - unlimited-range rednet and audio in one pocket
computer, found by peripheral.find under either name.
THE PEN

The Pen is a handy tool which lets you mark up pages. This adds another layer of interaction with printed documents. The pixel size snaps to printed document's grid, and the pen comes in three colors: Blue, Red, and Black.
THE STAMP

The Stamp is similar to the Pen, however the stamp allows you to place pre-configured emblems, seals, logos, or whatever else you want. Useful for signing official documents.
REQUIREMENTS
Minecraft 1.20.1, Forge, CC:Tweaked 1.119.0+. Exposure 1.9+ is optional and
only needed for photograph scanning.
Full documentation: [lakehouse.gg](https://lakehouse.gg/additions)
Ченджлог
1.7.0Релиз1.20.4, 1.20.5, 1.20.6 · 17 июля 2026 г.
New pen texture, held with a pencil-style grip in first and third person. First person now renders the player's arm gripping the pen -- correct skin and slim/wide arm variant, equip and swing animations preserved -- instead of a floating sprite.
Printed books can now be placed in chiseled bookshelves. Fixed thick printed books z-fighting when held (page edges now keep stable depth separation, also under shaders). Fixed paging through a printout faster than the server round trip snapping back to stale pages; the viewer is now client-authoritative and draws pen ink directly.
Added the Camo Network Cable: joins CC:T wired networks like a cable and can be disguised as any full opaque block (right-click with the block, sneak-punch to strip). Uses CC:T's cable model and textures with a matching hitbox, and the disguise renders as real terrain geometry so resource packs and shader material maps apply. Fixed the disguise not appearing until a neighbouring block update.
1.4.3Релиз1.20.4, 1.20.5, 1.20.6 · 16 июля 2026 г.
Added a bunch of QOL features
Added a recipe for copying stamp patterns
Added zooming and optional smoothing for pens
Added some tools for stamps and pens
Scanner api updated
1.3.1Релиз1.20.4, 1.20.5, 1.20.6 · 16 июля 2026 г.
Fixed markups not rendering on papers when in item frames.
Added the stamp tool, an easy way to quickly place emblems, symbols, and logos.
1.2.2Релиз1.20.4, 1.20.5, 1.20.6 · 16 июля 2026 г.
New Feature: Drawing on Printed Paper, Printed Papers, and Printed Books!
Added a pen for drawing.
Added interactions with markups and the scanner.
Markups can be quickly undone and erased.
Three Colors: Blue, Red, and Black.
Markups render in-hand and in the viewer, and on item frames.
Markups persist in inventories.
1.1.0Релиз1.20.4, 1.20.5, 1.20.6 · 10 июля 2026 г.
Added a new item - The "Document Folder"
Can hold up to 27 CC:Tweaked Documents, including Printed Page, Printed Pages, and Printed Books. You can also store paper, in a max stack of 16.
Added integrations with the scanner for the Document Folder.
1.0.2Релиз1.20.4, 1.20.5, 1.20.6 · 10 июля 2026 г.
Release 1.0.2
Redrew the scanner textures using the CC:T advanced computer palette so it fits in with the rest of the mod.
Replaced the multitool's ender eye placeholder with a proper custom sprite.
Комментарии
Загружаем…