From fe33a13e0e86146ee1aeaed4a02f310bae18c438 Mon Sep 17 00:00:00 2001 From: Carter <69820300+Cart3r1234@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:28:32 -0400 Subject: [PATCH] Add the Portal 1 Cores to the portal 1 entities tag --- .../data/portalcubed/tags/entity_types/p1_entity.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/portalcubed/tags/entity_types/p1_entity.json b/src/main/resources/data/portalcubed/tags/entity_types/p1_entity.json index 306b22c8..6995cda9 100644 --- a/src/main/resources/data/portalcubed/tags/entity_types/p1_entity.json +++ b/src/main/resources/data/portalcubed/tags/entity_types/p1_entity.json @@ -1,6 +1,10 @@ { "values": [ "portalcubed:portal_1_storage_cube", - "portalcubed:portal_1_companion_cube" + "portalcubed:portal_1_companion_cube", + "portalcubed:curiosity_core", + "portalcubed:morality_core", + "portalcubed:intelligence_core", + "portalcubed:anger_core" ] } \ No newline at end of file