Skip to content

ploptaw/Minecraft-CIT-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft CIT Template

Minecraft Version

Use Template
License


謝辞

最適化処理には PackSquash-action を使用しています.ありがとうございます.


クイックスタート

  1. [Use Template] ボタンからリポジトリを作成
  2. クローン
    git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git
  3. assets/minecraft/optifine/cit/ にテクスチャを追加
  4. プッシュすると GitHub Actions でリソースパックが自動ビルドされます

サンプル

Image

  • サンプル A: アイテムにカスタムテクスチャを適用
  • サンプル B: ブロックにカスタムテクスチャを適用
  • サンプル C: アイテムにアニメーションテクスチャを適用
  • サンプル D: ブロックにカスタムモデルを適用

カスタマイズ例

特定のアイテムにカスタムテクスチャを適用する .properties の例:

type=item
items=minecraft:stick
texture=sampleA
nbt.display.Name=sampleA

Pack Format 対応表

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"
  }
}

参考リンク

About

This is a template repository that makes it easy to create optimized custom item textures.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-PackSquash-action

Stars

Watchers

Forks

Contributors