Halo semua,
Saya sedang mencoba membuat aplikasi kecil menggunakan Thunkable yang terhubung dengan game Minecraft Unlimited Items.
Tujuannya adalah membuat tombol khusus yang bisa memberi item tanpa batas di dalam game, sebagai bagian dari fitur inventory tracker.
Masalahnya, ketika saya menghubungkan API/URL ke project Thunkable, data item tidak muncul sama sekali di emulator.
Padahal di uji coba awal di browser, semua berjalan normal.
Saya sudah coba beberapa hal:
-
Mengganti metode
GET
menjadiPOST
-
Menyimpan data di Local DB Thunkable
-
Menghapus dan menghubungkan ulang API
Tapi hasilnya tetap sama, item tidak muncul di aplikasi.
Apakah ada yang pernah mengalami bug ini? Atau mungkin ada pengaturan khusus di Thunkable agar data dari Minecraft bisa terbaca dengan benar?
Sebagai referensi, saya awalnya menemukan info lengkapnya di sini:
https://modhello.com/id/minecraft/
Mungkin ada yang bisa memberikan solusi atau langkah troubleshooting yang tepat?
Terima kasih sebelumnya
–
I’m trying to create a small app using Thunkable that connects to the Minecraft Unlimited Items game.
The goal is to create a custom button that can give unlimited items in-game, as part of the inventory tracker feature.
The problem is, when I connect the API/URL to the Thunkable project, the item data doesn’t appear at all in the emulator.
However, in initial tests in the browser, everything worked fine.
I’ve tried several things:
Changing the GET method to POST
Saving the data in Thunkable’s local DB
Deleting and reconnecting the API
But the result is still the same: the items don’t appear in the app.
Has anyone experienced this bug? Or is there a special setting in Thunkable that allows data from Minecraft to be read correctly?
For reference, I initially found the complete information here:
Maybe someone can provide a solution or proper troubleshooting steps?
Thanks in advance