#What is the replace command pls help
1 messages · Page 1 of 1 (latest)
fill <start: xyz> <end: xyz> <toBlock: id> replace <fromBlock: id>
So if you wanted to change spruce wood into spruce logs:
fill 0 0 0 1 1 1 spruce_log replace spruce_wood
Where 0 0 0 and 1 1 1 are the coordinates of the region you want to fill. They can be the same value, should that region be a single block
Wdym region shoud be a single block
Using fill cmd you can replace one block or more than one block [in a cuboid shape]
That's why he reffere region there
Okay thanks