PluginBugs / Issues-ItemsAdder

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

My YML files are correct but my textures are not loading #1920

Closed ghost closed 2 years ago

ghost commented 2 years ago

Terms

Discord tag (optional)

No response

What happened?

I added some extra items in my YML files and they did not work for some reason, I removed them and all of sudden half of my existing items adder default icons are mess-up for no reason. For some reason it doesn't detect their textures. I cleared the cache folders cleared the folders loaded the files nothing.

Steps to reproduce the issue

I have no idea how to reproduce it but my files are broken for some reason

Server version

No response

ItemsAdder Version

[18:32:52 INFO]: ItemsAdder version 3.2.3f [18:32:52 INFO]: Customized Minecraft without client mods! [18:32:52 INFO]: Website: devs.beer [18:32:52 INFO]: Author: LoneDev

ProtocolLib Version

[18:33:11 INFO]: ProtocolLib version 4.8.0 [18:33:11 INFO]: Provides read/write access to the Minecraft protocol. [18:33:11 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[18:33:23 INFO]: LoneLibs version 1.0.21 [18:33:23 INFO]: Collection of libs used by my plugins [18:33:23 INFO]: Authors: LoneDev and others

LightAPI Version (optional)

No response

LibsDisguises Version (optional)

No response

FULL server log

https://pastebin.com/YWE7MRM1

Error (optional)

No response

ItemsAdder config.yml

metrics: true
update-checker: false
disable-plugin-loading-messages_DONT_ASK_ME_FOR_SUPPORT_IF_YOU_SET_TRUE__THANKS: false
resource-pack:
  hosting:
    no-host:
      enabled: false
    auto-external-host:
      enabled: false
    self-host:
      enabled: true
      server-ip: relheim.com
      pack-port: (removed the port)
      external-host:
      enabled: false
      url: ''
      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false
  apply-on-join: false
  kick-player-on-decline: false
  kick-player-on-fail: false
  delay-ticks: 1
  notify-other-plugins-interfering: true
  title:
    enabled: true
  protect-player:
    black-screen: true
    hide-hud: true
    cancel-movement: true
    lock-player: true
  command:
    usage-cooldown-seconds: 60
  custom-font:
    enabled: false
    name: ipaexg.ttf
    shift: '[0,0]'
    size: 11.0
    oversample: 2.0
  thin-font:
    enabled: false
  zip:
    protect-file-from-unzip:
      enabled: true
      extreme: true
    compress-png-files: true
    compress-json-files: true
    overwrite-vanilla-models: false
    overwrite-vanilla-lang-json: false
    generate-custom-armors-textures:
      vanilla_1_17: false
      optifine: true
    fix_transparent_noteblocks__disable-for-more-performance: false
    ignore-files-ext:
    - db
    - yml
    - xcf
    - html
    disable-overwrite-leather-armor-layers-textures: false
  items:
    CustomModelData-starting-value:
      ALL: 10000
      DIAMOND: 11000
config_files:
  lang: en
  dictionaries-lang: en
  extract-default-resources: false
  extract-default-configs: false
  legacy_pack: true
blocks:
  light-api: true
  fix-glitched-blocks:
    enabled: true
    only-new-chunks: false
    search-also-in-these-biomes:
      enabled: false
      biomes:
      - BEACH
      - BIRCH_FOREST
      - BIRCH_FOREST_HILLS
      - FOREST
      - MOUNTAINS
      - MOUNTAIN_EDGE
      - GRAVELLY_MOUNTAINS
      - PLAINS
      - RIVER
  cancel-break-wrong-tool:
    enabled: true
    send-actionbar: true
  campfire:
    unlit-on-place: true
    allow-any-item: true
  disable-REAL: true
  disable-REAL_TRANSPARENT: true
  disable-REAL_NOTE: true
  disable-REAL_WIRE: true
  disable-FIRE: true
  fix-liquids-flow: true
  fix-floating-blocks: true
items:
  fix-show-attack-and-damage-as-lore: true
  give_death_location_maps: false
  hide-custom-durability-lore: false
liquids:
  enabled: false
huds:
  enabled: false
mobs:
  disable-MOB-behaviour__DISABLE_AT_YOUR_OWN_RISK: false
font_images:
  chat:
    enabled: true
    doublecheck-permission__disable-for-more-performance: false
    add-hover-suggestion: true
  command:
    enabled: true
    commandblocks: true
    excluded:
    - home
    - sethome
    - tpa
  sign:
    enabled: true
  book:
    enabled: true
  anvil:
    enabled: true
  inventory-title:
    enabled: true
  vault-prefix-suffix:
    enabled: true
    update-every-ticks: 1200
  scoreboard-teams:
    enabled: false
    update-every-ticks: 3600
  player-display-name:
    enabled: true
    update-every-ticks: 1200
  replace-in-customitems-name-and-lore: true
effects:
  hide-scoreboard-numbers: true
  text-effects:
    enabled: true
    replace-in-customitems-name-and-lore: true
    chat:
      enabled: true
    sign:
      enabled: true
    book:
      enabled: true
    anvil:
      enabled: true
entities:
  max-furniture-vehicles-per-chunk: 30
  allow-removing-old-furnitures_2_3_11: false
  custom-entitites:
    enabled: true
    interval-rendering-packets-ticks: 1
    emotes: true
    optimized-packets: true
recipes:
  hide-vanilla-unrecognized-recipe-errors: true
  custom-recipes:
    unlock:
      all-on-join: false
      on-pickup:
        any: false
        ingredients: true
  remove-vanilla-recipes:
    enabled: true
    list:
      DIAMOND_SWORD: false
      IRON_INGOT: false
  fix-packet-too-large-kick: false
debug:
  items:
    log-files-loading: false
    log-items-loading: false
    log-items-loading-disabled: false
    log-font-images-loading: false
    log-huds-loading: false
    log-attribute-modifiers-loading: false
    log-warnings: false
    log-loots-loading: false
    log-loots-loading-disabled: false
    log-armors-loading: false
  recipes:
    log-recipes-loading: false
    log-recipes-loading-disabled: false
    log-recipes-removed-vanilla: false
    log-fix-packet-too-large: false
    log-recipes-unknown-item: false
  resource-pack:
    log-extract-default-resources: false
    log-not-extract-default-resources-already-exist: false
  blocks:
    log-save: false
    log-save-on-unload: false
    log-mined-unknown-blocks: true
  worlds-populators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-populators: false
    log-loading-no-world: true
    log-generation: false
  trees-populators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-populators: false
    log-loading-no-world: true
    log-generation: false
  surface-decorators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-decorators: false
    log-loading-no-world: true
    log-generation: false
  player-stats:
    log-save: false
  performance:
    loading-ms: true
  huds:
    log-triggers: false
  other:
    log-dictionaries-loading: false
    log-liquids-loading: false
    log-minecraft_lang_overwrite-loading: false
  categories:
    log-total-loaded: true
    log-single-loaded: false
    log-single-loaded-overwrite: false
    log-single-skip: false
    log-icon-failed-load: false
  entities:
    log-files-loading: false
    log-entities-loading: false
    log-entities-loading-disabled: false
  cave-decorators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-decorators: false
    log-loading-no-world: true
    log-generation: false
loots:
  allow-loots-drop-from-spawners-using-silk-touch: false
chat-preview: false

Problematic items yml configuration file (optional)

info: 
  namespace: "relheim"

#Custom Recipies
recipes:
  crafting_table:
    heart_head:
      permission: lifesteal.heart_recipe
      enabled: true
      pattern:
      - DED
      - GNG
      - DED
      ingredients:
        E: EMERALD_BLOCK
        G: GOLD_BLOCK
        D: DIAMOND_BLOCK
        N: NETHERITE_INGOT
      result:
        item: heart_item
        amount: 1
items:
  heart_item:
    display_name: "&c&lHeart"
    permission: lifesteal.heart
    resource:
      material: GOLDEN_APPLE
      generate: true
      textures:
      - font/relheim_custom/emoji/lifesteal/ls_heart.png
    events:
      eat:
        execute_commands:
          first_cmd:
            as_console: true
            command: 'rellifesteal hearts give {player} 2'
            delay: 0
  heart_item_golden:
    display_name: "&e&lGolden Heart"
    permission: lifesteal.goldenheart
    resource:
      material: GOLDEN_APPLE
      generate: true
      textures:
      - font/relheim_custom/emoji/lifesteal/ls_heart_golden.png
    events:
      eat:
        execute_commands:
          first_cmd:
            as_console: true
            command: 'rellifesteal hearts give {player} 10'
            delay: 0

font_images:
# EMOJIS
  rv_rev:
    permission: "relheim.emoji.rv_rev"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/rev.png"
    scale_ratio: 9
    y_position: 8
  rv_erie:
    permission: "relheim.emoji.rv_erie"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/erie.png"
    scale_ratio: 9
    y_position: 8
  rv_surv:
    permission: "relheim.emoji.rv_surv"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/surv.png"
    scale_ratio: 9
    y_position: 8
  rv_ival:
    permission: "relheim.emoji.rv_ival"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/ival.png"
    scale_ratio: 9
    y_position: 8
  rv_character_one:
    permission: "relheim.emoji.rv_character_one"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/character_one.png"
    scale_ratio: 9
    y_position: 8
  rv_character_two:
    permission: "relheim.emoji.rv_character_two"
    show_in_gui: true
    path: "font/relheim_custom/emoji/reverie/character_two.png"
    scale_ratio: 9
    y_position: 8
  gn_builder:
    permission: "relheim.emoji.gn_builder"
    show_in_gui: true
    path: "font/relheim_custom/emoji/generic/gn_builder.png"
    scale_ratio: 9
    y_position: 8
  gn_crane:
    permission: "relheim.emoji.gn_crane"
    show_in_gui: true
    path: "font/relheim_custom/emoji/generic/gn_crane.png"
    scale_ratio: 9
    y_position: 8  
  gn_text_comi:
    permission: "relheim.emoji.gn_text_comi"
    show_in_gui: true
    path: "font/relheim_custom/emoji/generic/gn_text_comi.png"
    scale_ratio: 9
    y_position: 8
  gn_text_ng:
    permission: "relheim.emoji.gn_text_ng"
    show_in_gui: true
    path: "font/relheim_custom/emoji/generic/gn_text_ng.png"
    scale_ratio: 9
    y_position: 8
  gn_text_soon:
    permission: "relheim.emoji.gn_text_soon"
    show_in_gui: true
    path: "font/relheim_custom/emoji/generic/gn_text_soon.png"
    scale_ratio: 9
    y_position: 8

  kc_cannon:
    permission: "relheim.emoji.kc_cannon"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_cannon.png"
    scale_ratio: 9
    y_position: 8
  kc_guard_cannon:
    permission: "relheim.emoji.kc_guard_cannon"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_guard_cannon.png"
    scale_ratio: 9
    y_position: 8
  kc_guard_shield:
    permission: "relheim.emoji.kc_guard_shield"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_guard_shield.png"
    scale_ratio: 9
    y_position: 8
  kc_kingdom:
    permission: "relheim.emoji.kc_kingdom"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_kingdom.png"
    scale_ratio: 9
    y_position: 8
  kc_text_clash:
    permission: "relheim.emoji.kc_text_clash"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_text_clash.png"
    scale_ratio: 9
    y_position: 8
  kc_text_gdoms:
    permission: "relheim.emoji.kc_text_gdoms"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_text_gdoms.png"
    scale_ratio: 9
    y_position: 8  
  kc_text_kin:
    permission: "relheim.emoji.kc_text_kin"
    show_in_gui: true
    path: "font/relheim_custom/emoji/kingdoms_clash/kc_text_kin.png"
    scale_ratio: 9
    y_position: 8

  ls_heart:
    permission: "relheim.emoji.ls_heart"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_heart.png"
    scale_ratio: 9
    y_position: 8
  ls_skull:
    permission: "relheim.emoji.ls_skull"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_skull.png"
    scale_ratio: 9
    y_position: 8
  ls_hearts:
    permission: "relheim.emoji.ls_hearts"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_hearts.png"
    scale_ratio: 9
    y_position: 8
  ls_lifesteal:
    permission: "relheim.emoji.ls_lifesteal"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_lifesteal.png"
    scale_ratio: 9
    y_position: 8
  ls_text_king:
    permission: "relheim.emoji.ls_text_king"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_text_king.png"
    scale_ratio: 9
    y_position: 8
  ls_text_life:
    permission: "relheim.emoji.ls_text_life"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_text_life.png"
    scale_ratio: 9
    y_position: 8
  ls_text_of:
    permission: "relheim.emoji.ls_text_of"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_text_of.png"
    scale_ratio: 9
    y_position: 8
  ls_text_steal:
    permission: "relheim.emoji.ls_text_steal"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_text_steal.png"
    scale_ratio: 9
    y_position: 8
  ls_vampire:
    permission: "relheim.emoji.ls_vampire"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_vampire.png"
    scale_ratio: 9
    y_position: 8
  ls_coin:
    permission: "relheim.emoji.ls_coin"
    show_in_gui: true
    path: "font/relheim_custom/emoji/lifesteal/ls_coin.png"
    scale_ratio: 9
    y_position: 8

# ICONS
  icon_owner:
    permission: "relheim.icons.owner"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/owner.png"
    scale_ratio: 9
    y_position: 8
  icon_developer:
    permission: "relheim.icons.developer"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/developer.png"
    scale_ratio: 9
    y_position: 8
  icon_manager:
    permission: "relheim.icons.manager"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/manager.png"
    scale_ratio: 9
    y_position: 8
  icon_admin:
    permission: "relheim.icons.admin"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/admin.png"
    scale_ratio: 9
    y_position: 8
  icon_sr_mod:
    permission: "relheim.icons.sr_mod"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/sr_mod.png"
    scale_ratio: 9
    y_position: 8
  icon_mod:
    permission: "relheim.icons.mod"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/mod.png"
    scale_ratio: 9
    y_position: 8
  icon_helper:
    permission: "relheim.icons.helper"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/helper.png"
    scale_ratio: 9
    y_position: 8
  icon_builder:
    permission: "relheim.icons.builder"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/builder.png"
    scale_ratio: 9
    y_position: 8
  icon_paladin:
    permission: "relheim.icons.paladin"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/paladin.png"
    scale_ratio: 9
    y_position: 8
  icon_warlord:
    permission: "relheim.icons.warlord"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/warlord.png"
    scale_ratio: 9
    y_position: 8
  icon_bowshot:
    permission: "relheim.icons.bowshot"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/bowshot.png"
    scale_ratio: 9
    y_position: 8
  icon_warrior:
    permission: "relheim.icons.warrior"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/warrior.png"
    scale_ratio: 9
    y_position: 8
  icon_inquisitor:
    permission: "relheim.icons.inquisitor"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/inquisitor.png"
    scale_ratio: 9
    y_position: 8
  icon_guardian:
    permission: "relheim.icons.guardian"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/guardian.png"
    scale_ratio: 9
    y_position: 8
  icon_player:
    permission: "relheim.icons.player"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/player.png"
    scale_ratio: 9
    y_position: 8
  icon_streamer:
    permission: "relheim.icons.streamer"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/streamer.png"
    scale_ratio: 9
    y_position: 8
  icon_youtuber:
    permission: "relheim.icons.youtuber"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/youtuber.png"
    scale_ratio: 9
    y_position: 8
  icon_founding:
    permission: "relheim.icons.founding"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/icons/founding.png"
    scale_ratio: 9
    y_position: 8

# RANKS
  owner:
    permission: "relheim.ranks.owner"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/owner.png"
    scale_ratio: 9
    y_position: 8
  developer:
    permission: "relheim.ranks.developer"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/developer.png"
    scale_ratio: 9
    y_position: 8
  dev:
    permission: "relheim.ranks.developer"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/dev.png"
    scale_ratio: 9
    y_position: 8
  manager:
    permission: "relheim.ranks.manager"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/manager.png"
    scale_ratio: 9
    y_position: 8 
  admin:
    permission: "relheim.ranks.admin"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/admin.png"
    scale_ratio: 9
    y_position: 8
  jr_admin:
    permission: "relheim.ranks.jr_admin"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/jr_admin.png"
    scale_ratio: 9
    y_position: 8 
  sr_mod:
    permission: "relheim.ranks.sr_mod"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/sr_mod.png"
    scale_ratio: 9
    y_position: 8
  mod:
    permission: "relheim.ranks.mod"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/mod.png"
    scale_ratio: 9
    y_position: 8
  helper:
    permission: "relheim.ranks.helper"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/helper.png"
    scale_ratio: 9
    y_position: 8
  builder:
    permission: "relheim.ranks.builder"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/builder.png"
    scale_ratio: 9
    y_position: 8
  paladin:
    permission: "relheim.ranks.paladin"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/paladin.png"
    scale_ratio: 9
    y_position: 8
  warlord:
    permission: "relheim.ranks.warlord"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/warlord.png"
    scale_ratio: 9
    y_position: 8
  warrior:
    permission: "relheim.ranks.warrior"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/warrior.png"
    scale_ratio: 9
    y_position: 8
  bowshot:
    permission: "relheim.ranks.bowshot"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/bowshot.png"
    scale_ratio: 9
    y_position: 8
  inquisitor:
    permission: "relheim.ranks.inquisitor"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/inquisitor.png"
    scale_ratio: 9
    y_position: 8
  guardian:
    permission: "relheim.ranks.guardian"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/guardian.png"
    scale_ratio: 9
    y_position: 8
  player:
    permission: "relheim.ranks.player"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/player.png"
    scale_ratio: 9
    y_position: 8
  vip:
    permission: "relheim.ranks.vip"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/vip.png"
    scale_ratio: 9
    y_position: 8
  vipplus:
    permission: "relheim.ranks.vipplus"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/vipplus.png"
    scale_ratio: 9
    y_position: 8
  streamer:
    permission: "relheim.ranks.streamer"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/streamer.png"
    scale_ratio: 9
    y_position: 8 
  youtuber:
    permission: "relheim.ranks.youtuber"
    show_in_gui: true
    suggest_in_command: true
    path: "font/relheim_custom/ranks/youtuber.png"
    scale_ratio: 9
    y_position: 8

# MENUS
  you_died:
    path: "font/relheim_custom/menus/you_died.png"
    y_position: 35
  bottom_news:
    path: "font/relheim_custom/menus/bottom_news.png"
    y_position: -10
  top_logo_1:
    path: "font/relheim_custom/menus/top_logo_1.png"
    y_position: 32
    scale_ratio: 96
  top_logo_2:
    path: "font/relheim_custom/menus/top_logo_2.png"
    y_position: 32
    scale_ratio: 96
  quit_button:
    path: "font/relheim_custom/menus/quit_button.png"
    y_position: 13

# CUSTOM ESCAPE
minecraft_lang_overwrite:
  esc_menu_texts:
    entries:
      "deathScreen.title": ":you_died:"
      "menu.game": ":top_logo_1::offset_-1::top_logo_2:"
      "menu.disconnect": ":offset_20::quit_button::offset_-236::bottom_news:"
    languages:
      - ALL

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

21:22:22.582 Unable to load model: 'relheim:auto_generated/moon_key' referenced from: minecraft:gold_ingot#inventory: java.io.FileNotFoundException: relheim:models/auto_generated/moon_key.json 21:22:22.588 Unable to load model: 'itemsadder:auto_generated/obsidian_chest' referenced from: minecraft:leather_chestplate#inventory: java.io.FileNotFoundException: itemsadder:models/auto_generated/obsidian_chest.json 21:22:22.588 Unable to load model: 'itemsadder:auto_generated/spinel_chest' referenced from: minecraft:leather_chestplate#inventory: java.io.FileNotFoundException: itemsadder:models/auto_generated/spinel_chest.json 21:22:22.588 Unable to load model: 'itemsadder:auto_generated/amethyst_chest' referenced from: minecraft:leather_chestplate#inventory: java.io.FileNotFoundException: itemsadder:models/auto_generated/amethyst_chest.json 21:22:22.588 Unable to load model: 'itemsadder:auto_generated/bronze_chest' referenced from: minecraft:leather_chestplate#inventory: java.io.FileNotFoundException: itemsadder:models/auto_generated/bronze_chest.json 21:22:22.588 Unable to load model: 'itemsadder:auto_generated/emerald_chest' referenced from: minecraft:leather_chestplate#inventory: java.io.FileNotFoundException: itemsadder:models/auto_generated/emerald_chest.json

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

No response

ghost commented 2 years ago

https://pastebin.com/kAN9J0yk

ghost commented 2 years ago

I fixed it by deleting PAPER.JSON in Minecraft folder of the resource pack