Changed Soul Forge Gui texture
This commit is contained in:
parent
9254ffd46d
commit
39015f05a6
4 changed files with 12 additions and 12 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue