Replication
Replicating items without any printing errors
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Replication

Replication is a tech mod that allows you to replicate resources of similar types. You can transform dirt to stone but you can't transform dirt to diamonds.

This mod needs Titanium
Important Concepts
other machines will allow you to connect Replication machines and they will automate some processes: * Transfer other machines: they work like any power pipe * Transfer other machines: they will transfer matter from the other machines to other machines and from other machines to other machines that need it
The Chip Storage will scan items to know their matter values and store them into chips. Those Chip Storage can be stored in the Chip Storage and will be available to the network.
Replicators can be used in "Infinite Mode", where they will keep replicating a resource until it is full or has run out of matter, you can configure that mode in the GUI.
How it works
To transform items you will need to break them down to their primal values using a Replicators. Using that machine you will transform any item with matter values into matter. Once you have scanned some items and stored their values into chips you can use the Replicators to request items. With a request created Replicators will use the Matter stored in tanks to replicate the item from scratch and send it back to the terminal.
For Pack Makers
Datapack
You can modify/add/remove matter values using datapacks, you don't need to add values for each modded item as the system will calculate the values using the crafting recipes. Datapack examples.
Blueprints
You can create blueprints (one use item) that have a % of the scanned item information using the command `/replication create-blueprint-using-hand <progress>` where progress is a decimal number between 0 and 1. This will allow you to create the blueprint using the current item in your hand respecting the NBT of the item. Then those blueprints can be transferred using the Identification Chamber or directly to the Chip Storage.
Tag
You can disable an item from being scanned using the tag `replication:cant_be_scanned`. This will only prevent the item from being scanned and not replicated You can disable an item from being disintegrated using the tag `replication:cant_be_disintegrated`