Block replacement tutorial.Taking 1.16.5 as an example, other versions have not been tested yet.
Download module
Create archives and enter the world
Open config/blockswap/block_swap.json
Fill in the square you need to replace in Swapper.
example
{{
"Retrogen": false,
"Swapper": {
"Minecraft: BEDROCK": "Minecraft: Barrier",
"Minecraft: Grass": "Minecraft: Glass"
}
}
This example will replace all base rocks with a barrier, and all grass blocks are replaced with glass.If you want to add more, continue to use the key value pair, and separate the comma between each pair.