PluginBugs / Issues-ItemsAdder

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

REAL_TRANSPARENT creates constant break particles (Breaks and cancels breaking) #2589

Open Andre601 opened 1 year ago

Andre601 commented 1 year ago

Terms

Discord tag (optional)

Andre_601#0601

What happened?

When placing down a item with a configured REAL_TRANSPARENT block defined does the placed block constantly break every tick while the break is being cancelled. This causes a ton of break particles and also noise.

Steps to reproduce the issue

  1. Create a new REAL_TRANSPARENT model (For me was it one without custom model).
  2. Recreate the Resource pack with /iazip
  3. Get the block
  4. Place it

Server version

[20:52:05 INFO]: This server is running Paper version git-Paper-519 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 936205b) You are 3 version(s) behind Download the new version at: https://papermc.io/downloads/paper

ItemsAdder Version

[20:52:19 INFO]: ItemsAdder version 3.4.1-r6 [20:52:19 INFO]: Customized Minecraft without client mods! [20:52:19 INFO]: Website: devs.beer [20:52:19 INFO]: Author: LoneDev

ProtocolLib Version

[20:52:32 INFO]: ProtocolLib version 5.0.0-SNAPSHOT-b620 [20:52:32 INFO]: Provides read/write access to the Minecraft protocol. [20:52:32 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[20:52:44 INFO]: LoneLibs version 1.0.24 [20:52:44 INFO]: Collection of libs used by my plugins [20:52:44 INFO]: Authors: LoneDev and others

FULL server log

https://mclo.gs/Z4hrqRz

Error (optional)

No response

Problematic items yml configuration file (optional)

info:
  namespace: headlights
items:
  catwalk:
    display_name: Catwalk
    resource:
      material: PAPER
      generate: true
      textures:
      - block/catwalk.png
    specific_properties:
      block:
        placed_model:
          type: REAL_TRANSPARENT
          break_particles: ITEM

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/L-lb-zGvUgc

Andre601 commented 1 year ago

My current guess is an incompatability with WorldGuard?

Because placing (and especially updating) the blocks in another world not having any WG regions applied does also cause the block to break, but only once and not in a continued fashion.

LoneDev6 commented 1 year ago

Steps to reproduce the issue

  1. Create a new REAL_TRANSPARENT model (For me was it one without custom model).
  2. Recreate the Resource pack with /iazip
  3. Get the block
  4. Place it

Are these steps actually enough to reproduce the issue? Add more details.

Andre601 commented 1 year ago

They were enough for me. Just placing the block, as shown in the video, causes the issue.

LoneDev6 commented 1 year ago

Will be checked

Andre601 commented 1 year ago

The bug seems resolved with the latest update of ItemsAdder. Or the restart of the server fixed it.

I'll leave this open for a bit in case it re-appears.