mirror of
https://github.com/eliasstepanik/Create.git
synced 2026-01-10 23:48:28 +00:00
18 lines
909 B
Plaintext
18 lines
909 B
Plaintext
{
|
|
// If right-clicking beds in the air should enable the quick feature.
|
|
"enableQuickBeds": true,
|
|
// If right-clicking cartography tables in the air should enable the quick feature.
|
|
"enableQuickCartographyTables": true,
|
|
// If right-clicking crafting tables in the air should enable the quick feature.
|
|
"enableQuickCraftingTables": true,
|
|
// If right-clicking ender chests in the air should enable the quick feature.
|
|
"enableQuickEnderChests": true,
|
|
// If right-clicking grindstones in the air should enable the quick feature.
|
|
"enableQuickGrindstones": true,
|
|
// If right-clicking shulker boxes in the air should enable the quick feature.
|
|
"enableQuickShulkerBoxes": true,
|
|
// If right-clicking smithing tables in the air should enable the quick feature.
|
|
"enableQuickSmithingTables": true,
|
|
// If right-clicking stonecutters in the air should enable the quick feature.
|
|
"enableQuickStonecutters": true
|
|
} |