Very Many Players (Fabric)

Very Many Players (Fabric)

271k Downloads

vmp breaks datapacks.

Antoha256M opened this issue ยท 0 comments

commented

Description
the mod breaks the entity detection by selectors in datapacks.
in the attached datapack there are only 3 commands in the function, the first sends 1 to the chat, the second command teleports all pigs to the command execution point, and the third command checks if there is a pig within a radius of one block, then outputs 2 to the chat.

Expected behavior
each run of the function should return both 1 and 2 to the chat

Actual behavior
with the mod installed, the last command will not output 2 in the same tick. if the pig was within a radius of one block and you perform a function, then 2 will be returned

To Reproduce
Steps to reproduce the behavior:

  1. install Fabric/Quilt 1.19.4
  2. install vmp 0.2.0 beta.7.69-all
  3. install the attached datapack
  4. just summon the pig
  5. move a few blocks away from the pig
  6. run the /function minecraft:gg command in the chat

Screenshots
before running /function minecraft:gg
image
how it is
image
how it should be
image

Runtime info (please complete the following information):

  • OS: Windows
  • Minecraft version: 1.19.4
  • Mod version: 0.2.0 beta.7.69-all
  • Mod branch: idk

Crash reports / logs

Other mods
only modmenu-6.1.0-rc.4 and qfapi-6.0.0-beta.2_qsl-5.0.0-beta.1_fapi-0.76.0_mc-1.19.4(I play on Quilt)

Checklist

  • I am using the official version of the mod.
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.

Additional context
datapack.zip