Add /give to loot table converter tool

This commit is contained in:
Misode
2024-11-29 06:08:01 +01:00
parent fb95b386cc
commit a948715523
7 changed files with 359 additions and 5 deletions

View File

@@ -978,6 +978,22 @@ main.has-project {
min-width: unset;;
}
.convert-select {
background-color: var(--background-2);
color: var(--text-1);
}
.convert-textarea {
background-color: var(--background-2);
color: var(--text-1);
height: calc(100vh - 250px);
min-height: 250px;
}
.convert-error {
color: var(--invalid-text);
}
.btn {
display: flex;
align-items: center;