Add a config option to change the textures of the end ores to use the stone background.
I still need to add the other ores, but this is the main one that needs doing.
This commit is contained in:
parent
23b3b7335c
commit
d7ce35428c
4 changed files with 57 additions and 18 deletions
|
@ -55,6 +55,11 @@
|
|||
"all": "techreborn:blocks/ore/tungsten_ore"
|
||||
}
|
||||
},
|
||||
"tungsten_stone": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/ore/tungsten_ore_stone"
|
||||
}
|
||||
},
|
||||
"sheldonite": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/ore/sheldonite_ore"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 444 B |
Loading…
Add table
Add a link
Reference in a new issue