Skip to content

Releases: PJZ9n/ResourcePackTools

2.2.0

26 Jun 19:51
Compare
Choose a tag to compare

コマンドの短縮形を追加しました。詳細はREADMEを確認してください。

Added the short form of the command. Check the README for details.

2.1.0

26 Jun 19:39
Compare
Choose a tag to compare

ResourcePackクラスに関数を追加しました。
プラグインにコマンドを追加しました。詳しくはREADMEを確認してください。

Added functions to ResourcePack class.
Added command to plugin. Check the README for details.

2.0.1

26 Jun 15:14
Compare
Choose a tag to compare

モジュールの追加、削除をサポート
addModule(Module)、removeModule(Module)、removeModuleById(int)でモジュールを追加したり削除することが出来ます。
編集する場合は、getModules()を使用してオブジェクトの内容を書き換えます。

Supports addition and deletion of modules
You can add and remove modules with addModule(Module), removeModule(Module), removeModuleById(int).
When you want to edit, use getModules() to rewrite the contents of the object.

2.0.0

24 Jun 23:32
Compare
Choose a tag to compare

大規模仕様変更とコードのクリーンアップが主な変更です。
1.x.yとの後方互換性はありません。
注意: ライブラリ側でファイル重複防止の管理を行わなくなりました。
ファイルが意図せずほかのテクスチャと重複しないように、適切なパスを使用する必要があります。

The major changes are spec changes and code cleanup.
Not backward compatible with 1.x.y.
Note: The library side no longer manages file duplication prevention.
You need to use the proper path so that the file does not accidentally overlap with other textures.

1.0.0

21 Jun 23:03
Compare
Choose a tag to compare

First release!