Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

mods_feat(Item Model Fix): 新增物品模型修正 v1.0.3 #249

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions assets/itemmodelfix/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"screen.itemmodelfix.config.title": "Item Model Fix Configuration",
"category.itemmodelfix.general": "General",
"option.itemmodelfix.generation_type": "Item Model Generation Type",
"option.itemmodelfix.generation_type.vanilla": "Vanilla",
"option.itemmodelfix.generation_type.vanilla.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r\nUses Vanilla model generation.",
"option.itemmodelfix.generation_type.unlerp": "Unlerp",
"option.itemmodelfix.generation_type.unlerp.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r\nUses Vanilla model generation, but\napplies some math to make it look correct.\nMay cause flickering along model edges.",
"option.itemmodelfix.generation_type.outline": "Outline",
"option.itemmodelfix.generation_type.outline.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r\nSame as Unlerp mode, but uses a\ndifferent generation algorithm to\nprevent enchantment glint flickering.",
"option.itemmodelfix.generation_type.pixel": "Pixel",
"option.itemmodelfix.generation_type.pixel.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r-\u00A7a\u00A7llow\u00A7r\nGenerates all pixels individually. Provides\nbest results but causes a larger impact\nwith higher resolution resource packs."
}
13 changes: 13 additions & 0 deletions assets/itemmodelfix/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"screen.itemmodelfix.config.title": "物品模型修正設定",
"category.itemmodelfix.general": "一般",
"option.itemmodelfix.generation_type": "物品模型生成類型",
"option.itemmodelfix.generation_type.vanilla": "原版",
"option.itemmodelfix.generation_type.vanilla.tooltip": "效能影響:§b§l無§r\n使用原版的模型生成。",
"option.itemmodelfix.generation_type.unlerp": "非線性插值",
"option.itemmodelfix.generation_type.unlerp.tooltip": "效能影響:§b§l無§r\n使用原版模型生成,\n但套用一些數學來讓它看起來正確。\n可能會在模型邊緣造成閃爍。",
"option.itemmodelfix.generation_type.outline": "外框",
"option.itemmodelfix.generation_type.outline.tooltip": "效能影響:§b§l無§r\n與非線性插值模式相同,\n但使用不同的生成演算法\n來防止附魔閃爍。",
"option.itemmodelfix.generation_type.pixel": "像素",
"option.itemmodelfix.generation_type.pixel.tooltip": "效能影響:§b§l無§r-§a§l低§r\n單獨生成所有像素。\n能夠提供最好的效果,\n但在高解析度資源包下會對效能造成較大的影響。"
}