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:
Pyritie 2025-05-05 17:41:36 +01:00
parent 38219fdb98
commit 2c0d2cbd24
83 changed files with 914 additions and 784 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "tfc:block/rock/loose_sedimentary_1",
"textures": {
"texture": "ad_astra:block/mars_stone"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "tfc:block/rock/loose_sedimentary_2",
"textures": {
"texture": "ad_astra:block/mars_stone"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "tfc:block/rock/loose_sedimentary_3",
"textures": {
"texture": "ad_astra:block/mars_stone"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "tfc:block/rock/loose_igneous_intrusive_1",
"textures": {
"texture": "ad_astra:block/mars_stone"
"texture": "ad_astra:block/moon_deepslate"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "tfc:block/rock/loose_igneous_intrusive_2",
"textures": {
"texture": "ad_astra:block/mars_stone"
"texture": "ad_astra:block/moon_deepslate"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "tfc:block/rock/loose_igneous_intrusive_3",
"textures": {
"texture": "ad_astra:block/mars_stone"
"texture": "ad_astra:block/moon_deepslate"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ad_astra:block/moon_deepslate"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "ad_astra:block/mars_stone"
}
}