再次修复一个导致无法渲染的问题

This commit is contained in:
boybook
2025-03-18 16:20:50 +08:00
parent fc635e768f
commit 92f88b1ba0

View File

@@ -444,11 +444,11 @@ sidebarDepth: 1
|pos|tuple|含有三个float的坐标如(-0.93, 81.25, -5.67)| |pos|tuple|含有三个float的坐标如(-0.93, 81.25, -5.67)|
|target|tuple|含有对应的所有目标entityId如('-139816907912', '-263852559602')| |target|tuple|含有对应的所有目标entityId如('-139816907912', '-263852559602')|
|entity|dict|含有实体名称,如{'entityType': 'minecraft:cow'}| |entity|dict|含有实体名称,如{'entityType': 'minecraft:cow'}|
|effect|dict|含有状态效果名称和对应的[EffectType](../枚举值/EffectType.md)枚举,如{'name': 'absorption', 'id': 22}| |effect|dict|含有状态效果名称和对应的[EffectType](../枚举值/EffectType.md)枚举,如`{'name': 'absorption', 'id': 22}`|
|dimension|dict|含有维度名称和对应数字id如{'name': 'nether', 'id': 1}| |dimension|dict|含有维度名称和对应数字id`{'name': 'nether', 'id': 1}`|
|biome|dict|含有生物群系名称和对应的[BiomeType](../枚举值/BiomeType.md)枚举,如{'name': 'bamboo_jungle', 'biomeType': 48}| |biome|dict|含有生物群系名称和对应的[BiomeType](../枚举值/BiomeType.md)枚举,如`{'name': 'bamboo_jungle', 'biomeType': 48}`|
|structure|dict|含有结构名称和对应的[StructureFeatureType](../枚举值/StructureFeatureType.md)枚举,如{'name': 'ancient_city', 'structureType': 15}| |structure|dict|含有结构名称和对应的[StructureFeatureType](../枚举值/StructureFeatureType.md)枚举,如`{'name': 'ancient_city', 'structureType': 15}`|
|enchant|dict|含有附魔名称和对应的[EnchantType](../枚举值/EnchantType.md)枚举,如{'identifier': 'knockback', 'type': 12}| |enchant|dict|含有附魔名称和对应的[EnchantType](../枚举值/EnchantType.md)枚举,如`{'identifier': 'knockback', 'type': 12}`|