mirror of
https://codeberg.org/vlw/mcfstd.git
synced 2026-04-13 06:39:37 +02:00
fix: add missing math:lteq function
This commit is contained in:
parent
c4195baf85
commit
a540b2c11f
1 changed files with 7 additions and 0 deletions
7
data/comp/function/lteq.mcfunction
Normal file
7
data/comp/function/lteq.mcfunction
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
function z_:construct
|
||||||
|
|
||||||
|
$function comp:eq { a: $(a), b: $(b) }
|
||||||
|
execute unless function std:out run return fail
|
||||||
|
|
||||||
|
$function comp:lt { a: $(a), b: $(b) }
|
||||||
|
execute unless function std:out run return fail
|
||||||
Loading…
Add table
Reference in a new issue