Skip to content

Commit

Permalink
Update v1.16.210
Browse files Browse the repository at this point in the history
  • Loading branch information
KurojakiKaoru committed Mar 10, 2021
1 parent 96851ee commit da627d3
Show file tree
Hide file tree
Showing 189 changed files with 9,350 additions and 5,411 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ 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.210
#### Parity Changes:
- Players now experience ambient sounds in the Nether.
- Mobile players need to update the Minecraft Original Music Pack via the Marketplace to hear these new sounds.
- Using bone meal in warm ocean biomes now only generates sea grass, coral, and coral fans.
#### Changes:
- Added F11 as a keyboard shortcut for Full Screen mode.
- Added text-to-speech volume slider in Audio Settings.
- Android Devices
- Our ability to support Android devices on KitKat OS or below is coming to an end. For more information, please [click here](https://help.minecraft.net/hc/en-us/articles/360045863292-What-are-the-Device-Requirements-to-run-Minecraft-).
- Players running this KitKat OS or below are not able to purchase a Realm from that device.
- Added the `fogs` folder to the resource pack.
- Bug fixes, for more details [visit here](https://feedback.minecraft.net/hc/en-us/articles/360057677072).

### v1.16.201
- Fixed the game failing to launch on multiple Windows 10 devices.
- Double Chests placed at chunk borders no longer become partially invisible and don't crash the game when they are opened.
Expand Down
29 changes: 26 additions & 3 deletions animation_controllers/player.animation_controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,29 @@
"initial_state" : "default",
"states" : {
"default" : {
"animations" : [ "first_person_attack_rotation" ],
"animations": [
{
"first_person_attack_rotation": "variable.is_holding_right <= 0.0"
},
{
"first_person_attack_rotation_item": "variable.is_holding_right > 0.0"
}
],
"transitions" : [
{
"vr_attack" : "variable.is_using_vr"
}
]
},
"vr_attack" : {
"animations" : [ "first_person_vr_attack_rotation" ],
"animations": [
{
"first_person_vr_attack_rotation": "variable.is_holding_right <= 0.0"
},
{
"first_person_attack_rotation_item": "variable.is_holding_right > 0.0"
}
],
"transitions" : [
{
"default" : "!variable.is_using_vr"
Expand Down Expand Up @@ -182,11 +196,20 @@
{
"first_person_empty_hand" : "query.get_equipped_item_name(0, 1) != 'map'"
},
{
"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')"
},
{
"first_person_crossbow_equipped" : "query.get_equipped_item_name == 'crossbow' && (variable.item_use_normalized > 0 && variable.item_use_normalized < 1.0)"
"first_person_crossbow_equipped": "query.get_equipped_item_name == 'crossbow' && (variable.item_use_normalized > 0 && variable.item_use_normalized < 1.0)"
},
{
"first_person_crossbow_hold": "query.get_equipped_item_name == 'crossbow' && query.item_is_charged"
},
{
"first_person_breathing_bob": "variable.attack_time <= 0.0"
}
],
"transitions" : [
Expand Down
36 changes: 36 additions & 0 deletions animation_controllers/shield.animation_controllers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"format_version" : "1.10.0",
"animation_controllers" : {
"controller.animation.shield.wield": {
"initial_state": "first_person",
"states": {
"first_person": {
"animations": [
{
"wield_main_hand_first_person": "c.item_slot == 'main_hand'"
},
{
"wield_off_hand_first_person": "c.item_slot != 'main_hand'"
},
{
"wield_first_person_block": "c.item_slot != 'main_hand' && query.blocking"
}
],
"transitions": [
{
"third_person": "!c.is_first_person"
}
]
},
"third_person": {
"animations": [ "wield_third_person" ],
"transitions": [
{
"first_person": "c.is_first_person"
}
]
}
}
}
}
}
39 changes: 39 additions & 0 deletions animation_controllers/trident.animation_controllers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.trident.wield": {
"initial_state": "first_person",
"states": {
"first_person": {
"animations": [
"wield_first_person",
{
"wield_first_person_raise": "query.main_hand_item_use_duration > 0.0f"
},
{
"wield_first_person_riptide": "query.can_damage_nearby_mobs > 0.0"
}
],
"transitions": [
{
"third_person": "!c.is_first_person"
}
]
},
"third_person": {
"animations": [
"wield_third_person",
{
"wield_third_person_raise": "query.main_hand_item_use_duration > 0.0f"
}
],
"transitions": [
{
"first_person": "c.is_first_person"
}
]
}
}
}
}
}
23 changes: 23 additions & 0 deletions animations/bow.animation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"format_version": "1.10.0",
"animations": {
"animation.bow.wield": {
"loop": true,
"bones": {
"rightitem": {
"position": [ "c.is_first_person ? -4.0 : 0.0", "c.is_first_person ? -2.0 : 0.0", "c.is_first_person ? -2.0 : 0.0" ],
"rotation": [ "c.is_first_person ? -15.0 : 0.0", "c.is_first_person ? 55.0 : 0.0", "c.is_first_person ? -35.0 : 0.0" ]
}
}
},
"animation.bow.wield_first_person_pull": {
"loop": true,
"bones": {
"rightitem": {
"position": [ -4.0, "math.sin(q.life_time * 800.0) * 0.05", -6.0 ],
"rotation": [ 10.0, 5.0, -5.0 ]
}
}
}
}
}
14 changes: 14 additions & 0 deletions animations/crossbow.animation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.10.0",
"animations": {
"animation.crossbow.wield": {
"loop": true,
"bones": {
"rightitem": {
"position": [ "c.is_first_person ? 18.0 : 0.0", "c.is_first_person ? 10.0 : 0.0", "c.is_first_person ? 2.0 : 0.0" ],
"rotation": [ "c.is_first_person ? -5.0 : 0.0", "c.is_first_person ? 60.0 : 0.0", "c.is_first_person ? -50.0 : 0.0" ]
}
}
}
}
}
Loading

0 comments on commit da627d3

Please sign in to comment.