mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
Add shelf inspection
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
"bookshelfinspector.config.category": "Settings",
|
||||
"bookshelfinspector.config.lectern.toggle": "Turn OFF or ON lectern support",
|
||||
"bookshelfinspector.config.lectern.toggle.tooltip": "This will turn OFF/ON the visibility of lectern inspection",
|
||||
"bookshelfinspector.config.shelf.toggle": "Turn OFF or ON shelf support",
|
||||
"bookshelfinspector.config.shelf.toggle.tooltip": "This will turn OFF/ON the visibility of shelf inspection",
|
||||
"bookshelfinspector.config.shelf.display.normal": "Turn OFF or ON shelf normal item visibility",
|
||||
"bookshelfinspector.config.shelf.display.normal.tooltip": "This will turn OFF/ON the visibility of normal items (unenchanted, unrenamed) on shelves",
|
||||
"bookshelfinspector.config.scale": "Change the scale of the text",
|
||||
"bookshelfinspector.config.scale.tooltip": "Change the scale of the text by dragging the slider",
|
||||
"bookshelfinspector.config.roman_scale": "Use roman numerals!",
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
lectern-toggle: true
|
||||
shelf-toggle: true
|
||||
shelf-display-normal: true
|
||||
scale: 10
|
||||
roman: false
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#minecraft:wooden_shelves"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user