User Tools

Site Tools


zh_cn:tutorial:registry_types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
zh_cn:tutorial:registry_types [2021/05/20 11:47] – [实体] solidblockzh_cn:tutorial:registry_types [2021/06/30 11:12] – [世界生成] solidblock
Line 68: Line 68:
 ===== 世界生成 ===== ===== 世界生成 =====
  
-World generation in Minecraft is complex, and there are a lot of different registries for world gen.+Minecraft的世界生成比较复杂,对于世界生成有许多不同的注册表。
  
   * ''%%Registry.BIOME%%''   * ''%%Registry.BIOME%%''
-    * Contains all [[tutorial:biomes|biomes]].+    * 包含所有的[[zh_cn:tutorial:biomes|生物群系]]
   * ''%%Registry.FEATURE%%''   * ''%%Registry.FEATURE%%''
-    * Contains all [[tutorial:features|world generation features]], including structures.+    * 包含所有的[[zh_cn:tutorial:features|世界生成特征]],包括结构。
   * ''%%Registry.STRUCTURE_FEATURE%%''   * ''%%Registry.STRUCTURE_FEATURE%%''
-    * Contains all [[tutorial:structures|structure features]].+    * 包含所有的[[zh_cn:tutorial:structures|结构特征]]
   * ''%%Registry.CARVER%%''   * ''%%Registry.CARVER%%''
-    * Contains all carvers. Carvers are used to create caves and ravines.+    * 包含所有的雕刻器。雕刻器用于创建洞穴和峡谷。
   * ''%%Registry.DECORATOR%%''   * ''%%Registry.DECORATOR%%''
-    * Contains all decorators. Decorators are used to place features.+    * 包含所有的装饰器。装饰器用于安放特征。
   * ''%%Registry.BIOME_SOURCE_TYPE%%''   * ''%%Registry.BIOME_SOURCE_TYPE%%''
-    * Contains all biome source types. They determine which biome is placed where during world generation.+    * 包含所有的生物群系源类型,这决定了生成世界时使用哪些生物群系。
   * ''%%Registry.TREE_DECORATOR_TYPE%%''   * ''%%Registry.TREE_DECORATOR_TYPE%%''
-    * Contains all tree decorator types. Tree decorators can add additional blocks, such as beehives or vines, to trees.+    * 包含所有的树木装饰器类型。这些装饰器添加一些附加方块,例如蜂箱、藤蔓。
   * ''%%Registry.FOLIAGE_PLACER_TYPE%%''   * ''%%Registry.FOLIAGE_PLACER_TYPE%%''
-    * Contains all foliage placer types. Foliage placers are used to generate the leaves of trees.+    * 包含所有的树叶放置器类型,用于生成树叶。
   * ''%%Registry.BLOCK_STATE_PROVIDER_TYPE%%''   * ''%%Registry.BLOCK_STATE_PROVIDER_TYPE%%''
-    * Contains all block state provider types. They are used to select a possibly random block state based on a position.+    * 包含所有的方块状态提供器类型,用于基于位置选择可能的随机方块状态。
   * ''%%Registry.BLOCK_PLACER_TYPE%%''   * ''%%Registry.BLOCK_PLACER_TYPE%%''
-    * Contains all block placer types. Block placers are used to place blocks in features like ''%%RandomPatchFeature%%''.+    * 包含所有的方块放置器类型,用于在''%%RandomPatchFeature%%''之类的地形中放置方块。
   * ''%%Registry.CHUNK_GENERATOR_TYPE%%''   * ''%%Registry.CHUNK_GENERATOR_TYPE%%''
-    * Contains all chunk generator types. Chunk generators define the basic shape of the terrain, such as ''%%surface%%'' for overworld-like, ''%%caves%%'' for nether-like and ''%%floating_islands%%'' for end-like terrain.+    * 包含所有的区块生成器类型。区块生成器决定了地形的基本形状,如''%%surface%%''生成类似于主世界的地表地形,''%%caves%%''用于生成类似于下界的洞穴地形,''%%floating_islands%%''用于生成类似于末地的浮岛类型。
   * ''%%Registry.CHUNK_STATUS%%''   * ''%%Registry.CHUNK_STATUS%%''
-    * Contains all chunk status types. They describe the current progress of world generation in a chunk.+    * 包含所有的区块状态类型。区块状态描述了区块中世界生成的当前进站。
   * ''%%Registry.STRUCTURE_PIECE%%''   * ''%%Registry.STRUCTURE_PIECE%%''
-    * Contains all structure piece types. Structure pieces are smaller parts of a structure, such as a single room.+    * 包含所有的结构构件。结构构件是结构的小部分,例如单间房间。
   * ''%%Registry.RULE_TEST%%''   * ''%%Registry.RULE_TEST%%''
-    * Contains all rule test types. They are used to match blocks in structure generation.+    * 包含所有的规则测试类型,用于在世界生成中匹配方块。
   * ''%%Registry.STRUCTURE_PROCESSOR%%''   * ''%%Registry.STRUCTURE_PROCESSOR%%''
-    * Contains all structure processor types. Structure processors modify structures after they have been generated.+    * 包含所有的结构处理器类型。结构处理器会在结构生成后对其进行修改。
   * ''%%Registry.STRUCTURE_POOL_ELEMENT%%''   * ''%%Registry.STRUCTURE_POOL_ELEMENT%%''
-    * Contains all structure pool elements. Structure pool elements are even smaller parts of structures, and they are contained within pool structure pieces. They are used for generating structures that are based on datapacks (such as structures using jigsaws).+    * 包含所有的结构池元素。结构池元素时结构的更小部分,包含在池结构构件中,用于生成基于数据包的结构(例如使用拼图的结构)。
   * ''%%Registry.SURFACE_BUILDER%%''   * ''%%Registry.SURFACE_BUILDER%%''
-    * Contains all surface builders. Surface builders are used to place the surface blocks of a biome, such as grass in many overworld biomes.+    * 包含所有的地表构造器。地表构造器用于放置生物群系的地表,例如许多主世界生物群系的草。
  
  
zh_cn/tutorial/registry_types.txt · Last modified: 2023/08/15 14:21 by wjz_p