Fixed some keyhole texture case sensitivity thing- also let's not use the
build output resources folder as a dumping ground for textures, thanks.
This commit is contained in:
@@ -49,8 +49,8 @@ public class RenderDimDoor extends TileEntitySpecialRenderer
|
|||||||
{
|
{
|
||||||
private FloatBuffer buffer = GLAllocation.createDirectFloatBuffer(16);
|
private FloatBuffer buffer = GLAllocation.createDirectFloatBuffer(16);
|
||||||
private ResourceLocation warpPath= new ResourceLocation(mod_pocketDim.modid + ":textures/other/WARP.png");
|
private ResourceLocation warpPath= new ResourceLocation(mod_pocketDim.modid + ":textures/other/WARP.png");
|
||||||
private ResourceLocation keyPath= new ResourceLocation(mod_pocketDim.modid + ":textures/other/Keyhole.png");
|
private ResourceLocation keyPath= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyhole.png");
|
||||||
private ResourceLocation KeyholeLight= new ResourceLocation(mod_pocketDim.modid + ":textures/other/KeyholeLight.png");
|
private ResourceLocation KeyholeLight= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyholeLight.png");
|
||||||
private ResourceLocation keyOutline= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyOutline.png");
|
private ResourceLocation keyOutline= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyOutline.png");
|
||||||
private ResourceLocation keyOutlineLight= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyOutlineLight.png");
|
private ResourceLocation keyOutlineLight= new ResourceLocation(mod_pocketDim.modid + ":textures/other/keyOutlineLight.png");
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ itemGroup.dimDoorsCreativeTab=Dimensional Doors Items
|
|||||||
tile.doorGold.name=Golden Door
|
tile.doorGold.name=Golden Door
|
||||||
tile.transientDoor.name=Transient Door
|
tile.transientDoor.name=Transient Door
|
||||||
tile.dimDoorGold.name=Golden Dimensional Door
|
tile.dimDoorGold.name=Golden Dimensional Door
|
||||||
tile.quartzDoor.name=Quartz Door
|
tile.doorQuartz.name=Quartz Door
|
||||||
tile.dimDoorPersonal.name=Personal Dimensional Door
|
tile.dimDoorPersonal.name=Personal Dimensional Door
|
||||||
tile.blockDimWall.name=Fabric of Reality
|
tile.blockDimWall.name=Fabric of Reality
|
||||||
tile.blockAlteredWall.name=Altered Fabric
|
tile.blockAlteredWall.name=Altered Fabric
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Reference in New Issue
Block a user