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