Implemented registry renaming as discussed in #70 (#89)

- Implemented registry renaming as discussed in #70 (#89)
This commit is contained in:
shartte
2016-08-24 09:34:48 +02:00
committed by Sebastian Hartte
parent 6f2bbfab4c
commit c2a239a12f
28 changed files with 130 additions and 123 deletions
@@ -1,7 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:cell_workbench"
"model": "appliedenergistics2:cell_work_bench"
}
}
}
@@ -1,7 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:sky_stone_block"
"model": "appliedenergistics2:sky_stone_block_stone"
}
}
}
@@ -1,7 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:sky_stone_brick"
"model": "appliedenergistics2:sky_stone_block_brick"
}
}
}
@@ -1,7 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:sky_stone_small_brick"
"model": "appliedenergistics2:sky_stone_block_small_brick"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:sky_stone_block_block"
}
}
}