big rock naming overhaul -- keeping to the ad astra naming scheme, then using lang files to give them funny rock names
This commit is contained in:
parent
38219fdb98
commit
2c0d2cbd24
83 changed files with 914 additions and 784 deletions
|
|
@ -17,13 +17,13 @@
|
|||
"andesite": "tfc:andesite",
|
||||
"dacite": "tfc:dacite",
|
||||
|
||||
"syenite": {
|
||||
"raw": "tfg:raw_syenite",
|
||||
"hardened": "tfg:hardened_syenite",
|
||||
"mars_stone": {
|
||||
"raw": "ad_astra:mars_stone",
|
||||
"hardened": "tfg:rock/hardened_mars_stone",
|
||||
"gravel": "ad_astra:mars_sand",
|
||||
"cobble": "ad_astra:mars_cobblestone",
|
||||
"sand": "ad_astra:mars_sand",
|
||||
"sandstone": "tfg:raw_syenite"
|
||||
"sandstone": "ad_astra:mars_stone"
|
||||
},
|
||||
|
||||
"red_granite": {
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"basalt",
|
||||
"andesite",
|
||||
"dacite",
|
||||
"syenite",
|
||||
"mars_stone",
|
||||
"red_granite"
|
||||
],
|
||||
"layers": [
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
{
|
||||
"id": "intermediate",
|
||||
"layers": {
|
||||
"syenite": "bottom"
|
||||
"mars_stone": "bottom"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
"red_granite": "land_sedimentary",
|
||||
"granite": "land_sedimentary",
|
||||
"gabbro": "land_sedimentary",
|
||||
"syenite": "land_sedimentary"
|
||||
"mars_stone": "land_sedimentary"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue