Attempt more fixes

This commit is contained in:
zontreck 2025-02-23 01:13:12 -07:00
parent ddc7fa9952
commit abfaa02ace
6 changed files with 24 additions and 20 deletions

View file

@ -2,13 +2,12 @@ package com.zontreck.events;
import com.zontreck.homes.Home;
import net.minecraftforge.eventbus.api.Cancelable;
import net.minecraftforge.eventbus.api.Event;
import net.neoforged.bus.api.Event;
/**
* This event may be cancelled if the home is in a invalid location, like in the middle of a claim they have no rights to
*/
@Cancelable
public class HomeCreatedEvent extends Event
{
public Home home;