1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Disabled Slimefun Items will no longer leave an empty Slot

This commit is contained in:
mrCookieSlime 2016-04-17 20:48:28 +02:00
parent 22e005e33d
commit acd3b945de
2 changed files with 4 additions and 2 deletions

View File

@ -659,6 +659,7 @@ public class SlimefunGuide {
return false;
}
});
index++;
}
}
else {
@ -670,6 +671,7 @@ public class SlimefunGuide {
return false;
}
});
index++;
}
}
else {
@ -683,8 +685,8 @@ public class SlimefunGuide {
return false;
}
});
index++;
}
index++;
}
menu.open(p);

View File

@ -1,5 +1,5 @@
name: Slimefun
version: 4.0.2
version: 4.0.3
author: mrCookieSlime
description: Slimefun basically turns your entire Server into a FTB modpack without installing a single mod
website: http://mrcookieslime.github.io/