Add logging output to test function
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s

This commit is contained in:
themodrnhakr 2025-03-21 20:27:38 -05:00
parent a4c1d5a865
commit c75b6c8fea

View File

@ -1,6 +1,7 @@
@lazy @lazy
function test_hashInteger($test_val) { function test_hashInteger($test_val) {
$integerToHash = $test_val; $integerToHash = $test_val;
tellraw @a $integerToHash.toString();
database.crypt.hashInteger(); database.crypt.hashInteger();