Give Netherite Boots with Feather Falling IV Command
Copy the /give command for a Netherite Boots enchanted with Feather Falling IV in Minecraft Java 26.2 and Bedrock 26.32.
Feather Falling IV — Java command
Java
/give @p minecraft:netherite_boots[enchantments={feather_falling:4}] 1Bedrock
On Bedrock Edition, give the item first, then hold it and run:
Bedrock
/enchant @p feather_falling 4Note: /enchant requires holding a compatible item and cannot exceed the enchantment's normal max level.
All levels
Feather Falling I
Java
/give @p minecraft:netherite_boots[enchantments={feather_falling:1}] 1Feather Falling II
Java
/give @p minecraft:netherite_boots[enchantments={feather_falling:2}] 1Feather Falling III
Java
/give @p minecraft:netherite_boots[enchantments={feather_falling:3}] 1Feather Falling IV
Java
/give @p minecraft:netherite_boots[enchantments={feather_falling:4}] 1Customize in the builder
JavaSwitch edition using the selector in the header.
netherite bootsfeather falling 4
Frequently asked questions
- How do I get a Netherite Boots with Feather Falling in Minecraft?
- Enable cheats or use OP, open chat with T or /, and paste the command above. The Netherite Boots with Feather Falling IV appears in your inventory immediately. On Bedrock, give the item first then use /enchant while holding it.
- Can I combine Feather Falling with other enchantments using /give?
- Yes — on Java Edition you can stack multiple enchantments in a single /give command using the flat syntax: /give @p minecraft:netherite_boots[enchantments={feather_falling:4,unbreaking:3,mending:1}] 1
- What is the maximum level of Feather Falling?
- The maximum level is Feather Falling IV (level 4). In /give commands you can set any integer, but levels above 4 don't increase the effect beyond vanilla maximums in most cases.