Divine Journey 2

Divine Journey 2

636k Downloads

Elastic Fiber

TheNoobieGamer opened this issue ยท 3 comments

commented

Modpack version

2.20.0

Description

In the Erebus Dimension dragonflies don't drop the elastic fiber, after 5 hours of farming and not getting one with a looting sword I'm pretty sure it is a bug

Steps to reproduce

Go to Erebus and kill some dragonflies

Expected behavior

Dragonflies drop elastic fiber again

Additional context

No response

Your Divine Journey 2 Discord Username

No response

commented

Elastic Fibre can be obtained as a common drop from Locusts in Elysian Fields/Subterranean Savannahs and as an uncommon drop from Punchrooms in Fungal Forests.

Dragonfly
Drops 0-2 Dragonfly Wing
Rare Drops 1 Compound Eyes

can not confirm dragonfly drops elastic fibre

commented

ref1) Elastic Fibre
ref2) Files

commented

This is what they look like currently, they should probably be swapped

// Dragonfly Wing Tooltip
erebus:materials:24.addTooltip(game.localize("dj2.erebus_drops.desc0"));
erebus:materials:24.addTooltip(game.localize("dj2.elastic_fibre.desc0"));
erebus:materials:24.addTooltip(game.localize("dj2.elastic_fibre.desc1"));

// Elastic Fibre Tooltip
erebus:materials:9.addTooltip(game.localize("dj2.erebus_drops.desc0"));
erebus:materials:9.addTooltip(game.localize("dj2.dragonfly_wing.desc0"));
erebus:materials:9.addTooltip(game.localize("dj2.dragonfly_wing.desc1"));