当前位置: 首页 > 软件库 > 应用工具 > >

Amulet-Map-Editor

授权协议 Readme
开发语言 JavaScript
所属分类 应用工具
软件类型 开源软件
地区 不详
投 递 者 燕意蕴
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Amulet Map Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

Running compiled builds

Download the zip file for your operating system from the list of compiled builds. (Currently Windows only)

Extract the contained folder to a location on your computer and run the executable.

Running from Source

If you are running a compiled build you do NOT need to do this.

  1. Install Python 3.7+
  2. We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
  3. run python -m pip install amulet-map-editor to install the library and all its dependencies.
  4. run python -m amulet_map_editor to run the program

Notes

If you have python 2 installed python may point to the wrong version in which case you will have to swap out python for python3

When installing from source the following dependencies will be installed

  • numpy
  • wxpython
  • pyopengl
  • Amulet-Core The library to handle loading and saving data to the world formats.
  • Amulet-NBT The library to handle reading and saving NBT and SNBT.
  • PyMCTranslate The library to handle block, block entity, entity and biome translation. between versions
  • Minecraft-Model-Reader The library to handle loading block models and textures from a resource pack for use in the renderer.

Contributing

For information about contributing to this project, please read the contribution file.

 相关资料
  • Amulet Amulet is a simple functional programming language in the ML tradition,with support for higher-rank parametric polymorphic types androw-polymorphic records, pattern matching with algebraic data

  • 我必须在下面的地图中输入一个整数值。 当我运行上面的代码我得到下面的错误,有人能帮我吗

  • 如何过滤<代码>地图 仅当列表中的任何员工具有字段值性别=“M”时,我才必须过滤。 输入:

  • Map

    4.3. Map 哈希表是一种巧妙并且实用的数据结构。它是一个无序的key/value对的集合,其中所有的key都是不同的,然后通过给定的key可以在常数时间复杂度内检索、更新或删除对应的value。 在Go语言中,一个map就是一个哈希表的引用,map类型可以写为map[K]V,其中K和V分别对应key和value。map中所有的key都有相同的类型,所有的value也有着相同的类型,但是key

  • 描述 (Description) Javascript数组map()方法创建一个新数组,其结果是在此数组中的每个元素上调用提供的函数。 语法 (Syntax) 其语法如下 - array.map(callback[, thisObject]); 参数细节 (Parameter Details) callback - 从当前元素生成新Array的元素的函数。 thisObject - 执行回调时用

  • map

    描述 (Description) 此函数为LIST的每个元素计算EXPR或BLOCK。 对于每次迭代,$ _保存当前元素的值,也可以将其赋值为允许更新元素的值。 简单地说,Perl的map()函数在数组的每个元素上运行一个表达式,并返回一个包含结果的新数组。 语法 (Syntax) 以下是此函数的简单语法 - map EXPR, LIST map BLOCK LIST 返回值 (Return V