Bug Closed · Resolved

Crashed when hitting Item Frams

#3172 opened by Unknown 4 years ago

Unknownreported this bug

Info

Minecraft version: 1.19 (git-Paper-34)

Plugins: MythicCrucible (Build 3633), MythicDungeons (1.0.0), MythicMobs (Build 4180), ProtocolLib (v5.0.0-SNAPSHOT-b569)

Problems

Furniture configuration here

FruitBasket:
  Id: STRING
  Model: 1
  Display: '&6&oFruit Basket'
  Type: FURNITURE
  Furniture:
    Material: STRING
    Model: 1
    Health: 1
    Lights:
      - 0,0,0 0
  FurnitureSkills:
  - sound{s=block.cloth.place} @self ~onBlockPlace
  - sound{s=item.sweet_berries.pick_from_bush} @self ~onInteract
  - sound{s=block.grass.hit} @self ~onBlockBreak
  - sound{s=block.grass.hit} @self ~onBlockRotate
  - sound{s=item.sweet_berries.pick_from_bush} @self ~onDamaged

When I hit the "block" that crucible placed, it crashed.

Details in https://pastebin.com/hRXBGBf6

Sign in to join the discussion.