File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 "type" : " module" ,
33 "name" : " animated_java" ,
44 "title" : " Animated Java" ,
5- "version" : " 0.4.3 " ,
5+ "version" : " 0.4.4 " ,
66 "min_blockbench_version" : " 4.6.5" ,
77 "author" : {
88 "name" : " Titus Evans (SnaveSutit)" ,
Original file line number Diff line number Diff line change @@ -180,14 +180,14 @@ export function getDefaultProjectSettings(): IAnimatedJavaProjectSettings {
180180 description : TRANSLATIONS . target_minecraft_version . description ,
181181 defaultValue : 0 ,
182182 options : [
183- {
184- name : '1.19.4' ,
185- value : '1.19.4' ,
186- } ,
187183 {
188184 name : '1.20+' ,
189185 value : '1.20+' ,
190186 } ,
187+ {
188+ name : '1.19.4' ,
189+ value : '1.19.4' ,
190+ } ,
191191 ] ,
192192 docsLink : '/docs/project_settings#target_minecraft_version' ,
193193 } ) ,
You can’t perform that action at this time.
0 commit comments