1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed VanillaItem since version

This commit is contained in:
Poslovitch 2017-08-14 18:15:59 +02:00
parent a6fcd5146b
commit 4b284a3005

View File

@ -12,7 +12,7 @@ import me.mrCookieSlime.Slimefun.Objects.Category;
* When a VanillaItem gets disabled, its {@link SlimefunItem.State} goes on {@code State.VANILLA} which automatically
* replace it in the recipes by its vanilla equivalent.
*
* @since 4.0
* @since 4.1.6
*/
public class VanillaItem extends SlimefunItem {