ForceCraft

ForceCraft

240k Downloads

[Bug]: Camo infusment does not work stopping progression

Closed this issue ยท 6 comments

commented

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

neoforge 21.1.26

Minecraft version

1.21.1

Mod version

forcecraft-1.21.1-6.0.0

Java version

openjdk version "21.0.4"

Issue Description

Camo infusment does not work stopping progression at teir 3. the recipe is valid and infusing starts but the potion is not consumed and camo is not applied

The following infusments also do not work but do not stop progression:
bleeding
bane
lumberjack

Additional Information

upgrade tome
<item:forcecraft:upgrade_tome>.withJsonComponent(<componenttype:forcecraft:upgrade_book>, {recipesUsed: ["forcecraft:infuser/infuse_bleeding", "forcecraft:infuser/infuse_pack_upgrade2", "forcecraft:infuser/infuse_silk"], progressCache: "3/4", tier: "3", points: 575})

potion
<item:minecraft:potion>.withJsonComponent(<componenttype:minecraft:potion_contents>, {potion: "minecraft:invisibility"})

infusing
image

no camo after infusing
image

upgrade tome after infusing
<item:forcecraft:upgrade_tome>.withJsonComponent(<componenttype:forcecraft:upgrade_book>, {recipesUsed: ["forcecraft:infuser/infuse_bleeding", "forcecraft:infuser/infuse_pack_upgrade2", "forcecraft:infuser/infuse_silk"], progressCache: "3/4", tier: "3", points: 575})

commented

marked as closed but the newest release still has this issue. ๐Ÿ’€

commented

Are the other still an issue as well? Or was it just Camo that was still broken

commented

camo is now working and advances upgrade tome progression
Screenshot from 2024-10-02 19-16-48

The following infusments still do not work:
bleeding - arrow is consumed but does not infuse item
bane - item is not consumed and does not infuse item
lumberjack - item is consumed, infuses item but does not break additional logs when breaking a log block

commented

Bane will work next update :) Found the issue

commented

Bleed was applying Bane for some reason

commented

Lumberjack has also been fixed