Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Problem with Negative Relative Coordinates on ICs

Abierto
#980 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
38/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
java
Área
game-dev

Línea de trabajo

Reproduce el problema con el Ranged Collector (MC1214) IC en CraftBook 1.8.8 usando el valor de coordenada "1=-1:0:0" en la tercera línea y la configuración indicada del cofre y el ítem. Rastrea cómo el IC interpreta las coordenadas x y z relativas negativas; se considera terminado cuando esas coordenadas sigan siendo relativas y el collector recoja el ítem esperado.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

CRAFTBOOK-3169 - Reported by Trainerredstone7

Whenever I try to use a negative relative coordinate on the Ranged Collector (MC1214) IC in the 1.8.8 version of Craftbook, the coordinate system switches to offset coordinates instead. The problem might apply to more than just Ranged Collector, but I've only tested it for that IC.

How to reproduce:

  1. Create a Ranged Collector sign facing in the positive z direction. On its third line, write "1=-1:0:0"
  2. Place a chest above the block the sign is attached to.
  3. Drop an item in the same block as the sign.
  4. Trigger the sign.
    Expected behavior:
    The sign picks up the the item, since the relative coordinates are centered on the block to which the sign is attached, and the negative x direction is in the direction of the sign (according to relative coordinates).
    Actual behavior:
    The sign fails to pick up the item. If you drop an item next to the global negative x side of the block to which the sign is attatched and trigger the sign, the sign will pick that item up.

This same problem applies to the x axis (and probably the y axis, but it doesn't matter there since the relative and global y directions are the same).

Lenguaje dominante
Java
Estrellas
320
Forks
165
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de EngineHub/CraftBook

Todos los issues de EngineHub/CraftBook

Issues similares

Más issues de Java

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.