diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-03-05 15:49:06 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-03-05 15:49:06 +0800 |
| commit | 37d201d5db11c717ffa0d9d3d4af5ed6381a21fa (patch) | |
| tree | bcbd169dad006bcc2f1581e8063b12260f40b575 /src/main/resources | |
| parent | 0fc97290731e0e857c6276411e0a89a056dba561 (diff) | |
| download | RoughlyEnoughItems-37d201d5db11c717ffa0d9d3d4af5ed6381a21fa.tar.gz RoughlyEnoughItems-37d201d5db11c717ffa0d9d3d4af5ed6381a21fa.tar.bz2 RoughlyEnoughItems-37d201d5db11c717ffa0d9d3d4af5ed6381a21fa.zip | |
get fluid bucket
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png | bin | 8371 -> 8469 bytes | |||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png | bin | 7516 -> 7629 bytes | |||
| -rw-r--r-- | src/main/resources/listeners.roughlyenoughitems.json | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png Binary files differindex 6ca062b10..283666cda 100755 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png Binary files differindex a0fe563c7..2c3ef6597 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png diff --git a/src/main/resources/listeners.roughlyenoughitems.json b/src/main/resources/listeners.roughlyenoughitems.json index 79586f4e3..31568c4f2 100644 --- a/src/main/resources/listeners.roughlyenoughitems.json +++ b/src/main/resources/listeners.roughlyenoughitems.json @@ -8,7 +8,8 @@ "ContainerScreenHooks", "RecipeBookGuiHooks", "AbstractInventoryScreenHooks", - "RecipeBookButtonWidgetHooks" + "RecipeBookButtonWidgetHooks", + "BucketItemHooks" ], "injectors": { "defaultRequire": 1 |
