mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
1.21.11 is fully done!
This commit is contained in:
@@ -16,7 +16,6 @@ public class ModMenu implements ModMenuApi {
|
||||
.setParentScreen(parent)
|
||||
.setTitle(Component.translatable("bookshelfinspector.config.title"));
|
||||
ConfigEntryBuilder entryBuilder = builder.entryBuilder();
|
||||
|
||||
builder
|
||||
.getOrCreateCategory(Component.translatable("bookshelfinspector.config.category"))
|
||||
.addEntry(entryBuilder
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=${fabric_loader_version}",
|
||||
"fabric-api": "*",
|
||||
"minecraft": "~1.21.9-beta.1",
|
||||
"minecraft": "~1.21.11",
|
||||
"java": ">=${java_version}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user