-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.jvmargs = -Xmx1G | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/use | ||
minecraft_version = 1.16.4 | ||
minecraft_version = 1.16.5 | ||
# https://maven.fabricmc.net/net/fabricmc/yarn | ||
yarn_mappings = 1.16.4+build.9 | ||
yarn_mappings = 1.16.5+build.6 | ||
# https://maven.fabricmc.net/net/fabricmc/fabric-loader | ||
loader_version = 0.11.0 | ||
loader_version = 0.11.3 | ||
|
||
# Mod Properties | ||
mod_version = 1.0.0 | ||
mod_version = 1.0.1 | ||
maven_group = me.pepperbell | ||
archives_base_name = item-model-fix | ||
|
||
# Dependencies | ||
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api | ||
fabric_version = 0.29.3+1.16 | ||
# https://maven.fabricmc.net/io/github/prospector/modmenu | ||
modmenu_version = 1.14.9+build.14 | ||
fabric_version = 0.33.1+1.16 | ||
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu | ||
modmenu_version = 1.16.9 | ||
# https://www.curseforge.com/minecraft/mc-mods/cloth-config/files | ||
clothconfig_version = 4.8.3 | ||
cloth_config_version = 4.11.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../pepperbell/itemmodelfix/data/Config.java → ...epperbell/itemmodelfix/config/Config.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...itemmodelfix/integration/ModMenuImpl.java → ...l/itemmodelfix/config/ModMenuApiImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"itemmodelfix.config.title": "Item Model Fix Configuration", | ||
"itemmodelfix.config.category.general": "General", | ||
"itemmodelfix.options.generation_type": "Item Model Generation Type", | ||
"itemmodelfix.options.generation_type.vanilla": "Vanilla", | ||
"itemmodelfix.options.generation_type.vanilla.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r\nUses Vanilla model generation.", | ||
"itemmodelfix.options.generation_type.unlerp": "Unlerp", | ||
"itemmodelfix.options.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.", | ||
"itemmodelfix.options.generation_type.outline": "Outline", | ||
"itemmodelfix.options.generation_type.outline.tooltip": "Performance impact: \u00A7b\u00A7lnone\u00A7r\nSame as Unlerp mode, but uses a\ndifferent generation algorithm to\nprevent enchantment glint flickering.", | ||
"itemmodelfix.options.generation_type.pixel": "Pixel", | ||
"itemmodelfix.options.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." | ||
"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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"itemmodelfix.config.title": "Настройки Item Model Fix", | ||
"itemmodelfix.config.category.general": "Основные", | ||
"itemmodelfix.options.generation_type": "Тип генерации модели предмета", | ||
"itemmodelfix.options.generation_type.vanilla": "Ванильный", | ||
"itemmodelfix.options.generation_type.vanilla.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nИспользует ванильную генерацию модели.", | ||
"itemmodelfix.options.generation_type.unlerp": "Unlerp", | ||
"itemmodelfix.options.generation_type.unlerp.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nИспользует ванильную генерацию модели, но\nс некоторыми математическими вычислениями,\nчтобы она выглядела правильно. Может вызвать\nмерцание эффекта зачарования по краям модели.", | ||
"itemmodelfix.options.generation_type.outline": "Границы", | ||
"itemmodelfix.options.generation_type.outline.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nПохож на предыдущий, но использует другой\nалгоритм генерации, чтобы исправить\nмерцание зачарованного предмета.", | ||
"itemmodelfix.options.generation_type.pixel": "Воксели", | ||
"itemmodelfix.options.generation_type.pixel.tooltip": "Влияние на производительность: \u00A7a\u00A7lнизкая\u00A7r\nГенерирует каждый воксель отдельно.\nОбеспечивает наилучший результат, но\nвызывает больше нагрузки с текстурами\nвысокого разрешения." | ||
"screen.itemmodelfix.config.title": "Настройки Item Model Fix", | ||
"category.itemmodelfix.general": "Основные", | ||
"option.itemmodelfix.generation_type": "Тип генерации модели предмета", | ||
"option.itemmodelfix.generation_type.vanilla": "Ванильный", | ||
"option.itemmodelfix.generation_type.vanilla.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nИспользует ванильную генерацию модели.", | ||
"option.itemmodelfix.generation_type.unlerp": "Unlerp", | ||
"option.itemmodelfix.generation_type.unlerp.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nИспользует ванильную генерацию модели, но\nс некоторыми математическими вычислениями,\nчтобы она выглядела правильно. Может вызвать\nмерцание эффекта зачарования по краям модели.", | ||
"option.itemmodelfix.generation_type.outline": "Границы", | ||
"option.itemmodelfix.generation_type.outline.tooltip": "Влияние на производительность: \u00A7b\u00A7lотсутствует\u00A7r\nПохож на предыдущий, но использует другой\nалгоритм генерации, чтобы исправить\nмерцание зачарованного предмета.", | ||
"option.itemmodelfix.generation_type.pixel": "Воксели", | ||
"option.itemmodelfix.generation_type.pixel.tooltip": "Влияние на производительность: \u00A7a\u00A7lнизкая\u00A7r\nГенерирует каждый воксель отдельно.\nОбеспечивает наилучший результат, но\nвызывает больше нагрузки с текстурами\nвысокого разрешения." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters