Add shelf inspection

This commit is contained in:
Ismael Magro
2025-10-22 19:49:27 +02:00
parent 61decc1efc
commit fce406a858
18 changed files with 256 additions and 15 deletions
@@ -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"
]
}