Add logging output to test function
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
This commit is contained in:
parent
a4c1d5a865
commit
c75b6c8fea
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user