LtxProgrammer / LtxProgrammer/Changed-Minecraft-Mod
Tape record suggestion
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 83
- Forks
- 58
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 2
Description
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"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes TapeRecord, ChatRecording, a Tape Recorder Block, and a datapack handle, but names no files or tests. Start by locating any existing tape recorder and datapack registration entry points, then clarify the object model, timing behavior, and completion criteria before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100