Skip to content

Commit

Permalink
Remove MCProtocolLib credits from rewritten classes
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Jun 27, 2024
1 parent 5c9cfcb commit e7739ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.github.retrooper.packetevents.protocol.item.ItemStack;
import com.github.retrooper.packetevents.wrapper.PacketWrapper;

// From MCProtocolLib
public class Ingredient {

private final ItemStack[] options;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.github.retrooper.packetevents.resources.ResourceLocation;
import com.github.retrooper.packetevents.wrapper.PacketWrapper;

// From MCProtocolLib
public class Recipe<T extends RecipeData> {

private final ResourceLocation key;
Expand Down

0 comments on commit e7739ba

Please sign in to comment.