PluginBugs / Issues-ItemsAdder

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

The "liquid_bucket" function does not work #3603

Open ccyounga opened 2 months ago

ccyounga commented 2 months ago

Terms

Discord tag (optional)

ccyounga

What happened?

Hello. I'm trying to revive an old addon called "Colored liquids", however it doesn't work on version 1.18.2. I did everything I could, studied the wiki and the ia code editor, but did not find an answer to what was wrong with it. There a potion item with a color is created, which cannot be placed, only used as a regular potion (drink). No colored water can be placed.

Steps to reproduce the issue

I just installed your pack, installed textures, got an item in the new /ia category and am trying to install water.

Server version

This server is running Paper version git-Paper-386 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: 072f54c on ver/1.18.2)

ItemsAdder Version

ItemsAdder version 3.5.1

ProtocolLib Version

ProtocolLib version 5.2.0-SNAPSHOT-679

LoneLibs Version

LoneLibs version 1.0.27

Full server log

latest (1).log

Error (optional)

There are no errors.

Problematic items yml configuration file (optional)

info:
  namespace: ialiquids
items:
  liquid_analyzer:
    display_name: display-name-liquid_analyzer
    permission: liquid_analyzer
    resource:
      material: STICK
      generate: true
      textures:
      - "item/liquid_analyzer"
    behaviours:
      liquid_analyzer: true
  red_water_bucket:
    display_name: display-name-red_water_bucket
    permission: red_water_bucket
    resource:
      material: POTION
      generate: false
      model_path: "item/colored_water_bucket"
    specific_properties:
      potion:
        color: RED
    behaviours:
      liquid_bucket:
        name: "ialiquids:red_water"
  purple_water_bucket:
    display_name: display-name-purple_water_bucket
    permission: purple_water_bucket
    resource:
      material: POTION
      generate: false
      model_path: "item/colored_water_bucket"
    specific_properties:
      potion:
        color: PURPLE
    behaviours:
      liquid_bucket: 
        name: "ialiquids:purple_water"
  green_water_bucket:
    display_name: display-name-green_water_bucket
    permission: green_water_bucket
    resource:
      material: POTION
      generate: false
      model_path: "item/colored_water_bucket"
    specific_properties:
      potion:
        color: GREEN
    behaviours:
      liquid_bucket:
        name: "ialiquids:green_water"
  orange_water_bucket:
    display_name: display-name-orange_water_bucket
    permission: orange_water_bucket
    resource:
      material: POTION
      generate: false
      model_path: "item/colored_water_bucket"
    specific_properties:
      potion:
        color: ORANGE
    behaviours:
      liquid_bucket:
        name: "ialiquids:orange_water"

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

info: namespace: ialiquids liquids: red_water: color: RED green_water: color: GREEN white_water: color: WHITE orange_water: color: ORANGE purple_water: color: PURPLE

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

There is no video, and there is nothing to show. It’s just a potion that doesn’t add any water, just drinks from a bottle.

github-actions[bot] commented 2 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

Andre601 commented 2 months ago

Hello there,

Unfortunately do we not provide support for outdated ItemsAdder versions. Please use the latest available versions to make sure that this isn't a bug already fixed.

ccyounga commented 2 months ago

I went to the test server, used "ItemsAdder version 3.6.3-beta-14" and got the same result. I'm just holding a potion in my hands that can't be spilled on the ground.

ccyounga commented 2 months ago

I also used the old addon for colored fire, but I was able to revive it - one parameter was changed there and I had to add the missing element to the item config. Here I didn’t understand what was wrong. I tried different ways, everything was wrong.