when checking a tileEntity's Inventory, ignores air.
when using
execute @a ~ ~-1 ~
testforblock ~ ~ ~ dropper 1
{Items:[
0:{id:minecraft:string,Count:1b,Slot:0b},
1:{id:minecraft:string,Count:1b,Slot:2b},
2:{id:minecraft:string,Count:1b,Slot:4b},
3:{id:minecraft:string,Count:1b,Slot:6b},
4:{id:minecraft:string,Count:1b,Slot:8b}
],CustomName:"Crafting Table+"}
(string in a X patern)
it will ignore the top bottom left and right edge slots.
if you put stacks of diamond in those slots it will see them as air or something. and there is no way around it to make it so they will be seen by the system.
Environment
java 7 u51?
win 8
vanilla
Created Issue:
when checking a tileEntity's Inventory, ignores air.
when using
{id:minecraft:string,Count:1b,Slot:0b}
execute @a ~ ~-1 ~
testforblock ~ ~ ~ dropper 1
{Items:[
0:,
{id:minecraft:string,Count:1b,Slot:2b}
1:,
{id:minecraft:string,Count:1b,Slot:4b}
2:,
{id:minecraft:string,Count:1b,Slot:6b}
3:,
{id:minecraft:string,Count:1b,Slot:8b}
4:],CustomName:"Crafting Table+"}
(string in a X patern)
it will ignore the top bottom left and right edge slots.
if you put stacks of diamond in those slots it will see them as air or something. and there is no way around it to make it so they will be seen by the system.Environment
java 7 u51?
win 8
vanilla
when using
{id:minecraft:string,Count:1b,Slot:0b}
execute @a ~ ~-1 ~
testforblock ~ ~ ~ dropper 1
{Items:[
0:,
{id:minecraft:string,Count:1b,Slot:2b}
1:,
{id:minecraft:string,Count:1b,Slot:4b}
2:,
{id:minecraft:string,Count:1b,Slot:6b}
3:,
{id:minecraft:string,Count:1b,Slot:8b}
4:],CustomName:"Crafting Table+"}
(string in a X patern)
it will ignore the top bottom left and right edge slots.
if you put stacks of diamond in those slots it will see them as air or something. and there is no way around it to make it so they will be seen by the system.when using
execute @a ~ ~-1 ~ testforblock ~ ~ ~ dropper 1 {Items:[ 0:{id:minecraft:string,Count:1b,Slot:0b}, 1:{id:minecraft:string,Count:1b,Slot:2b}, 2:{id:minecraft:string,Count:1b,Slot:4b}, 3:{id:minecraft:string,Count:1b,Slot:6b}, 4:{id:minecraft:string,Count:1b,Slot:8b} ],CustomName:"Crafting Table+"}(string in a X patern)
it will ignore the top bottom left and right edge slots.
if you put stacks of diamond in those slots it will see them as air or something. and there is no way around it to make it so they will be seen by the system.




I also tried
slot:1b,id:air
slot:1b,id:string,Count:0b
slot:1b,id:null,Count:0b
didnt work
they always just ignore the empty spaces making it so that it destroys any items there when using for custom crafting
they always result in executing the command crafting my cobwebs.
obliterating all the diamonds in the usually empty spots
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
Ticket resolved as incomplete, because no answer in a reasonable amount of time (1+ year), if it still happens, please update the ticket.