I built a cool thing that hid an entrance behind smelting a coal block (from youtube) However, I want to try something different.
1) Can I build an entrance that only triggers when X is placed/deposited into something. Item Frame, Pot, Chest, dispenser, dropper, I don't care. As long as item can be placed in it, and it triggers a door.
Also,
2) Can I build an entrance that only triggers with a certain amount of X is deposited? Obviously this requires items that can hold stacks of things, but same idea.
Is this possible through commands/Cblocks, etc.?
With all the changes to MC, and really old Vidoes on Youtube, I came here to ask the question
The Meaning of Life, the Universe, and Everything.
Join Date:
5/29/2013
Posts:
289
Member Details
Yes, with command blocks it's absolutely possible. You'll have to do some research into /execute to get it formatted correctly but there shouldn't be any problem checking a container slot for a specific item with a specific quantity. I'm not aware of any way in pure survival to do what you'd like but commands can certainly handle it in 1.13- make sure any reference material you look into is 1.13 because a lot of command syntax changed.
There actually is a redstone mechanism that filters items, and the count can be adjusted. For example, FedXGaming's mystery box uses it (Ignore that it's Bedrock Edition, it works fine on Java).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I built a cool thing that hid an entrance behind smelting a coal block (from youtube) However, I want to try something different.
1) Can I build an entrance that only triggers when X is placed/deposited into something. Item Frame, Pot, Chest, dispenser, dropper, I don't care. As long as item can be placed in it, and it triggers a door.
Also,
2) Can I build an entrance that only triggers with a certain amount of X is deposited? Obviously this requires items that can hold stacks of things, but same idea.
Is this possible through commands/Cblocks, etc.?
With all the changes to MC, and really old Vidoes on Youtube, I came here to ask the question
Yes, with command blocks it's absolutely possible. You'll have to do some research into /execute to get it formatted correctly but there shouldn't be any problem checking a container slot for a specific item with a specific quantity. I'm not aware of any way in pure survival to do what you'd like but commands can certainly handle it in 1.13- make sure any reference material you look into is 1.13 because a lot of command syntax changed.
https://minecraft.gamepedia.com/Commands/execute
There actually is a redstone mechanism that filters items, and the count can be adjusted. For example, FedXGaming's mystery box uses it (Ignore that it's Bedrock Edition, it works fine on Java).