File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import events from './constants/events'
1313import { tl } from './util/intl'
1414import { format , safeFunctionName } from './util/replace'
1515import { isSceneBased } from './util/hasSceneAsParent'
16+ import { CustomError } from './util/customError'
1617store . set ( 'static_animation_uuid' , '138747e7-2de0-4130-b900-9275ca0e6333' )
1718
1819function setAnimatorTime ( time ) {
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ animatedJava_exporter_animationExporter.popup.warning.invalidSnappingValue.title
8181animatedJava_exporter_animationExporter.popup.warning.invalidSnappingValue.body : |-
8282 The animation '%animationName' has a snapping value of %snapping!
8383 Due to how fast Minecraft ticks, Animated Java only supports a snapping value of 20.
84+ Please update your animations to reflect this limitation before you export.
8485
8586animatedJava.popup.error.unsavedTexture.title : Unsaved Texture
8687animatedJava.popup.error.unsavedTexture.body : |-
You can’t perform that action at this time.
0 commit comments