This commit is contained in:
sainagh
2024-05-25 09:31:20 -07:00
parent 9bc8b6f851
commit 9bccd068fd
393 changed files with 83107 additions and 5857 deletions
+2
View File
@@ -415,6 +415,8 @@ aquaticstone.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:shark ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true);
Commands.call("summon divinerpg:liopleurodon ~ ~ ~", player, world, true, true);
stack.shrink(1);
return "PASS";
}