diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-13 00:25:30 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-13 00:25:30 +0800 |
| commit | ec2836c91a189dbfc6ca715c11149cb25c31d8c8 (patch) | |
| tree | e1c226a7fb13f8e30d642ebd019d10600378904a /src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java | |
| parent | 270eedeacf7693095e72327611ced03bbdbd8bc8 (diff) | |
| download | RoughlyEnoughItems-ec2836c91a189dbfc6ca715c11149cb25c31d8c8.tar.gz RoughlyEnoughItems-ec2836c91a189dbfc6ca715c11149cb25c31d8c8.tar.bz2 RoughlyEnoughItems-ec2836c91a189dbfc6ca715c11149cb25c31d8c8.zip | |
Better Recipe Tooltips
Diffstat (limited to 'src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java b/src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java index b4bcdb39a..0d501105f 100644 --- a/src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java +++ b/src/main/java/me/shedaniel/rei/plugin/BrewingRecipe.java @@ -14,4 +14,5 @@ public class BrewingRecipe { this.ingredient = ingredient_1; this.output = object_2; } + }
\ No newline at end of file |
