Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/mc_migration_tool_resources_generator_geyser

Minecraft Bedrock版のワールドをJava版に移行するための補助ツールのリソース類の生成ツールでGeyserの実装に依存するもの(予定)
https://github.com/aoirint/mc_migration_tool_resources_generator_geyser

Last synced: about 1 month ago
JSON representation

Minecraft Bedrock版のワールドをJava版に移行するための補助ツールのリソース類の生成ツールでGeyserの実装に依存するもの(予定)

Awesome Lists containing this project

README

        

# mc_migration_tool_resources_generator_geyser

## Development

### Build

```shell
./gradlew build
```

Distribute these files.

- `build/distributions/mc_migration_tool_resources_generator_geyser.zip`
- `build/distributions/mc_migration_tool_resources_generator_geyser.tar`

### Check code

- [Error Prone](https://github.com/google/error-prone) / [tbroyer/gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin)
- [SpotBugs](https://github.com/spotbugs/spotbugs) + [mebigfatguy/fb-contrib](https://github.com/mebigfatguy/fb-contrib)

```shell
./gradlew check
```

### Run

```shell
./gradlew run --args="-t enchantments -o resources/enchantments.csv"
```