PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
53 stars 21 forks source link

glitched custom blocks (1.19.3-1.19.4) #2437

Closed MrJorman closed 1 year ago

MrJorman commented 1 year ago

Terms

Discord tag (optional)

CrackedLix

What happened?

When I place blocks, or they just stand there, sometimes they turn into note blocks very often. Also, if a block with Light-level is just a note block, try putting it high or on top of the block, or below it, it will be a note block. Watch the video with 1 bug.

Steps to reproduce the issue

  1. Place custom block 1.1 or place custom block with "light-level"
  2. If you put a vanilla block on it, it will turn into a note block 2.2 If the block is light-level then it is just a note block

Server version

Current: git-Purpur-1940 (MC: 1.19.4)*

ItemsAdder Version

3.4.1

ProtocolLib Version

5.0.0-b616

LoneLibs Version

1.0.24

FULL server log

No response

Error (optional)

No response

Problematic items yml configuration file (optional)

acacia_planks_carved:
    display_name: '&fРезные акациевые доски'
    resource:
      material: PAPER
      generate: true
      textures:
      - block/acacia_planks_carved_top.png
      - block/acacia_planks_carved.png
      - block/acacia_planks_carved.png
      - block/acacia_planks_carved.png
      - block/acacia_planks_carved_top.png
      - block/acacia_planks_carved.png
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles: ITEM
        hardness: 2.0
        sound:
            break:
                name: required.wood.break
                pitch: 0.8
            place:
                name: required.wood.place
                pitch: 0.8
            hit:
                name: required.wood.hit
                pitch: 0.5
            step:
                name: required.wood.step
                pitch: 0.8
            fall:
                name: required.wood.fall
                pitch: 0.8

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

https://youtu.be/aFBItd8ARWw

LoneDev6 commented 1 year ago

It cannot be fixed. It's a limitation of the game.

The game predicts the noteblock change, ItemsAdder reverts it as soon as possible. The delay is because of the network connection ping. It's impossible to instantly change it.