test: Added some tests for annotations
This commit is contained in:
@ -81,7 +81,7 @@ public class ItemBlockSupplier {
|
||||
if (dropsList.get(key).equals(item.getId())) {
|
||||
block.setDrops(List.of(item));
|
||||
} else {
|
||||
block.setDrops(List.of(getItem(dropsList.get(key), block))); // Todo: Add block reference
|
||||
block.setDrops(List.of(getItem(dropsList.get(key), block)));
|
||||
}
|
||||
|
||||
return block;
|
||||
|
Reference in New Issue
Block a user