Fixes most of the item model issues after registry name changes.

This commit is contained in:
Sebastian Hartte
2016-08-26 02:25:59 +02:00
parent 85cf7d7981
commit 5211bf4c98
121 changed files with 497 additions and 936 deletions
@@ -39,10 +39,10 @@ public class SkyChestRenderingCustomizer extends BlockRenderingCustomizer
{
default:
case STONE:
modelName = "sky_chest_stone";
modelName = "sky_stone_chest";
break;
case BLOCK:
modelName = "sky_chest_block";
modelName = "smooth_sky_stone_chest";
break;
}
return modelName;