Add partners, Immersive Weathering block growth (#231)

* Add partners: Immersive Weathering block growth

* Fix block state and modded block IDs

* Add categories

* Add custom rule tests

* Add missing translation
This commit is contained in:
Misode
2022-05-14 02:41:01 +02:00
committed by GitHub
parent b2d7ee49c6
commit 114164c740
19 changed files with 357 additions and 18 deletions

View File

@@ -819,9 +819,14 @@ main.has-preview {
grid-template-columns: 1fr 1fr;
gap: 0 8px;
align-items: flex-start;
grid-template-rows: min-content 1fr repeat(6, auto);
}
.home > *:nth-child(n+3) {
.home > *:first-child {
grid-row: 1 / 3;
}
.home > *:nth-child(n+4) {
grid-column: 1 / 3;
}