NPC full circle.

This commit is contained in:
2025-06-23 23:33:52 -05:00
parent 57d231b561
commit 5520945022
2 changed files with 26 additions and 23 deletions

View File

@ -35,6 +35,6 @@ def parseEntity(obj, chunkData):
obj['data'] = {}
obj['data']['npc'] = {}
obj['data']['npc']['interactType'] = 'NPC_INTERACT_TYPE_TEXT'
obj['data']['npc']['text'] = '"test"'
obj['data']['npc']['text'] = '"test.npc.text"'
return obj