add first patch
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
console.info("[SOCIETY] disableSaltSnowball.js loaded");
|
||||
|
||||
BlockEvents.rightClicked("vintagedelight:salt", (e) => {
|
||||
if (e.player.isCrouching() || e.item.hasTag("forge:tools/shovels")) e.cancel();
|
||||
});
|
||||
Reference in New Issue
Block a user