PluginBugs / Issues-ItemsAdder

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

Restoration Table missing GUI #1847

Closed SkulReaper1916 closed 2 years ago

SkulReaper1916 commented 2 years ago

Terms

Discord tag (optional)

SkulReaper#8770

What happened?

Just letting you know, when you redid the restoration table on while re-organizing you forgot the GUI into the items yml. I'm going to fix it for my own server by just adding it in, but the restoration table in your default assets pack is just for show in its current state.

Steps to reproduce the issue

data/items_packs/iasurvival/machinery/restoration_table.yml

Server version

N/A

ItemsAdder Version

ItemsAdder version 3.2.2-beta5

ProtocolLib Version

N/A

LoneLibs Version

N/A

LightAPI Version (optional)

No response

LibsDisguises Version (optional)

No response

FULL server log

N/A

Error (optional)

No response

ItemsAdder config.yml

Ember Syndicate
Console
Files
Databases
Schedules
Users
Backups
Network
Startup
Settings
Activity
/home/
container
/
plugins
/
ItemsAdder
/config.yml

1

metrics: true

2

update-checker: true

3

disable-plugin-loading-messages_DONT_ASK_ME_FOR_SUPPORT_IF_YOU_SET_TRUE__THANKS: false

4

resource-pack:

5

  hosting:

6

    no-host:

7

      enabled: false

8

    auto-external-host:

9

      enabled: false

10

    self-host:

11

      enabled: false

12

      server-ip: 127.0.0.1

13

      pack-port: 8163

14

    external-host:

15

      enabled: true

16

      url: https://www.dropbox.com/s/cjbmr1ap5wrkmlr/pack.zip?dl=0

17

      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false

18

  apply-on-join: true

19

  kick-player-on-decline: false

20

  kick-player-on-fail: false

21

  delay-ticks: 1

22

  notify-other-plugins-interfering: true

23

  title:

24

    enabled: true

25

  protect-player:

26

    black-screen: false

27

    hide-hud: false

28

    cancel-movement: true

29

    lock-player: true

30

  command:

31

    usage-cooldown-seconds: 60

32

  custom-font:

33

    enabled: false

34

    name: ipaexg.ttf

35

    shift: '[0,0]'

36

    size: 11.0

37

    oversample: 2.0

Pterodactyl® © 2015 - 2022

Problematic items yml configuration file (optional)

info:
  namespace: iasurvival
recipes:
  crafting_table:
    restoration_table:
      permission: iasurvival.machinery.restoration_table
      enabled: true
      pattern:
        - RRR
        - XCX
        - XXX
      ingredients:
        C: CRAFTING_TABLE
        R: iasurvival:knowledge_fragment
      result:
        item: iasurvival:restoration_table
        amount: 1
      return_items:
        replace:
          CRAFTING_TABLE: alchemy_candles
items:
  restoration_table:
    enabled: true
    display_name: display-name-restoration_table
    permission: iasurvival.machinery.restoration_table
    resource:
      material: PAPER
      generate: true
      textures:
        - block/machinery/restoration_table/bottom
        - block/machinery/restoration_table/side
        - block/machinery/restoration_table/front
        - block/machinery/restoration_table/front
        - block/machinery/restoration_table/top
        - block/machinery/restoration_table/side
    specific_properties:
      block:
        placed_model:
          type: REAL_NOTE
          break_particles_material: SMITHING_TABLE
        light_level: 6
    behaviours:
      block_trade_machine:
        title: Restoration Table
        trades_list:
          fossil:
            ingredients:
              slot1:
                item: STONE
                amount: 32
            result:
              item: fossil
              amount: 4
          fossil_2:
            ingredients:
              slot1:
                item: COBBLESTONE
                amount: 64
            result:
              item: fossil
              amount: 4
          knowledge_fragment_1:
            ingredients:
              slot1:
                item: aqua_aura
                amount: 32
            result:
              item: knowledge_fragment
              amount: 1
          knowledge_fragment_2:
            ingredients:
              slot1:
                item: spinel
                amount: 32
            result:
              item: knowledge_fragment
              amount: 2
          knowledge_fragment_3:
            ingredients:
              slot1:
                item: turquoise
                amount: 32
            result:
              item: knowledge_fragment
              amount: 1
          knowledge_fragment_4:
            ingredients:
              slot1:
                item: crystal
                amount: 48
            result:
              item: knowledge_fragment
              amount: 1
          mysterious_amulet:
            ingredients:
              slot1:
                item: mysterious_material
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 15
            result:
              item: mysterious_amulet
              amount: 1
          arcane_ring:
            ingredients:
              slot1:
                item: mysterious_material
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 20
            result:
              item: arcane_ring
              amount: 1
          mysterious_sword:
            ingredients:
              slot1:
                item: mysterious_artifact
                amount: 32
              slot2:
                item: knowledge_fragment
                amount: 64
            result:
              item: mysterious_sword
              amount: 1
          mysterious_book:
            ingredients:
              slot1:
                item: mysterious_material
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 32
            result:
              item: mysterious_book
              amount: 1
          mysterious_book_decrypted:
            ingredients:
              slot1:
                item: mysterious_book
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 64
            result:
              item: mysterious_book_decrypted
              amount: 1
          mysterious_stone:
            ingredients:
              slot1:
                item: mysterious_book_decrypted
                amount: 1
              slot2:
                item: STONE
                amount: 1
            result:
              item: mysterious_stone
              amount: 1
          mysterious_hood:
            ingredients:
              slot1:
                item: mysterious_book_decrypted
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 64
            result:
              item: mysterious_hood
              amount: 1
          mysterious_robe:
            ingredients:
              slot1:
                item: mysterious_book_decrypted
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 30
            result:
              item: mysterious_robe
              amount: 1
          mysterious_leggings:
            ingredients:
              slot1:
                item: mysterious_book_decrypted
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 25
            result:
              item: mysterious_leggings
              amount: 1
          mysterious_boots:
            ingredients:
              slot1:
                item: mysterious_book_decrypted
                amount: 1
              slot2:
                item: knowledge_fragment
                amount: 21
            result:
              item: mysterious_boots
              amount: 1
          sword_skin_rusteroth:
            ingredients:
              slot1:
                item: EMERALD
                amount: 16
              slot2:
                item: knowledge_fragment
                amount: 1
            result:
              item: sword_skin_rusteroth
              amount: 1
          sword_skin_bloodnite:
            ingredients:
              slot1:
                item: EMERALD
                amount: 16
              slot2:
                item: knowledge_fragment
                amount: 1
            result:
              item: sword_skin_bloodnite
              amount: 1
          sword_skin_vyderlight:
            ingredients:
              slot1:
                item: EMERALD
                amount: 16
              slot2:
                item: knowledge_fragment
                amount: 1
            result:
              item: sword_skin_vyderlight
              amount: 1
          sword_skin_aqualight:
            ingredients:
              slot1:
                item: EMERALD
                amount: 16
              slot2:
                item: knowledge_fragment
                amount: 1
            result:
              item: sword_skin_aqualight
              amount: 1

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)

Restoration Table (missing GUI) Customization Table (for comparison)

LoneDev6 commented 2 years ago

I'll check this as soon as possible, thanks for the report

SkulReaper1916 commented 2 years ago

Figured out it was not an issue in your plugin - can disregard completely. It is missing from the item yml, so im honestly not sure how its functional... but it is so that's what matters lol.