AlmuraDev / GameServer

0 stars 0 forks source link

Name Not Set for Mossy/Cracked stone brick #16

Closed TherayTharow closed 5 years ago

TherayTharow commented 6 years ago

this makes the stone mossy/cracked brick have a name location for client \AppData\Roaming.technic\modpacks\almura-3\assets\fs\assets\almura\content\block\slab_translations\en_us.json { "afledos_slab.name": "Afledos Slab", "cherry_slab.name": "Cherry Slab", "citrus_slab.name": "Citrus Slab", "dark_ephedra_slab.name": "Dark Ephedra Slab", "doku_slab.name": "Doku Slab", "fraze_slab.name": "Fraze Slab", "green_apple_slab.name": "Green Apple Slab", "juko_slab.name": "Juko Slab", "kiwi_slab.name": "Kiwi Slab", "light_ephedra_slab.name": "Light Ephedra Slab", "liku_slab.name": "Liku Slab", "morbus_slab.name": "Morbus Slab", "packed_ice.name": "Packed Ice Slab", "peach_slab.name": "Peach Slab", "plum_slab.name": "Plum Slab", "walnut_slab.name": "Walnut Slab" } needs to be { "afledos_slab.name": "Afledos Slab", "cherry_slab.name": "Cherry Slab", "citrus_slab.name": "Citrus Slab", "dark_ephedra_slab.name": "Dark Ephedra Slab", "doku_slab.name": "Doku Slab", "fraze_slab.name": "Fraze Slab", "green_apple_slab.name": "Green Apple Slab", "juko_slab.name": "Juko Slab", "kiwi_slab.name": "Kiwi Slab", "light_ephedra_slab.name": "Light Ephedra Slab", "liku_slab.name": "Liku Slab", "morbus_slab.name": "Morbus Slab", "packed_ice.name": "Packed Ice Slab", "peach_slab.name": "Peach Slab", "plum_slab.name": "Plum Slab", "walnut_slab.name": "Walnut Slab", "stonebrick_cracked_slab.name": "Cracked Stone Brick Slab", "stonebrick_mossy_slab.name": "Mossy Stone Brick Slab" }

TherayTharow commented 5 years ago

this can be use to fix all block with this problem