Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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の実装に依存するもの(予定)
- Host: GitHub
- URL: https://github.com/aoirint/mc_migration_tool_resources_generator_geyser
- Owner: aoirint
- License: mit
- Created: 2023-01-28T11:35:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T11:41:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T19:52:55.185Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```