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

this is probably unintended?

This commit is contained in:
qwertyuioplkjhgfd 2021-12-20 23:30:56 -08:00
parent c580f296be
commit 9723d6af80

View File

@ -28,7 +28,7 @@ public class Parachute extends SlimefunItem {
@ParametersAreNonnullByDefault
public Parachute(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {
super(itemGroup, item, RecipeType.ENHANCED_CRAFTING_TABLE, recipe);
super(itemGroup, item, recipeType, recipe);
}
}