It's a mod to add various modules to JAOPCA.
A module (see below) for each material will be added by JAOPCA.
The following modules are currently in place.
- Plates
- Rods
- Gears
- Processors
- Circuits
It is generated in config/jaopca/modules/.
extras_gears.toml
extras_plates.toml
extras_rods.toml
extras_ae2.toml
(If AE2 is loaded)
Feel free to use it.
If you want to change the name of each item added by JAOPCA, change lang/*.json as follows:
{
"item.jaopca.{module_name}.{material_name}": "Something",
"item.jaopca.rods.netherite": "Magical Rod",
"item.jaopca.processors.iron": "Basic Processor"
}
Bug reports and requests for new features are welcome on Issues.