Started by
KPTN
on
Thu, 01/21/2021 - 18:21
Topic category: Help with modding (Java Edition)
So i try to make a coordinate overlay. But i got this thing:
overlay text: <x> <z>
how can i delete numbers after " , " ?
Topic category: Help with modding (Java Edition)
So i try to make a coordinate overlay. But i got this thing:
overlay text: <x> <z>
how can i delete numbers after " , " ?
Use integer instead of number
thanks!