LtxProgrammer / LtxProgrammer/Changed-Minecraft-Mod

REWORK: Reorganize entity naming conventions, class structures, and species organization

Aperta
#1,584 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

documentation long-term
Lingua principale
Java
Stelle
83
Fork
58
Merge medio
1g 16h
PR unite (30g)
2

Descrizione

Related to #772.

Over the nearly 4 years of work put into the mod, the understanding of the world that Changed presents has been evolving. This issue presents the opportunity to fix naming errors and to improve species organization.

- [ ] Rename "Gas Wolf" (and other related terms) to "Wolf".

This entity name was derived from calling the resulting transfur from breathing the transfurring gas an "Aerosol Latex Wolf." This was changed to "gas wolf" in the middle of 2024. Since then, we have added the "Gas Wolf Pup," whose origin of transfur is completely unrelated to its name (from the fennec tf). Discarding the term "Gas" from these names will also remove the origin of transfur from the name, allowing its presence to make sense in more contexts.

- [ ] Rename entities that resemble their anthro counterpart to "Anthro" **AND/OR** rename entities that resemble their feral counterpart to "Feral."

Deciding which shape of the entity gets the name will make naming entities more consistent, and more descriptive. For example: should the name "Latex Crow" go to the anthro (human sized, w/ arms) or feral (bird sized, w/ wings) entity?

- [ ] Organize entities more strictly to their "species."

What I mean by this broad terminology is to more clearly organize class structures (and therefor behavior inheritance) to better reflect the relationship of one entity to another. For example:

```
Non-latex biological (flesh and blood, probably)
├ "Gas Wolf"
├ "Gas Skunk"
├ "Beifeng"
├ "Dark Dragon"
└ ...
Dark latex
├ "Dark Latex Wolf"
├ "Dark Latex Yufeng"
├ "Phage Latex Wolf"
└ ...
White latex
├ Hivemind white latex
│ ├ "Pure White Latex Wolf"
│ └ "Behemoth"
├ Specialized white latex (has a form suited to their environment)
│ ├ Aquatic
│ │ ├ Shark
│ │ │ ├ "Latex Shark"
│ │ │ ├ "Latex Mermaid Shark"
│ │ │ ├ "Latex Shark Feral"
│ │ │ └ ...
│ │ ├ "Latex Squid Dog"
│ │ ├ "Latex Crocodile"
│ │ └ ...
│ ├ Volcanic (Not actually in the mod yet)
│ │ └ ...
│ ├ "Latex Stiger"
│ ├ "Latex Squirrel"
│ └ ...
├ "White Latex Wolf"
├ "Milk Pudding"
└ ...
Currently not categorized
└ "Pool-toy Wolf" (Maybe a specialization of white latex)
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Non vengono indicati file, test o punti di ingresso. Inizia individuando le classi delle entità e leggendo la loro attuale struttura di ereditarietà e denominazione; per completare il lavoro sarebbero necessarie convenzioni di denominazione concordate e una gerarchia specie/classi riorganizzata che copra le entità elencate.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
java
Ambito
game-dev
Tipo di issue
Refactoring
Difficoltà
5/5
Tempo stimato
Più di una settimana
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.