mostly done

This commit is contained in:
Penelope Gwen 2025-02-27 01:37:36 -08:00
parent d5215c0397
commit d94216c54d
220 changed files with 85 additions and 18 deletions

View file

@ -12,14 +12,14 @@ Enhanced by client mods that enable random entity textures such as [Entity Textu
- [x] hurt - replaced with rat sneeze
- [x] pant - replaced with bruxxing
- [x] whine - replaced with squeaking
- [ ] add texture variants
- [x] add texture variants
- [x] Trash Man
- [x] Captain Toad
- [ ] Big Boy
- [ ] Despereax
- [ ] V
- [ ] Nibbles
- [ ] Hughie
- [ ] Boss Roscaro
- [x] Big Boy
- [x] Despereax
- [x] V
- [x] Nibbles
- [x] Hughie
- [x] Boss Roscaro
- [ ] polish textures
- [x] add pack.png

View file

@ -25,19 +25,19 @@
{
"id": "rat_head",
"invertAxis": "xy",
"translate": [0, 18.5, -3],
"translate": [1, 18.5, -3],
"rotate": [90, 0, 0],
"boxes": [
{"coordinates": [-3.10182, -2.50831, -4.62933, 5, 5, 5], "textureOffset": [0, 0]},
{"coordinates": [-4.60182, 1.49169, -1.62933, 3, 3, 1], "textureOffset": [15, 0]},
{"coordinates": [0.39818, 1.49169, -1.62933, 3, 3, 1], "textureOffset": [15, 0]},
{"coordinates": [-2.10182, -2.00831, -7.62933, 3, 3, 3], "textureOffset": [0, 10]},
{"coordinates": [0, -0.75831, -6.12933, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [0, -1.00831, -7.12933, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [-5, -1.00831, -7.12933, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [-5, -0.75831, -6.12933, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [0.89818, 0.99169, -4.12933, 1, 1, 1], "textureOffset": [0, 0], "sizeAdd": 0.25},
{"coordinates": [-3.10182, 0.99169, -4.12933, 1, 1, 1], "textureOffset": [0, 0], "sizeAdd": 0.25}
{"coordinates": [-3.6018, -2.50831, -4.1293, 5, 5, 5], "textureOffset": [0, 0]},
{"coordinates": [-5.1018, 1.49169, -1.1293, 3, 3, 1], "textureOffset": [15, 0]},
{"coordinates": [-0.1018, 1.49169, -1.1293, 3, 3, 1], "textureOffset": [15, 0]},
{"coordinates": [-2.6018, -2.00831, -7.1293, 3, 3, 3], "textureOffset": [0, 10]},
{"coordinates": [-0.5, -0.75831, -5.6293, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [-0.5, -1.00831, -6.6293, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [-5.5, -1.00831, -6.6293, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [-5.5, -0.75831, -5.6293, 4, 1, 1], "textureOffset": [0, 16], "sizeAdd": -0.75},
{"coordinates": [0.3982, 0.99169, -3.6293, 1, 1, 1], "textureOffset": [0, 0], "sizeAdd": 0.25},
{"coordinates": [-3.6018, 0.99169, -3.6293, 1, 1, 1], "textureOffset": [0, 0], "sizeAdd": 0.25}
]
},
{

View file

@ -0,0 +1,67 @@
{
"credit": "Made with Blockbench",
"textureSize": [64, 32],
"texture": "textures/entity/wolf/wolf_armor.png",
"models": [
{
"part": "head",
"id": "head",
"invertAxis": "xy",
"translate": [-1, -10.5, 7]
},
{
"part": "mane",
"id": "mane",
"invertAxis": "xy",
"translate": [-1, -10, 3],
"rotate": [-90, 0, 0],
"animations": [
{
"this.rx": 0
}
]
},
{
"part": "body",
"id": "body",
"invertAxis": "xy",
"translate": [0, -10, -2],
"rotate": [-90, 0, 0],
"animations": [
{
"this.rx": 0
}
]
},
{
"part": "leg1",
"id": "leg1",
"invertAxis": "xy",
"translate": [-2.5, -8, -7]
},
{
"part": "leg2",
"id": "leg2",
"invertAxis": "xy",
"translate": [0.5, -8, -7]
},
{
"part": "leg3",
"id": "leg3",
"invertAxis": "xy",
"translate": [-2.5, -8, 4]
},
{
"part": "leg4",
"id": "leg4",
"invertAxis": "xy",
"translate": [0.5, -8, 4]
},
{
"part": "tail",
"id": "tail",
"invertAxis": "xy",
"translate": [-1, -12, -10]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Some files were not shown because too many files have changed in this diff Show more