Add damage object and improve NBT fields

This commit is contained in:
Misode
2019-06-21 16:46:56 +02:00
parent ebacf9ec5e
commit d8ce84e385
4 changed files with 272 additions and 12 deletions

View File

@@ -28,6 +28,10 @@
}
.card.bg-dark .card.bg-dark {
background-color: #565b60 !important;
}
.card.bg-dark .card.bg-dark .card.bg-dark {
background-color: #4b4f54 !important;
}
@@ -43,6 +47,10 @@
-webkit-tab-size: 4;
}
textarea {
min-height: 37.6px;
}
textarea.invalid {
border-color: red !important;
}