TiagoFar78 / BlockBattles

A minecraft plugin to manage a BlocksBattle server
0 stars 1 forks source link

CustomModelData List (Doc) #22

Open KenzyHere7 opened 1 month ago

KenzyHere7 commented 1 month ago

Keep it as a issue, dont resolve because it will be modified by adding the other ranks

PAPER ITEM CustomModelData (Name block - Id)

Trasparent = Doesn't use a normal block area 16x16

Finder_Block - 1
Boat - 2 (Trasparent)
MiniCreeper - 3 (Trasparent)
Stick On The Rock - 4 (Trasparent)
Higher - 5 (Trasparent)

BlockStates

1 - Finder: Down=False / East=False / North=False / South=False / Up=False / West=False 2 - Boat: Down=False / East=False / North=False / South=False / Up=False / West=True 3 - MiniCreeper: Down=False / East=False / North=False / South=False / Up=True / West=False 4 - Stick on the Rock: Down=False / East=False / North=False / South=False / Up=True / West=True 5 - Higher: down= Down=False / East=False / North=False / South=True / Up=False / West=True

TiagoFar78 commented 1 month ago

Keep it as a issue, dont resolve because it will be modified by adding the other ranks

You should open an issue for each custom item and explain really well how you want them. Because I have no idea what a Finder_Block is supposed to look like or what it is supposed to do.