Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
82 stars 23 forks source link

Feature: Optional Blocks #70

Closed Minenash closed 2 years ago

Minenash commented 2 years ago

Possible syntax:

As Variables

{block:fps, fps > 30}
//Stuff
{endblock:fps}

As If Variables

{if:fps, fps > 30}
//Stuff
{else:fps}
//Stuff
{endif:fps}
=if:fps, fps > 30=
//Stuff
=else:fps=
//Stuff
=endif:fps=
Minenash commented 2 years ago

Done