Skip to content
Davis1216 edited this page Aug 30, 2025 · 1 revision

我在使用 Nexo,但我的模型纹理显示为 PODZOL。如何解决这个问题?

在你的 Nexo/settings.yml 文件中设置 Pack.import.model_engine.import_pack 为 false,

然后重新加载你的服务器和资源包。这应该可以解决这个问题。

    model_engine:
      import_pack: false
      exclude_shaders: false

如何禁用 BetterModel 的 MythicMobs 机制?

module:
  model: false
  player-animation: true

你可以在 config.yml 中将 module.model 设置为 false 来禁用它。

Clone this wiki locally