Skip to content

Commit

Permalink
Fixes #2219. Island homes were set incorrectly with a new island.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Nov 4, 2023
1 parent 4200fe4 commit 6d09a5a
Show file tree
Hide file tree
Showing 7 changed files with 1,863 additions and 1,835 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;

import world.bentobox.bentobox.api.panels.reader.ItemTemplateRecord.ActionRecords;

/**
* This Record contains all necessary information about Item Template that can be used to craft panel item.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import org.eclipse.jdt.annotation.Nullable;

import world.bentobox.bentobox.api.panels.Panel;
import world.bentobox.bentobox.api.panels.reader.PanelTemplateRecord.TemplateItem;

/**
* This is template object for the panel reader. It contains data that can exist in the panel.
Expand Down
Loading

0 comments on commit 6d09a5a

Please sign in to comment.