How to summon an invisible crafting table?
I would like to know how to summon an invisible crafting table. I'm trying to make it so that when you hold sugar, an invisible crafting table will spawn around your head. I've already got it so that a crafting table spawns around your head when you hold the sugar. Is there any way to make the crafting table invisible without using or interfering with resource packs?
Best Answer
This isn't exactlty an answer to the question but it will work even better than what i intended!
http://www.minecraftforum.net/forums/minecraft-discussion/suggestions/2505848-new-command-gui
PLEASE MOJANG
Pictures about "How to summon an invisible crafting table?"



Can crafting tables burn?
A Crafting Table is special as wood, wooden planks, and leaves would burn. Instead, a Crafting Table will catch on fire, but not burn.How do you make a big crafting table in Minecraft?
In the crafting menu, you should see a crafting area that is made up of a 2x2 crafting grid. To make a crafting table, place 4 wood planks in the 2x2 crafting grid. When crafting with wood planks, you can use any kind of wood planks, such as oak, spruce, birch, jungle, acacia, dark oak, crimson, or warped planks.How do you clear a crafting table in Minecraft?
The crafting table GUI gets a new button labeled "Clear All" which returns all items to your inventory (if you have room). This would be useful for regular crafting as well when you want to start over with a new recipe.Quick And Easy: Hidden Crafting Tables
More answers regarding how to summon an invisible crafting table?
Answer 2
Without modding the client/server no it's not. I wonder what you mean by around your head, as I didn't play for a long time. But the textures a block uses are defined by the BlockID and additional Meta-data (E.g wood:oak, where wood is the BlockID and oak is additional metadata). And the BlockID also defines the behaviour. (E.g what happens if you right click it).
By modding you can create an own invisible block (there is a block called barrier which you can extend), then defining the behaviour of that block. It is sufficient if that mod is server-side, as the GUI which is opened is invoked by the network protocol.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Vanessa Loring, Vanessa Loring, Castorly Stock, Vanessa Loring
