Started by
Fiscee
on
Topic category: Help with Minecraft modding (Java Edition)
So I have zero idea how to do this. I want to rightclick a block, which then changes in a like 30x30 area all blocks to a block of my choice .
After 20 seconds it should wear off and everything should change back to how it was before.
This mod will be very big and everyone who helps me finish this with a good idea that is valuable for me, I will credit you in the mod.
Just so you understand what I mean here is an example https://m.youtube.com/watch?v=s3pmXPj7kSk
Go to 11:50
maybe you should use array list plugin and store each block in array and then use stored in array data to place blocks back.
How can I use array list plugin in my mod