PluginBugs / Issues-ItemsAdder

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

Add support to "paletted_permutations" #3998

Open EspartaProJunior opened 2 months ago

EspartaProJunior commented 2 months ago

Terms

Discord Username (optional)

master_masaki

What happened?

Technically the textures are not on the server because they are generated on the client by the atlas, so it gives errors that the texture does not exist

Steps to reproduce the issue

https://drive.google.com/file/d/17_z8NOI4KsOYoGaIVBL8sBdGV-O71VHW/view?usp=sharing

Server version

Current Purpur Version: 1.20.6-2233-0d6766e (MC: 1.20.6)*

ItemsAdder Version

ItemsAdder_4.0.2-alpha-test-8-pre-release-4.jar

ProtocolLib Version

5.2.0-SNAPSHOT-679

LoneLibs Version

LoneLibs_1.0.57.jar

Full Server Log

i dont have logs, i know

Error (optional)

No response

Problematic items yml configuration file (optional)

info:
  namespace: painter
items:
  white_bricks:
    display_name: '&fWhite Painted Bricks'
    permission: "painter.blocks"
    resource:
      material: BRICK
      generate: true
      textures:
      - minecraft:block/bricks_white
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles: BLOCK
        cancel_drop: false
        hardness: 0.4
        sound:
          break:
            name: BLOCK_STONE_BREAK
            volume: 1
            pitch: 0.8
          place:
            name: BLOCK_STONE_PLACE
            volume: 1
            pitch: 0.8
        break_tools_blacklist:
        - _AXE

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)

No response