![Biomes in Jars [Forge]](https://media.forgecdn.net/avatars/thumbnails/617/737/256/256/638004439977868922.png)
[Feature] Commands in datapacks
Vervixer opened this issue ยท 3 comments
When using the command setchunkbiome in functions (As in datapacks), the log displays "com.mojang.brigadier.exceptions.CommandSyntaxException: A player is required to run this command here".
If it were possible to use it in code, then many interesting scenarios - like corrupting the world Terraria-style - become available.
Hi! I would need to add coordinate arguments then. Would this work for datapacks?
I think so. But even without arguments it should work I guess, because if you'll take coordinates of the "summoner" of the command then you can easily change that with execute at @s positioned ~ ~10 ~ run setchunkbiome test:test
for example.