So I have actually been wondering about this for a while. But now that I actually need it for a mod, I kind of need the answer otherwise the mod will be pretty dumb. So, the questions:
1. Where does minecraft pe draw it's crafting table, stonecutter and furnace gui from?
2. Is it possible to make a variant of the mattis system and call it up somehow? If so, how?
3. Does anyone actually have a script where they have designed gui and made a block use it?
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
1. Somewhere within Minecraft PE's source code
2. Yes, create a GUI with ImageViews and call the PopupWindow.
3. What do you mean make a block use it? Do you mean call the PopupWindow when a block is tapped?
1. Somewhere within Minecraft PE's source code
2. Yes, create a GUI with ImageViews and call the PopupWindow.
3. What do you mean make a block use it? Do you mean call the PopupWindow when a block is tapped?
Thank you! Yes I mean for the window to call up when the block of a certain I'd is tapped. Is that possible? And where is the source code? Is it in mojang.minecraftpe of in the apk?I am such an absolute retard there is a link to gui stuff in your signature! Still PLEASE answer though
Rollback Post to RevisionRollBack
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
The source code is in the mcpe apk. Create a custom function with the GUI setup in it, and call that function in the useItem hook wherever you need it.
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
To post a comment, please login or register a new account.
1. Where does minecraft pe draw it's crafting table, stonecutter and furnace gui from?
2. Is it possible to make a variant of the mattis system and call it up somehow? If so, how?
3. Does anyone actually have a script where they have designed gui and made a block use it?
Please answer I need to know this badly
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
2. Yes, create a GUI with ImageViews and call the PopupWindow.
3. What do you mean make a block use it? Do you mean call the PopupWindow when a block is tapped?
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Thank you! Yes I mean for the window to call up when the block of a certain I'd is tapped. Is that possible? And where is the source code? Is it in mojang.minecraftpe of in the apk?I am such an absolute retard there is a link to gui stuff in your signature! Still PLEASE answer though
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11