MehVahdJukaar / vertical_slab_compat

Other
1 stars 5 forks source link

IE metal block vertical slabs are named inconsistently #21

Open saltyseadoggo opened 1 year ago

saltyseadoggo commented 1 year ago

The vertical slabs for IE's metal blocks (Block of Aluminum, Block of Uranium, etc.) are named inconsistently with their full block forms. One would expect them to have names following the pattern <metal> Vertical Slab to match how the regular slabs for these blocks follow the pattern <metal> Slab. They instead follow the pattern Storage <metal> Vertical Slab.

I wrote an en_us.json segment that corrects this issue:

    "block.v_slab_compat.immersiveengineering.storage_aluminum_vertical_slab": "Aluminum Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_lead_vertical_slab": "Lead Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_silver_vertical_slab": "Silver Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_nickel_vertical_slab": "Nickel Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_uranium_vertical_slab": "Uranium Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_constantan_vertical_slab": "Constantan Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_electrum_vertical_slab": "Electrum Vertical Slab",
    "block.v_slab_compat.immersiveengineering.storage_steel_vertical_slab": "Steel Vertical Slab"