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

@@ -266,6 +266,15 @@
"path": "models",
"category": "assets",
"schema": "model"
},
{
"id": "block_growth",
"url": "partners/immersive-weathering/block-growth",
"path": "block_growths",
"category": "partners",
"partner": "immersive_weathering",
"schema": "immersive_weathering:block_growth",
"minVersion": "1.18.2"
}
]
}