I would like to create a Minecraft Skyblock Map where, similar to Bedwars, there's a block that drops things (different in a certain time interval). Does anyone know how to do that?
First you set up your block and make a note of its coordinates. Now you can drop your items on it with the following command: / summon item ~ ~ ~ {Item: {id: "minecraft: gold_ingot", Count: 1b}} For this you have to enter the coordinates of the block for the ~ ~ ~ + at the second coordinate 1. To change the item you can enter another item instead of id: "minecraft: gold_ingot", eg. Id: "minecraft: dirt".
Now you can use Redstone to determine when which item spawns.
But I would recommend a plugin for Skyblock with which you can create this much easier
Thank you
Do you mean by place your gaze on a command block in which the command comes?
I'm a bedrock player and do not know my way around very well. I would now just do several spawns of items and adjust how often they drop depending on their value
That's exactly the idea behind it, but I would really recommend a plugin for it. In addition, I'm unfortunately not sure whether the command works when you play on Bedrock… Lg
Haha what is a plugin anyway