Changed Soul Forge Gui texture

This commit is contained in:
WayofTime 2016-01-07 22:40:04 -05:00
parent 9254ffd46d
commit 39015f05a6
4 changed files with 12 additions and 12 deletions

View file

@ -23,13 +23,13 @@ public class ContainerSoulForge extends Container
{
for (int j = 0; j < 9; j++)
{
addSlotToContainer(new Slot(inventoryPlayer, j + i * 9 + 9, 8 + j * 18, 75 + i * 18));
addSlotToContainer(new Slot(inventoryPlayer, j + i * 9 + 9, 8 + j * 18, 123 + i * 18));
}
}
for (int i = 0; i < 9; i++)
{
addSlotToContainer(new Slot(inventoryPlayer, i, 8 + i * 18, 133));
addSlotToContainer(new Slot(inventoryPlayer, i, 8 + i * 18, 181));
}
}