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
6
kubejs/assets/tfg/models/block/loose/mars_stone_1.json
Normal file
6
kubejs/assets/tfg/models/block/loose/mars_stone_1.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "tfc:block/rock/loose_sedimentary_1",
|
||||
"textures": {
|
||||
"texture": "ad_astra:block/mars_stone"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/block/loose/mars_stone_2.json
Normal file
6
kubejs/assets/tfg/models/block/loose/mars_stone_2.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "tfc:block/rock/loose_sedimentary_2",
|
||||
"textures": {
|
||||
"texture": "ad_astra:block/mars_stone"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/tfg/models/block/loose/mars_stone_3.json
Normal file
6
kubejs/assets/tfg/models/block/loose/mars_stone_3.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "tfc:block/rock/loose_sedimentary_3",
|
||||
"textures": {
|
||||
"texture": "ad_astra:block/mars_stone"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/moon_deepslate"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "ad_astra:block/mars_stone"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue