The fridge and a handful of other things are broken on the Minecraft Marketplace map Modern Furniture.
[1.16]
Partner Rank:
1
Partner Team Reporting:
Everbloom Games
Verification builds:
1.16.0.10056
Summary:
The fridge and a handful of other things are broken on the Minecraft Marketplace map Modern Furniture. When variable.animation_direction is -1, it's supposed to start at 0.5 seconds and play backwards, then get set to 0.50001 seconds so the all_animations_finished transition in the punch_state controller is fired. And now it's broken for some reason.
Impact:
When a player opens the fridge and then tries to close it goes into a loop breaking the player immersion of the map.
Repro Steps:
Start up a fresh copy of the map Modern Furniture from the Minecraft Marketplace
- Unlock world template settings and set the map into creative
- Start the map and type in the following command
- /summon modern:fridge
- Open the fridge door by punching it
- Close the fridge door the same way
- Watch the fridge door go into a loop forever closing and opening
Observed Results:
Watched the fridge door go into a loop forever closing and opening
Expected Results:
For the fridge to stay shut and my blocky meals not to spoil
Screenshots/Videos attached:
Yes
Video link
https://drive.google.com/file/d/1ff1au10BPMTU9C6H2RmMrMPIkFOExmwB/view?usp=sharing
Regression Builds:
1.16.0.4002
Notes:
Notes from the Map Dev
- for the fridge and a handful of other things, I used a gross hack to make the opening animation play in reverse. The devs can check animation.modern.fridge.animate in animations.json to see.