Not sure if is already in the mod or not but i know that exist in changed.
Tapes: Holds a ResourceLocation inside of the itemStack.
New datapack handle: register handle for TapeRecords
TapeRecord Object.
ChatRecording Object.
TapeRecord hold a list ChatRecordings and a int number
Each ChatRecording has
- float that tells when it will be displayed in chat.
- Component(s) [single or list]
The number of the TapeRecord is how many ticks the Record has.
The Tape Recorder Block will tick such TapeRecord that is attached to the block entity.
And it will use a ratio of how much of the progress has pass to trigger each ChatRecording
Logic is "if ratio >= value trigger chat once"
Not sure if is already in the mod or not but i know that exist in changed.
Tapes: Holds a ResourceLocation inside of the itemStack.
New datapack handle: register handle for TapeRecords
TapeRecord Object.
ChatRecording Object.
TapeRecord hold a list ChatRecordings and a int number
Each ChatRecording has
The number of the TapeRecord is how many ticks the Record has.
The Tape Recorder Block will tick such TapeRecord that is attached to the block entity.
And it will use a ratio of how much of the progress has pass to trigger each ChatRecording
Logic is "if ratio >= value trigger chat once"