added "spawned by" for creative items

closes #41
This commit is contained in:
hyperdefined
2023-10-17 14:17:41 -04:00
parent 9f81cb1f74
commit 68c9685477
5 changed files with 180 additions and 22 deletions

View File

@@ -121,6 +121,11 @@ public class ItemLore {
itemOwner = toolStats.getLoreFromConfig("fished.caught-by", true);
break;
}
case 6: {
dateCreated = toolStats.getLoreFromConfig("spawned.spawned-on", true);
itemOwner = toolStats.getLoreFromConfig("spawned.spawned-by", true);
break;
}
}
if (dateCreated == null || itemOwner == null) {