最適化処理には PackSquash-action を使用しています.ありがとうございます.
- [Use Template] ボタンからリポジトリを作成
- クローン
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git
assets/minecraft/optifine/cit/にテクスチャを追加- プッシュすると GitHub Actions でリソースパックが自動ビルドされます
- サンプル A: アイテムにカスタムテクスチャを適用
- サンプル B: ブロックにカスタムテクスチャを適用
- サンプル C: アイテムにアニメーションテクスチャを適用
- サンプル D: ブロックにカスタムモデルを適用
特定のアイテムにカスタムテクスチャを適用する .properties の例:
type=item
items=minecraft:stick
texture=sampleA
nbt.display.Name=sampleA| pack_format | Minecraft Version |
|---|---|
| 1 | 1.61-1.89 |
| 2 | 1.9-1.10.2 |
| 3 | 1.11-1.12.2 |
| 4 | 1.13-1.14.4 |
| 5 | 1.15-1.16.1 |
| 6 | 1.16.2-1.16.5 |
| 7 | 1.17-1.17.1 |
| 8 | 1.18-1.18.2 |
| 9 | 1.19-1.19.2 |
| 12 | 1.19.3 |
| 13 | 1.19.4 |
| 15 | 1.20-1.20.1 |
| 18 | 1.20.2 |
| 22 | 1.20.3-1.20.4 |
| 32 | 1.20.5- |
| 34 | 1.21- |
pack.mcmeta の例:
{
"pack": {
"pack_format": 8, // ver1.18.2
"description": "My Pack"
}
}