CoolLord22 / OtherDrops1.13

OtherDrops branch for the latest Minecraft version!
GNU General Public License v3.0
0 stars 5 forks source link

Composter does not inherit level data by default #33

Open CoolLord22 opened 1 year ago

CoolLord22 commented 1 year ago

Describe the bug Originally reported by @Blackarr Composter was added in after the Levelled class by spigot was added, and as a result does not contain blockdata in the normal form. We need to access this Levelled data instead.

To Reproduce Steps to reproduce the behavior: hey i run into some problems with the Composter

defaults:
    worlds: ALL

otherdrops:
    COMPOSTER:
        - trigger: LEFT_CLICK
          drop: DIRT
    COMPOSTER@1:
        - trigger: RIGHT_CLICK
          drop: DIRT
    COMPOSTER@2:
        - trigger: RIGHT_CLICK
          drop: DIRT
    COMPOSTER@3:
        - trigger: RIGHT_CLICK
          drop: DIRT
    COMPOSTER@4:
        - trigger: RIGHT_CLICK
          drop: DIRT
    COMPOSTER@5:
        - trigger: RIGHT_CLICK
          drop: DIRT
    COMPOSTER@RIPE:
        - trigger: RIGHT_CLICK
          drop: DIRT

the Left Click works fine. just the stages doesnt work. i want to have a custom drop for the Composter at the end stage

Expected behavior A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.