Create

Create

86M Downloads

Arcane Engineering (Skystones)

SkittlesFox opened this issue ยท 2 comments

commented

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
6. 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

commented

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?

commented

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:

  • Relevant for pack version 0.1.7.
  • No idea if my case is the same as original author's.