Skip to content

Commit

Permalink
Update v1.16.220
Browse files Browse the repository at this point in the history
  • Loading branch information
KurojakiKaoru committed Apr 12, 2021
1 parent da627d3 commit 9912a1e
Show file tree
Hide file tree
Showing 69 changed files with 3,582 additions and 2,567 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Specific changelogs for resource packs will now be included for every release on
To prevent a long list of game changelogs, the list will only go back 2 major versions.

## Game Changelogs
### v1.16.220
#### Changes:
- Dye can now be used to change the color of sign text.
- Bug fixes, for more details [visit here](https://feedback.minecraft.net/hc/en-us/articles/360059426071).

### v1.16.210
#### Parity Changes:
- Players now experience ambient sounds in the Nether.
Expand Down
19 changes: 1 addition & 18 deletions animation_controllers/drowned.animation_controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,15 @@
"animations" : [ "zombie_attack_bare_hand" ],
"transitions" : [
{
"one_hand_attack" : "query.is_item_equipped('off_hand')"
},
{
"spear_attack" : "variable.is_brandishing_spear && !query.is_item_equipped('off_hand')"
"one_hand_attack" : "query.is_item_equipped('off_hand') || variable.is_brandishing_spear"
}
]
},
"one_hand_attack" : {
"animations" : [ "attack_rotations" ],
"transitions" : [
{
"default" : "!query.is_item_equipped('off_hand')"
},
{
"spear_attack" : "variable.is_brandishing_spear && !query.is_item_equipped('off_hand')"
}
]
},
"spear_attack" : {
"animations" : [ "zombie_attack_bare_hand", "attack_rotations" ],
"transitions" : [
{
"default" : "!query.is_item_equipped('off_hand') && !variable.is_brandishing_spear"
},
{
"one_hand_attack" : "query.is_item_equipped('off_hand')"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion animation_controllers/player.animation_controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"first_person_empty_hand" : "query.get_equipped_item_name(0, 1) != 'map'"
},
{
"first_person_walk" : "!variable.bob_animation"
"first_person_walk" : "variable.bob_animation"
},
{
"first_person_map_controller" : "(query.get_equipped_item_name(0, 1) == 'map' || query.get_equipped_item_name('off_hand') == 'map')"
Expand Down
2 changes: 1 addition & 1 deletion animation_controllers/trident.animation_controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"animations": [
"wield_third_person",
{
"wield_third_person_raise": "query.main_hand_item_use_duration > 0.0f"
"wield_third_person_raise": "query.main_hand_item_use_duration > 0.0f || query.has_target"
}
],
"transitions": [
Expand Down
4 changes: 2 additions & 2 deletions animations/player_firstperson.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
"loop": true,
"bones": {
"leftarm": {
"position": [ "math.sin(-query.walk_distance * 180.0) * variable.hand_bob * 9.75", "-math.abs(math.cos(-query.walk_distance * 180.0)) * variable.hand_bob * 15.0 + variable.short_arm_offset_left", 0.0 ]
"position": [ "math.sin(-query.walk_distance * 180.0) * variable.hand_bob * 1.5", "-math.abs(math.cos(-query.walk_distance * 180.0)) * variable.hand_bob * 15.0 + variable.short_arm_offset_left", 0.0 ]
},
"rightarm": {
"position": [ "math.sin(-query.walk_distance * 180.0) * variable.hand_bob * 9.75", "-math.abs(math.cos(-query.walk_distance * 180.0)) * variable.hand_bob * 15.0 + variable.short_arm_offset_right", 0.0 ]
"position": [ "math.sin(-query.walk_distance * 180.0) * variable.hand_bob * 1.5", "-math.abs(math.cos(-query.walk_distance * 180.0)) * variable.hand_bob * 15.0 + variable.short_arm_offset_right", 0.0 ]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion animations/squid.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"anim_time_update": "query.modified_distance_moved",
"loop": true,
"bones": {
"body": { "position": [ 0.0, "query.is_in_water ? 0.0 : (query.is_baby ? 3.2 : 6.4)", 0.0 ] },
"body": { "position": [ 0.0, "query.is_baby ? 3.2 : 6.4", 0.0 ] },
"tentacle1": { "rotation": [ "variable.squid.tentacle_angle - this", "90.0 - this", 0.0 ] },
"tentacle2": { "rotation": [ "variable.squid.tentacle_angle - this", "45.0 - this", 0.0 ] },
"tentacle3": { "rotation": [ "variable.squid.tentacle_angle - this", "0.0 - this", 0.0 ] },
Expand Down
6 changes: 6 additions & 0 deletions animations/vindicator.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
},
"rightarm" : {
"rotation" : [ "math.cos(query.life_time * 20.0 * 3.84) * 2.87", 9.0, "math.cos(query.life_time * 20.0 * 5.16) * 2.87 + 2.87" ]
},
"rightItem" : {
"scale": "query.is_angry ? 1.0 : 0.0"
},
"leftItem" : {
"scale": "query.is_angry ? 1.0 : 0.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Vanilla Resource Pack",
"uuid": "66c6e9a8-3093-462a-9c36-dbb052165822",
"version": [0, 0, 1],
"min_engine_version": [ 1, 16, 210 ]
"min_engine_version": [ 1, 16, 220 ]
},
"modules": [
{
Expand Down
7 changes: 7 additions & 0 deletions models/entity/husk.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@
"parent": "body"
},

{
"name": "leftItem",
"pivot": [ 6.0, 15.0, 1.0 ],
"neverRender": true,
"parent": "leftArm"
},

{
"name": "rightLeg",
"pivot": [ -1.9, 12.0, 0.0 ],
Expand Down
6 changes: 6 additions & 0 deletions models/entity/pillager.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
"uv": [ 40, 46 ]
}
]
},
{
"name": "leftItem",
"pivot": [ 6.0, 15.0, 1.0 ],
"neverRender": true,
"parent": "leftArm"
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions models/entity/vindicator.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
"uv": [ 40, 46 ]
}
]
},
{
"name": "leftItem",
"pivot": [ 6, 15.0, 1 ],
"neverRender": true,
"parent": "leftArm"
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions models/entity/vindicator_v1.0.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
"uv": [ 40, 46 ]
}
]
},
{
"name": "leftItem",
"pivot": [ 6, 15.0, 1 ],
"neverRender": true,
"parent": "leftArm"
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions models/entity/zombie.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
"mirror": true,
"parent": "body"
},
{
"name": "leftItem",
"pivot": [ 6.0, 15.0, 1.0 ],
"neverRender": true,
"parent": "leftArm"
},

{
"name": "rightLeg",
Expand Down
6 changes: 6 additions & 0 deletions models/entity/zombie_villager.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
}
]
},
{
"name": "leftItem",
"pivot": [ 6.0, 15.0, 1.0 ],
"neverRender": true,
"parent": "leftArm"
},
{
"name": "rightLeg",
"parent": "body",
Expand Down
6 changes: 6 additions & 0 deletions models/entity/zombie_villager.v1.0.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
}
]
},
{
"name": "leftItem",
"neverRender": true,
"pivot": [ 6.0, 15.0, 1.0 ],
"parent": "leftArm"
},
{
"name": "rightLeg",
"reset": true,
Expand Down
6 changes: 6 additions & 0 deletions models/entity/zombie_villager_v2.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
}
]
},
{
"name": "leftItem",
"pivot": [ 6.0, 15.0, 1.0 ],
"neverRender": true,
"parent": "leftArm"
},
{
"name": "rightLeg",
"parent": "body",
Expand Down
Binary file added sounds/item/dye/dye.ogg
Binary file not shown.
Binary file added sounds/item/ink_sac/ink_sac1.ogg
Binary file not shown.
Binary file added sounds/item/ink_sac/ink_sac2.ogg
Binary file not shown.
Binary file added sounds/item/ink_sac/ink_sac3.ogg
Binary file not shown.
20 changes: 20 additions & 0 deletions sounds/sound_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9428,6 +9428,26 @@
"sounds/block/respawn_anchor/set_spawn3"
]
},
"sign.dye.use" : {
"__use_legacy_max_distance" : "true",
"sounds" : [
{
"load_on_low_memory" : true,
"name" : "sounds/item/dye/dye"
}
]
},
"sign.ink_sac.use" : {
"__use_legacy_max_distance" : "true",
"sounds" : [
{
"load_on_low_memory" : true,
"name" : "sounds/item/ink_sac/ink_sac1"
},
"sounds/item/ink_sac/ink_sac2",
"sounds/item/ink_sac/ink_sac3"
]
},
"smithing_table.use" : {
"category" : "block",
"sounds" : [
Expand Down
Loading

0 comments on commit 9912a1e

Please sign in to comment.