From bd1c21a8acd594234b36ca2f3dde73d98e37ca8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=882=E5=93=88=E5=93=88=E5=93=883?= <125815900+TATyKeFei@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:05:08 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README_EN.md b/README_EN.md index 8f5a429..5be18af 100644 --- a/README_EN.md +++ b/README_EN.md @@ -61,7 +61,7 @@ after that , it's about model's animation's part : let model's animation export to json format -named the animation file by 'animation.modelID.json' +named the animation file by `animation.modelID.json` then put it into your resource pack @@ -69,15 +69,15 @@ then put it into your resource pack now let us open the animation file to starting change the animaiton ID -originally , all the 'action ID' were basic named like 'idle' , 'walk' , but now you should add a prefix +originally , all the `animationID` were basic named like `idle` , `walk` , but now you should add a prefix such as : -'idle' to 'animation.modelID.idle' +`idle` to `animation.modelID.idle` -example : 'animation.parry_knight.idle' +example : `animation.parry_knight.idle` -after changed the resource pack 's version or uuid , pack the resource pack . +after changed the resource pack 's version or uuid , pack the resource pack. finally , restart the Geyser or server