RelativityMC / VMP-fabric

A Fabric mod designed to improve server performance at high playercounts.
MIT License
138 stars 8 forks source link

vmp breaks datapacks. #42

Closed Antoha256M closed 1 year ago

Antoha256M commented 1 year ago

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):

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

Additional context datapack.zip