PluginBugs / Issues-ItemsAdder

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

Fire being extinguished on a magma block #3797

Closed PadowYT2 closed 2 weeks ago

PadowYT2 commented 2 months ago

Terms

Discord tag (optional)

padowyt2

What happened?

If you put make a fire above a magma block, it will be extinguished like it would be a normal block (not netherrack). Normal Minecraft behavior is that the fire will stay forever

Steps to reproduce the issue

  1. Create a clean server
  2. Upload ItemsAdder, Lonelibs, ProtocolLib
  3. Start the server
  4. Place a magma block
  5. Place a fire on top of the block

Server version

Paper version git-Paper-497 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: d8d54d9 on ver/1.20.4)

ItemsAdder Version

3.6.4-release-3

ProtocolLib Version

5.2.0-SNAPSHOT-679

LoneLibs Version

1.0.55

Full server log

https://mclo.gs/lMjdhEK

Error (optional)

*none*

Problematic items yml configuration file (optional)

No response

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://cdn.padow.ru/MpngL.mp4

Also tried without Via*, that did nothing

LoneDev6 commented 2 weeks ago

Do you have custom fires enabled? This might be the reason. I fixed that by adding also MAGMA block to the check instead of only NETHERRACK.

PadowYT2 commented 2 weeks ago

Do you have custom fires enabled? This might be the reason. I fixed that by adding also MAGMA block to the check instead of only NETHERRACK.

blocks:
  disable-FIRE: false

not sure if it's the right configuration though

PadowYT2 commented 2 weeks ago

Any way for a fix on v3?