Skip to content

Commit

Permalink
Prepare release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxCrafterLP committed Apr 7, 2024
1 parent 27cecc4 commit 4e436f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ Tested versions: 1.17, 1.18, 1.19, 1.20

A possible use for this plugin would be an integration into an automatic lava farm using dripstone blocks. This would allow dispensers to empty the cauldrons and fill chests with lava buckets.

<img src="/images/2024-04-07_21.48.31.png" width="800">

## Installation

The installation is fairly straightforward. Download the plugin from the [releases tab](https://github.com/VoxCrafterLP/CauldronInteract/releases) and put the .jar file into the `plugins` folder. Make sure that you are using a 1.17+ server.

For a terminal environment, use this:
```bash
cd plugins/
wget https://github.com/VoxCrafterLP/CauldronInteract/releases/download/v1.2.2/CauldronInteract-1.2.2-RELEASE.jar
wget https://github.com/VoxCrafterLP/CauldronInteract/releases/download/v1.2.3/CauldronInteract-1.2.3-RELEASE.jar
```

## Bugreports and features
Expand Down
Binary file added images/2024-04-07_21.48.31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.voxcrafterlp</groupId>
<artifactId>CauldronInteract</artifactId>
<version>1.2.2-RELEASE</version>
<version>1.2.3-RELEASE</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected void modifyDispenserInventory(Block block, ItemStack remove, ItemStack
/*
* The BlockDispenseEvent returns the dispensed itemstack.
* The amount of the itemstack is always 1, EXCEPT for empty glass bottles *which totally makes sense*
* Applies only to 1.17, newer versions don't have this bug
*/
final int removeIndex = remove.getAmount() > 1 ?
dispenserInventory.first(remove) :
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CauldronInteract
version: 1.2.2
version: 1.2.3
api-version: 1.17
author: VoxCrafter_LP
main: com.voxcrafterlp.cauldroninteract.CauldronInteract
Expand Down

0 comments on commit 4e436f3

Please sign in to comment.