diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-10-24 23:24:09 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-10-24 23:24:09 +0800 |
| commit | 2ebc99aff27d26aee351ae5e71b148a98bfbf59e (patch) | |
| tree | ad326639d5ec29c5bc949669e40eb81f9490620b /src/main | |
| parent | f955ea0ba0891c28967552d07aae6a7b9389673c (diff) | |
| download | RoughlyEnoughItems-2ebc99aff27d26aee351ae5e71b148a98bfbf59e.tar.gz RoughlyEnoughItems-2ebc99aff27d26aee351ae5e71b148a98bfbf59e.tar.bz2 RoughlyEnoughItems-2ebc99aff27d26aee351ae5e71b148a98bfbf59e.zip | |
license
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java index 1c42b3e89..f5f97ce41 100644 --- a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java +++ b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.gui.toast; import com.mojang.blaze3d.platform.GlStateManager; |
