LtxProgrammer / LtxProgrammer/Changed-Minecraft-Mod

Tape record suggestion

Open
#1,825 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. float that tells when it will be displayed in chat.
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.