Fix world settings generator

This commit is contained in:
Misode
2024-10-27 05:15:26 +01:00
parent 3447a586c2
commit 88b8730b72
2 changed files with 15 additions and 0 deletions

View File

@@ -948,6 +948,7 @@ function getCategory(type: McdocType) {
if (type.kind === 'reference' && type.path) {
switch (type.path) {
case '::java::data::loot::LootPool':
case '::java::data::worldgen::dimension::Dimension':
case '::java::data::worldgen::surface_rule::SurfaceRule':
case '::java::data::worldgen::template_pool::WeightedElement':
return 'pool'