Skip to content

List of v2 Modules

TheLMiffy1111 edited this page Apr 8, 2021 · 2 revisions

The following list is a full list of modules known to JAOPCA. Each entry includes its origin, versions, name, dependencies, and the item entries it has. The item entries will be listed in JAOPCACustom format, with blacklist omitted.

AbyssalCraft

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: abyssalcraft
Item Entries:

Click to expand

[
    [
        {
            "name": "crystalFragment",
            "type": "item"
        },
        {
            "name": "crystalShard",
            "type": "item"
        },
        {
            "name": "crystalAbyss",
            "prefix": "crystal",
            "type": "item"
        },
        {
            "name": "crystalCluster",
            "type": "block",
            "properties": {
                "hardness": {
                    "function": "constant",
                    "value": 0.4
                },
                "resistance": {
                    "function": "constant",
                    "value": 0.8
                },
                "light_opacity": {
                    "function": "constant",
                    "value": 0
                },
                "sound_type": "glass",
                "bounding_box": [0.2, 0, 0, 0, 0.7, 0.8],
                "harvest_tool": "pickaxe",
                "harvest_level": 3,
                "full": false,
                "opaque": false
            },
            "skip": true
        }
    ]
]

Advanced Rocketry

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: advancedrocketry
Module Dependencies: Dust

Applied Energistics

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: appliedenergistics
Module Dependencies: Dust

Avaritia

Added By: JAOPCASingularities
Versions: 1.10.2, 1.11.2
Module Name: avaritia
Module Dependencies: Block
Item Entries:

Click to expand

[
    {
        "name": "singularity",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless", "dust"],
        "properties": {
            "rarity": "uncommon",
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "item_class": "thelm.jaopca.singularities.ItemSingularityBase"
        }
    }
]

Block

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: block
Item Entries:

Click to expand

[
    {
        "name": "block",
        "type": "block",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless", "dust"],
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 5
            },
            "resistance": {
                "function": "constant",
                "value": 10
            },
            "material": "iron",
            "sound_type": "metal",
            "beacon_base": true
        }
    }
]

Buildcraft Ore Processing

Added By: JAOPCA
Versions: 1.11.2, 1.12.2
Module Name: buildcraftoreprocessing
Item Entries:

Click to expand

[
    [
        {
            "name": "searingMolten",
            "type": "fluid",
            "properties": {
                "temperature": {
                    "function": "constant",
                    "value": 1300
                },
                "fill_sound": "minecraft:item.bucket.fill_lava",
                "empty_sound": "minecraft:item.bucket.empty_lava",
                "material": "lava"
            }
        },
        {
            "name": "hotMolten",
            "type": "fluid",
            "properties": {
                "temperature": {
                    "function": "constant",
                    "value": 800
                },
                "fill_sound": "minecraft:item.bucket.fill_lava",
                "empty_sound": "minecraft:item.bucket.empty_lava",
                "material": "lava"
            }
        },
        {
            "name": "coolMolten",
            "type": "fluid",
            "properties": {
                "fill_sound": "minecraft:item.bucket.fill_lava",
                "empty_sound": "minecraft:item.bucket.empty_lava",
                "material": "lava"
            }
        }
    ]
]

Custom

Added By: JAOPCACustom
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: custom
Item Entries:

Click to expand

[
    //custom
]

Coin

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: coin
Item Entries:

Click to expand

[
    {
        "name": "coin",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless"]
    }
]

Dust

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: dust
Item Entries:

Click to expand

[
    {
        "name": "dust",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"]
    }
]

Embers

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: embers
Module Dependencies: Molten

Ender IO

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: enderio
Module Dependencies: Dust

Ex Nihilo Adscensio

Added By: JAOPCA
Versions: 1.10.2, 1.11.2
Module Name: exnihiloadscensio
Item Entries:

Click to expand

[
    {
        "name": "piece",
        "type": "item"
    },
    {
        "name": "hunk",
        "type": "item"
    }
]

Ex Nihilo Creatio

Added By: JAOPCA
Versions: 1.12.2
Module Name: exnihilocreatio
Item Entries:

Click to expand

[
    {
        "name": "piece",
        "type": "item"
    },
    {
        "name": "hunk",
        "type": "item"
    }
]

Ex Nihilo Omnia (Main)

Added By: JAOPCA
Versions: 1.10.2
Module Name: exnihiloomnia
Item Entries:

Click to expand

[
    {
        "name": "oreCrushed",
        "type": "item"
    },
    {
        "name": "orePowdered",
        "type": "item"
    },
    {
        "name": "oreSand",
        "type": "block",
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 0.6
            },
            "material": "sand",
            "sound_type": "ground",
            "fallable": true
        }
    },
    {
        "name": "oreFine",
        "type": "block",
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 0.6
            },
            "material": "sand",
            "sound_type": "snow",
            "fallable": true
        }
    }
]

Ex Nihilo Omnia (Ender)

Added By: JAOPCA
Versions: 1.10.2
Module Name: exnihiloomniaender
Module Dependencies: Ex Nihilo Omnia (Main)
Item Entries:

Click to expand

[
    {
        "name": "oreEnderBroken",
        "type": "item"
    },
    {
        "name": "oreEnderGravel",
        "type": "block",
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 0.6
            },
            "material": "sand",
            "sound_type": "ground",
            "fallable": true
        }
    }
]

Ex Nihilo Omnia (Nether)

Added By: JAOPCA
Versions: 1.10.2
Module Name: exnihiloomnianether
Module Dependencies: Ex Nihilo Omnia (Main)
Item Entries:

Click to expand

[
    {
        "name": "oreNetherBroken",
        "type": "item"
    },
    {
        "name": "oreNetherGravel",
        "type": "block",
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 0.6
            },
            "material": "sand",
            "sound_type": "ground",
            "fallable": true
        }
    }
]

Ex Nihilo Omnia (Overworld)

Added By: JAOPCA
Versions: 1.10.2
Module Name: exnihiloomniaoverworld
Module Dependencies: Ex Nihilo Omnia (Main)
Item Entries:

Click to expand

[
    {
        "name": "oreBroken",
        "type": "item"
    },
    {
        "name": "oreGravel",
        "type": "block",
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 0.6
            },
            "material": "sand",
            "sound_type": "ground",
            "fallable": true
        }
    }
]

Fence

Added By: JAOPCAAdditions
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: fence
Module Dependencies: Stick
Item Entries:

Click to expand

[
    {
        "name": "fence",
        "type": "block",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"],
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 5
            },
            "resistance": {
                "function": "constant",
                "value": 10
            },
            "light_opacity": {
                "function": "constant",
                "value": 0
            },
            "material": "iron",
            "sound_type": "metal",
            "full": false,
            "opaque": false,
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.additions.modules.ModuleFence$BlockFenceBase"
        }
    }
]

FuturePack

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: futurepack
Module Dependencies: Dust

Gear

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: gear
Item Entries:

Click to expand

[
    {
        "name": "gear",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"]
    }
]

Immersive Engineering

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: immersiveengineering
Module Dependencies: Dust

IndustrialCraft

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: industrialcraft
Module Dependencies: Dust
Item Entries:

Click to expand

[
    [
        {
            "name": "crushed",
            "type": "item"
        },
        {
            "name": "purified",
            "type": "item"
        }
    ],
    [
        {
            "name": "dustTiny",
            "type": "item",
            "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"],
            "skip": "(when TechReborn is loaded)"
        }
    ]
]

Magneticraft

Added By: JAOPCA
Versions: 1.10.2, 1.12.2
Module Name: magneticraft
Item Entries (1.10.2):

Click to expand

[
    [
        {
            "name": "crushedOre",
            "type": "item"
        },
        {
            "name": "pebbles",
            "type": "item"
        }
    ]
]

 
Item Entries (1.12.2):

Click to expand

[
    [
        {
            "name": "rockyChunk",
            "type": "item"
        },
        {
            "name": "chunk",
            "type": "item"
        }
    ]
]

Mekanism

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: mekanism
Module Dependencies: Dust

Click to expand

[
    [
        {
            "name": "dustDirty",
            "type": "item"
        },
        {
            "name": "clump",
            "type": "item"
        },
        {
            "name": "shard",
            "type": "item"
        },
        {
            "name": "crystal",
            "type": "item"
        },
        {
            "name": "slurryClean",
            "type": "gas",
            "properties": {
                "icon_name": "mekanism:blocks/liquid/liquidcleanore",
                "visible": false
            },
            "skip": true
        },
        {
            "name": "slurry",
            "type": "gas",
            "properties": {
                "icon_name": "mekanism:blocks/liquid/liquidore",
                "visible": false
            },
            "skip": true
        }
    ]
]

Molten

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: molten
Item Entries:

Click to expand

[
    {
        "name": "molten",
        "type": "fluid",
        "ore_types": ["ingot", "ingot_oreless"]
    }
]

Nugget

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: nugget
Item Entries:

Click to expand

[
    {
        "name": "nugget",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"]
    }
]

Ore Chunks

Added By: JAOPCAOreChunks
Versions: 1.10.2, 1.12.2
Module Name: orechunks
Item Entries:

Click to expand

[
    {
        "name": "oreChunk",
        "type": "item"
    }
]

Plate

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: plate
Item Entries:

Click to expand

[
    {
        "name": "plate",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"]
    }
]

Powered Thingies

Added By: JAOPCA
Versions: 1.12.2
Module Name: poweredthingies
Module Dependencies: Dust
Item Entries:

Click to expand

[
    [
        {
            "name": "teslaLump",
            "type": "item",
            "ore_types": ["ingot", "gem"]
        },
        {
            "name": "augmentedLump",
            "type": "item",
            "ore_types": ["ingot", "gem"]
        }
    ]
]

Railcraft

Added By: JAOPCA
Versions: 1.10.2
Module Name: railcraft
Module Dependencies: IndustrialCraft

Sky Resources

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: skyresources
Item Entries (1.10.2):

Click to expand

[
    {
        "name": "shardCrystal",
        "type": "item"
    },
    {
        "name": "dirtyCrystalFluid",
        "type": "fluid",
        "properties": {
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.modules.ModuleSkyResources$BlockDirtyCrystalFluidBase"
        }
    },
    {
        "name": "crystalFluid",
        "type": "fluid",
        "properties": {
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.modules.ModuleSkyResources$BlockCrystalFluidBase"
        }
    },
    {
        "name": "moltenCrystalFluid",
        "type": "fluid",
        "properties": {
            "material": "lava",
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.modules.ModuleSkyResources$BlockMoltenCrystalFluidBase"
        }
    },
    {
        "name": "dirtyGem",
        "type": "item",
        "ore_types": ["gem"]
    }
]

 
Item Entries (1.11.2):

Click to expand

[
    {
        "name": "shardCrystal",
        "type": "item"
    },
    {
        "name": "crystalFluid",
        "type": "fluid",
        "properties": {
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.modules.ModuleSkyResources$BlockCrystalFluidBase"
        }
    },
    {
        "name": "moltenCrystalFluid",
        "type": "fluid",
        "properties": {
            "material": "lava",
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.modules.ModuleSkyResources$BlockMoltenCrystalFluidBase"
        }
    },
    {
        "name": "dirtyGem",
        "type": "item",
        "ore_types": ["gem"]
    }
]

 
Item Entries (1.12.2):

Click to expand

[
    {
        "name": "dustAlch",
        "type": "item"
    },
    {
        "name": "dirtyGem",
        "type": "item",
        "ore_types": ["gem"]
    }
]

Stick

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: stick
Item Entries:

Click to expand

[
    {
        "name": "stick",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"]
    }
]

Tech Reborn

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: techreborn
Module Dependencies: Dust
Item Entries:

Click to expand

[
    {
        "name": "dustSmall",
        "type": "item",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless", "dust"]
    }
]

Thermal Expansion

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: thermalexpansion
Module Dependencies: Dust

Thermal Foundation

Added By: JAOPCAAdditions
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: thermalfoundation
Item Entries:

Click to expand

[
    {
        "name": "hardenedGlass",
        "type": "block",
        "ore_types": ["ingot", "ingot_oreless"],
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 3
            },
            "resistance": {
                "function": "constant",
                "value": 200
            },
            "light_opacity": {
                "function": "constant",
                "value": 0
            },
            "material": "glass",
            "sound_type": "glass",
            "full": false,
            "opaque": false,
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.additions.modules.ModuleThermalFoundation$BlockHardenedGlassBase"
        }
    }
]

Tinker's Construct

Added By: JAOPCA
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: tinkersconstruct
Module Dependencies: Molten

Wall

Added By: JAOPCAAdditions
Versions: 1.10.2, 1.11.2, 1.12.2
Module Name: wall
Module Dependencies: Block
Item Entries:

Click to expand

[
    {
        "name": "fence",
        "type": "block",
        "ore_types": ["ingot", "ingot_oreless", "gem", "gem_oreless"],
        "properties": {
            "hardness": {
                "function": "constant",
                "value": 5
            },
            "resistance": {
                "function": "constant",
                "value": 3.333
            },
            "light_opacity": {
                "function": "constant",
                "value": 0
            },
            "material": "iron",
            "sound_type": "metal",
            "full": false,
            "opaque": false,
            "_comment0": "Note that this property is not read by JAOPCACustom",
            "block_class": "thelm.jaopca.additions.modules.ModuleWall$BlockWallBase"
        }
    }
]