Recent content by mfcfbro

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. mfcfbro

    Triggering KubeJS scripts with FTBChunks claims

    I have been trying to trigger a script in KubeJS by claiming a chunk with FTBChunks. I found a reddit post where someone was able to do this back when FTBChunks was FTB Utilities using the code below. events.listen("ftbutilities.chunk.claimed", function (event) { if(event.player) {...