Skip to content

Translation notice

This page was translated with machine translation and may contain inaccuracies. If you can help improve it, please open an issue or submit a pull request.

block and item operations

block operation

Structure block

load structure

  • Use command /place
  • Use structure block
mcfunction
execute at @p run setblock ~ ~ ~ structure_block{name:"woodland_mansion/1x1_a3",mode:"LOAD",powered:0}
execute at @p run setblock ~ ~-1 ~ redstone_block

Place block /setblock

Copy region /clone

fill area /fill

Modify mob biome /fillbiome

item operation

Clear item /clear

give item /give

Place loot table /loot

Enchant item /enchant

Modify item stack


Powered by VitePress and GitHub Pages