Merge updates from 1.19.2 to 1.20.1

This commit is contained in:
Zontreck 2024-02-14 00:44:04 -07:00
parent ed20b4f5fb
commit fa67381990
13 changed files with 118 additions and 197 deletions

View file

@ -20,6 +20,7 @@ public class HeartsCommand
private static int hearts(CommandSourceStack stack, boolean compressHearts)
{
var exec = new CommandExecutionEvent(stack.getPlayer(), "hearts");
if(MinecraftForge.EVENT_BUS.post(exec))
{