#How to add a screen to a block?
20 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
What I'd really like is to be able to create a custom block that opens the UI from this mod right here https://www.curseforge.com/minecraft/mc-mods/sewing-kit
I know that sounds weird but I dislike how over detailed the mod's crafting block is.
afaik the only way to open the ui would be to use the java class loaders
because what you want to do is open another preexisting one, instead of adding one to a custom block
so you need to find the source of the ui in their github and use that somehow with java()
alternatively you could just change the model of the table with a resourcepack
I've actually done this but the issue is the block uses a custom hitbox that doesn't really line up with the fullsize block.
But it may be the only real way to do it idk 🤷
you can change the hitbox model too i think
really?
Hmm, well I can try and figure something out.
found the actual bit of code that opens the menu in java
dont think this can be done in kube though
well darn, sorry to waste your time then 😓
Thank you for your help though, you've been great :)
👍