Topic category: Help with Minecraft modding (Java Edition)
I created a model in Blockbench, but I didn't like the icons in the item column, so I created another block. Then I created a procedure to place block B when block A is placed with the condition of the image, but it did not work.
So I asked for help in the forum,
Use “When block is placed” trigger
remove the plus 1 on y+1 as it checks the block above the block your trying to check
Add a small delay before the replacement
Make sure Block A is tagged properly
Also when comparing the blocks you say get block at x y z tagged in block tags as minecraft: air , minecraft:air isn't air , minecraft:air isn't a tag plus tags are groups of blocks like types of wool, they are all wool just different colours so they are grouped together so that if you want a wool type in a crafting recipe but don't care what colour of wool it is so it will craft regardless of the colour of the wool. Plus its probably better to just do is get block at x y x the same block as air as there aren't different types of air.
I got a reply saying, "I am a Japanese person and I am using an automatic translation. But I am Japanese and using automatic translation so I am having a hard time understanding it.
Can someone please make a picture of this proposed procedure? Or if you could export it, I would be very grateful.