NPC full circle.
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user