#Let players fly in survival
1 messages · Page 1 of 1 (latest)
not really
add "minecraft:air" into #minecrat:climbable
i was experimenting with 1.16.4 long time ago and it worked
the whole world became a ladder basically
(in case it actually works as you want it to) you can instead add something like structure_void, and then make so that only certain players can "fly" by placing the structure void inside of them
except i think structure void can be broken in survival mode
yep, that worked, thank you!
you put it into data/minecraft/blocks/climbable.json:
"replace": false,
"values": [
"minecraft:ladder",
"minecraft:vine",
"minecraft:scaffolding",
"minecraft:weeping_vines",
"minecraft:weeping_vines_plant",
"minecraft:twisting_vines",
"minecraft:twisting_vines_plant",
"minecraft:cave_vines",
"minecraft:cave_vines_plant",
"minecraft:air"
]
}```
you dont have to include all the default values
it is going to extend automatically
if you have replace: false