mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 05:28:59 +00:00
Fixed Adding Blocks to Cauldon in 1.7
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
# vim
|
||||
.*.sw[a-p]
|
||||
|
||||
# IntelliJ
|
||||
/.idea
|
||||
|
||||
# various other potential build files
|
||||
/build
|
||||
/bin
|
||||
|
||||
@@ -44,11 +44,6 @@
|
||||
<updatePolicy>always</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>milkbowl-repo</id>
|
||||
<url>http://ci.herocraftonline.com/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@@ -59,11 +54,5 @@
|
||||
<version>1.7.2-R0.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>Vault</artifactId>
|
||||
<version>1.2.27</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -81,6 +81,9 @@ public class PlayerListener implements Listener {
|
||||
player.setItemInHand(new ItemStack(0));
|
||||
}
|
||||
}
|
||||
event.setCancelled(true);
|
||||
} else {
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
// access a barrel
|
||||
|
||||
Reference in New Issue
Block a user