Minecraft Digital Items mod 2026 download
logo
minecraft mod Digital Items

Digital Items

Game Version: 1.16.5
Total Downloads: 852
Updated: Nov 19, 2021
Created: Sep 4, 2020
Download Digital ItemsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Digital Items 1.0.5 release 42.82 KB Nov 19, 2021 1.16.5 0 download Digital Items Digital Items 1.0.5 releaseDownload
Digital Items 1.0.4 release 42.81 KB Jul 3, 2021 1.16.5 338 download Digital Items Digital Items 1.0.4 releaseDownload
Digital Items 1.0.3 release 42.80 KB Feb 23, 2021 1.16.4 163 download Digital Items Digital Items 1.0.3 releaseDownload
Digital Items 1.0.2 release 42.81 KB Feb 16, 2021 1.16.4 226 download Digital Items Digital Items 1.0.2 releaseDownload
DigitalItems-MC-1.16.2-1.0.1.jar release 42.49 KB Sep 8, 2020 1.16.2 106 download Digital Items DigitalItems-MC-1.16.2-1.0.1.jar releaseDownload
DigitalItems-MC-1.16.2-1.0.jar release 42.84 KB Sep 4, 2020 1.16.2 19 download Digital Items DigitalItems-MC-1.16.2-1.0.jar releaseDownload

Description

Share this:

This mod let's you turn item stacks into numbers and back, with one of the computers from CC: Tweaked.

 

To digitize an item you must follow these steps:

1. Place the computer and the digitizer.

2. (optional if placed directly next to one another) Place one wired modem on each and connect via networking cable. Then right click the 2 modems so they are both red.

3. Use the following lua code to digitize the item stack in the digitizer:
digitizer = peripheral.find("item_digitizer")
itemID = digitizer.digitize()

 

Then you can save that ID somewhere (perhaps on disk) or send it to another computer with another digitizer, to rematerialize it there.

 

To rematerialize it again you must call digitizer.rematerialize(itemID).

Comments

Add a comment