#Modpack: Prominence 2 [RPG] Mod Suggestion: Add...

1 messages · Page 1 of 1 (latest)

young turtleBOT
glacial pumice
#

I added these configs to Block Swapper for a few ores that weren't included.

  • Lead (Modern Industrialization -> Tech Reborn)
  • Bauxite (Modern Industrialization -> Tech Reborn)
  • Iridium (Modern Industrialization -> Tech Reborn)
  • Tungsten (Tech Reborn -> Modern Industrialization)
  • Salt (Modern Industrialization -> Bewitchment)
  • Silver (Bewitchment -> Tech Reborn)

To use this, open the config file at \CurseForge\Minecraft\Instances\Prominence II [RPG]\config\blockswap\block_swap.json5 and paste the following over the "swapper" section. This will work on existing saves. Upon loading the world, the blocks will be swapped.

    "swapper": {
        "modern_industrialization:tin_ore": "techreborn:tin_ore",
        "modern_industrialization:deepslate_tin_ore": "techreborn:deepslate_tin_ore",
        "modern_industrialization:lead_ore": "techreborn:lead_ore",
        "modern_industrialization:deepslate_lead_ore": "techreborn:deepslate_lead_ore",
        "modern_industrialization:bauxite_ore": "techreborn:bauxite_ore",
        "modern_industrialization:deepslate_bauxite_ore": "techreborn:deepslate_bauxite_ore",
        "modern_industrialization:iridium_ore": "techreborn:iridium_ore",
        "modern_industrialization:deepslate_iridium_ore": "techreborn:deepslate_iridium_ore",
        "techreborn:deepslate_tungsten_ore": "modern_industrialization:deepslate_tungsten_ore"
        "modern_industrialization:salt_ore": "bewitchment:salt_ore",
        "modern_industrialization:deepslate_salt_ore": "bewitchment:deepslate_salt_ore",
        "indrev:tin_ore": "techreborn:tin_ore",
        "indrev:deepslate_tin_ore": "techreborn:deepslate_tin_ore",
        "indrev:silver_ore": "techreborn:silver_ore",
        "indrev:deepslate_silver_ore": "techreborn:deepslate_silver_ore",
        "bewitchment:silver_ore": "techreborn:silver_ore",
        "bewitchment:deepslate_silver_ore": "techreborn:deepslate_silver_ore",
        "croptopia:salt_ore": "minecraft:grass_block",
        "modern_industrialization:replicator": "minecraft:air",
        "botania:enchanter": "minecraft:lapis_block",
        "powah:energy_cable_nitro": "indrev:cable_mk4",
        "powah:energy_cable_spirited": "indrev:cable_mk3",
        "powah:energy_cable_niotic": "indrev:cable_mk3",
        "powah:energy_cable_blazing": "indrev:cable_mk2",
        "powah:energy_cable_hardened": "indrev:cable_mk2",
        "powah:energy_cable_basic": "indrev:cable_mk1",
        "powah:energy_cable_starter": "indrev:cable_mk1"
    }
#

I didn't realize while building the config, but MI's version of Iridium is disabled, so it doesn't actually need to be added in this config. It doesn't hurt, though.

open saffron
#

@glacial pumice

glacial pumice
glacial pumice
#

I missed one! 😩 There's a Lead ore from IndRev.

#

I'll post a revision once I fix it.

glacial pumice
#

Revised swapper config (incoming):

  • [Lead Ore] IndRev and TechReborn are now swapped to ModernIndustrialization
    • I chose the MI lead because there are too many purple ores (Galena, Tungsten) already.
  • [Tungsten Ore] IndRev is now swapped to ModernIndustrialization
open saffron
#

should dm elocin with the updated config

glacial pumice
#

I'll send a ping once I have it posted.

#
    "swapper": {
        "modern_industrialization:tin_ore": "techreborn:tin_ore",
        "modern_industrialization:deepslate_tin_ore": "techreborn:deepslate_tin_ore",
        "modern_industrialization:bauxite_ore": "techreborn:bauxite_ore",
        "modern_industrialization:deepslate_bauxite_ore": "techreborn:deepslate_bauxite_ore",
        "modern_industrialization:iridium_ore": "techreborn:iridium_ore",
        "modern_industrialization:deepslate_iridium_ore": "techreborn:deepslate_iridium_ore",
        "modern_industrialization:salt_ore": "bewitchment:salt_ore",
        "modern_industrialization:deepslate_salt_ore": "bewitchment:deepslate_salt_ore",
        "techreborn:lead_ore": "modern_industrialization:lead_ore",
        "techreborn:deepslate_lead_ore": "modern_industrialization:deepslate_lead_ore",
        "techreborn:deepslate_tungsten_ore": "modern_industrialization:deepslate_tungsten_ore"
        "indrev:tin_ore": "techreborn:tin_ore",
        "indrev:deepslate_tin_ore": "techreborn:deepslate_tin_ore",
        "indrev:silver_ore": "techreborn:silver_ore",
        "indrev:deepslate_silver_ore": "techreborn:deepslate_silver_ore",
        "indrev:tungsten_ore": "modern_industrialization:deepslate_tungsten_ore",
        "indrev:deepslate_tungsten_ore": "modern_industrialization:deepslate_tungsten_ore",
        "indrev:lead_ore": "modern_industrialization:lead_ore",
        "indrev:deepslate_lead_ore": "modern_industrialization:deepslate_lead_ore",
        "bewitchment:silver_ore": "techreborn:silver_ore",
        "bewitchment:deepslate_silver_ore": "techreborn:deepslate_silver_ore",
        "croptopia:salt_ore": "minecraft:grass_block",
        "modern_industrialization:replicator": "minecraft:air",
        "botania:enchanter": "minecraft:lapis_block",
        "powah:energy_cable_nitro": "indrev:cable_mk4",
        "powah:energy_cable_spirited": "indrev:cable_mk3",
        "powah:energy_cable_niotic": "indrev:cable_mk3",
        "powah:energy_cable_blazing": "indrev:cable_mk2",
        "powah:energy_cable_hardened": "indrev:cable_mk2",
        "powah:energy_cable_basic": "indrev:cable_mk1",
        "powah:energy_cable_starter": "indrev:cable_mk1"
    }
#

Ah, I can't ping devs.

open saffron
#

just dm it ig

glacial pumice
#

Nah, that seems worse.

#

Someone who can ping devs should do so here if deemed appropriate.

#

I should test the config on my server first anyway. I'm about to do it now.