You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that the ifb() animation function doesn't exist in EMF, and using it in a .jem file will cause an error, disabling all resource packs. In EMF, its functionality appears to be handled by the usual if(). This is pretty convenient, but it breaks compatibility since Optifine unfortunately only allows the ifb() function to return boolean values.
Maybe it's possible to add an ifb() function with the functionality required by Optifine, while still allowing the regular if() to return boolean values? To avoid breaking existing resource packs designed specifically for EMF.
Versions:
Minecraft Version: 1.21
EMF version: 2.2.6
ETF version: 6.2.5
The text was updated successfully, but these errors were encountered:
the reason if() might appear in the failure cause is it acts as a parent to ifb() to handle the initial boolean condition logic then ifb() handles the return as a boolean
ill need your log with this resourcepack failure in it and the model thats failing
Describe the bug
It seems that the ifb() animation function doesn't exist in EMF, and using it in a .jem file will cause an error, disabling all resource packs. In EMF, its functionality appears to be handled by the usual if(). This is pretty convenient, but it breaks compatibility since Optifine unfortunately only allows the ifb() function to return boolean values.
Maybe it's possible to add an ifb() function with the functionality required by Optifine, while still allowing the regular if() to return boolean values? To avoid breaking existing resource packs designed specifically for EMF.
Versions:
The text was updated successfully, but these errors were encountered: