MineColonies for ComputerCraft

MineColonies for ComputerCraft

2M Downloads

colony.getInfo() raid boolean returns false during NPC raid events

jhadred opened this issue ยท 1 comments

commented

Describe the bug
During an NPC raid event (barbarian, pirates, etc), the boolean value for raid in colony.getInfo returns false

To Reproduce
Steps to reproduce the behavior:
With Minecolonies 1.20.1 and colony4cc 1.20.1-2.6.4 create a computercraft program to return and print the colony.getInfo() results and view the raid value. The raid value appears to return false instead of the expected true.

Unfortunately I have not seen reddit posts or discord posts or comments in curseforge if others can replicate and may need to attempt to isolate with just minecolonies and cc4colonies.

Expected behavior
As a user, I expect to see the colony.getInfo() raid value return true during a Minecolonies raid event

Screenshots
If applicable, add screenshots to help explain your problem.

  1. Image1 displaying Raid event (pirates) and Simple computercraft program to:
    return the colony.getInfo() into a table
    print the table for testing purposes
    (also in the program if table.raid is true, then output a signal which would link to other alert systems for when I'm afk away from the gaming computer.)
  2. Image 2 displays print key,value of the colony.getInfo pairs to display the resulting raid boolean value

2024-12-07_16 51 45
2024-12-07_16 51 53
Versions:

  • Minecraft: 1.20.1
  • Minecolonies: minecolonies-1.20.1-1.1.763-snapshot (Started attempting in earlier 1.20.1 versions as well)
  • Colony4cc: Colony4ComputerCraft-1.20.1-2.6.4

Additional context
Add any other context about the problem here.
Include logs (from a paste site like gist) if appropriate.

This could be misinterpreted and the isColonyUnderAttack is only true when another player is attacking a colony instead of an NPC raid (based on line 316 of minecolonies/src/main/java/com/minecolonies/api/colony/IColony.java and minecolonies/src/main/java/com/minecolonies/core/colony/Colony.java) in which case this becomes a suggestion to add a different table value so there is a NPC Raid boolean and a Player Attack boolean and the information table in the wiki updated to reflect what the raid value is supposed to return true on (player attack or npc raid).

I couldn't find anything in those that said raid other than minecolonies/scr/main/java/com/minecolonies/api/colony/colonyEvents/IColonyRaidEvent.java line 50 isRaidActive()

commented

Thanks for the detailed report; this is now fixed.