Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.89k stars 906 forks source link

Arcane Engineering (Skystones) #5460

Open SkittlesFox opened 1 year ago

SkittlesFox commented 1 year ago

Describe the Bug

Drills are picking up skystone but not depositing it into chest.

Reproduction Steps

1.Tested machine with several other stones 2.machine worked as intended 3.Attemptemed Skystone, Failer 4.Rebuilt machine, no change 5.Closed game and reopened it, No change

  1. Checked for updated, Already up to date

Expected Result

When the drill brakes the Skystone it should deposit the item into the attached check like any other stone mined by the drill.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1c

Minecraft Version

1.18.2

Forge Version

40.2.9

Other Mods

No response

Additional Context

No response

drasmart commented 1 year ago

Hello, @SkittlesFox !

I think I encountered this bug today. But it seems to be an issue with block.cae.sky_stone specifically. It doesn't drop even when I mine it manually with a diamond pickaxe. Worked fine yesterday. If I manually place a 'proper' Sky Stone into the drills' path, the drops are correctly deposited.

Would you happen to have any updates? Did you report this issue to CAE pack developers?

drasmart commented 1 year ago

UPD:

Talked on CAE discord server. Got pointed to a video showcasing the fixes.

One needs to add

    event
        .addBlockLootModifier('cae:sky_stone')
        .addLoot('ae2:sky_stone_block')

^ to kubejs\server_scripts\blockLoottables.js

see:

Disclaimers: